Medial Code Documentation
|
an entry in the sketch summary More...
#include <quantile.h>
Public Member Functions | |
XGBOOST_DEVICE | Entry (RType rmin, RType rmax, RType wmin, DType value) |
void | CheckValid (RType eps=0) const |
debug function, check Valid | |
XGBOOST_DEVICE RType | RMinNext () const |
XGBOOST_DEVICE RType | RMaxPrev () const |
Data Fields | |
RType | rmin |
minimum rank | |
RType | rmax |
maximum rank | |
RType | wmin |
maximum weight | |
DType | value |
the value of data | |
Friends | |
std::ostream & | operator<< (std::ostream &os, Entry const &e) |
an entry in the sketch summary
|
inline |
debug function, check Valid
eps | the tolerate level for violating the relation |
|
inline |
|
inline |