|
| PrimitiveColumn (size_t idx, size_t length, size_t null_count, const uint8_t *bitmap, const T *data, float missing) |
|
COOTuple | GetElement (size_t row_idx) const override |
|
bool | IsValidElement (size_t row_idx) const override |
|
std::vector< float > | AsFloatVector () const override |
|
std::vector< uint64_t > | AsUint64Vector () const override |
|
Public Member Functions inherited from xgboost.data::Column |
| Column (size_t col_idx, size_t length, size_t null_count, const uint8_t *bitmap) |
|
| Column (const Column &)=delete |
|
Column & | operator= (const Column &)=delete |
|
| Column (Column &&)=delete |
|
Column & | operator= (Column &&)=delete |
|
bool | IsValid (size_t row_idx) const |
|
size_t | Length () const |
|
|
Protected Attributes inherited from xgboost.data::Column |
size_t | col_idx_ |
|
size_t | length_ |
|
size_t | null_count_ |
|
const uint8_t * | bitmap_ |
|
◆ AsFloatVector()
◆ AsUint64Vector()
◆ GetElement()
◆ IsValidElement()
The documentation for this class was generated from the following file: