xgboost
|
This is the complete list of members for xgboost::DMatrix, including all inherited members.
Create(std::unique_ptr< DataSource > &&source, const std::string &cache_prefix="") | xgboost::DMatrix | static |
Create(dmlc::Parser< uint32_t > *parser, const std::string &cache_prefix="", const size_t page_size=kPageSize) | xgboost::DMatrix | static |
DMatrix()=default | xgboost::DMatrix | |
GetColDensity(size_t cidx)=0 | xgboost::DMatrix | pure virtual |
GetColumnBatches()=0 | xgboost::DMatrix | pure virtual |
GetRowBatches()=0 | xgboost::DMatrix | pure virtual |
GetSortedColumnBatches()=0 | xgboost::DMatrix | pure virtual |
Info()=0 | xgboost::DMatrix | pure virtual |
Info() const =0 | xgboost::DMatrix | pure virtual |
kPageSize | xgboost::DMatrix | static |
Load(const std::string &uri, bool silent, bool load_row_split, const std::string &file_format="auto", const size_t page_size=kPageSize) | xgboost::DMatrix | static |
SaveToLocalFile(const std::string &fname) | xgboost::DMatrix | virtual |
SingleColBlock() const =0 | xgboost::DMatrix | pure virtual |
~DMatrix()=default | xgboost::DMatrix | virtual |