xgboost
|
This is the complete list of members for xgboost::common::ColumnMatrix, including all inherited members.
AnyMissing() const | xgboost::common::ColumnMatrix | inline |
GetColumn(unsigned fid) const | xgboost::common::ColumnMatrix | inline |
GetNumFeature() const | xgboost::common::ColumnMatrix | inline |
GetTypeSize() const | xgboost::common::ColumnMatrix | inline |
Init(SparsePage const &page, const GHistIndexMatrix &gmat, double sparse_threshold, int32_t n_threads) | xgboost::common::ColumnMatrix | inline |
NoMissingValues(const size_t n_elements, const size_t n_row, const size_t n_features) | xgboost::common::ColumnMatrix | inline |
Read(dmlc::SeekStream *fi, uint32_t const *index_base) | xgboost::common::ColumnMatrix | inline |
SetIndex(SparsePage const &page, uint32_t const *index, const GHistIndexMatrix &gmat, const size_t nfeature) | xgboost::common::ColumnMatrix | inline |
SetIndexAllDense(SparsePage const &page, T const *index, const GHistIndexMatrix &gmat, const size_t nrow, const size_t nfeature, const bool noMissingValues, int32_t n_threads) | xgboost::common::ColumnMatrix | inline |
SetIndexSparse(SparsePage const &batch, T *index, const GHistIndexMatrix &gmat, const size_t nfeature, BinFn &&assign_bin) | xgboost::common::ColumnMatrix | inline |
SetTypeSize(size_t max_num_bins) | xgboost::common::ColumnMatrix | inline |
Write(dmlc::Stream *fo) const | xgboost::common::ColumnMatrix | inline |