xgboost
Public Member Functions | Public Attributes | List of all members
xgboost::common::GKSummary< DType, RType >::Entry Struct Reference

an entry in the sketch summary More...

#include <quantile.h>

Collaboration diagram for xgboost::common::GKSummary< DType, RType >::Entry:
Collaboration graph

Public Member Functions

 Entry ()=default
 
 Entry (RType rmin, RType rmax, DType value)
 

Public Attributes

RType rmin
 minimum rank More...
 
RType rmax
 maximum rank More...
 
DType value
 the value of data More...
 

Detailed Description

template<typename DType, typename RType>
struct xgboost::common::GKSummary< DType, RType >::Entry

an entry in the sketch summary

Constructor & Destructor Documentation

◆ Entry() [1/2]

template<typename DType , typename RType >
xgboost::common::GKSummary< DType, RType >::Entry::Entry ( )
default

◆ Entry() [2/2]

template<typename DType , typename RType >
xgboost::common::GKSummary< DType, RType >::Entry::Entry ( RType  rmin,
RType  rmax,
DType  value 
)
inline

Member Data Documentation

◆ rmax

template<typename DType , typename RType >
RType xgboost::common::GKSummary< DType, RType >::Entry::rmax

maximum rank

◆ rmin

template<typename DType , typename RType >
RType xgboost::common::GKSummary< DType, RType >::Entry::rmin

minimum rank

◆ value

template<typename DType , typename RType >
DType xgboost::common::GKSummary< DType, RType >::Entry::value

the value of data


The documentation for this struct was generated from the following file: