Medial Code Documentation
|
Public Member Functions | |
XGBBooster (const std::vector< std::shared_ptr< xgboost::DMatrix > > &cache_mats) | |
xgboost::Learner * | learner () |
void | SetParam (const std::string &name, const std::string &val) |
void | LazyInit () |
void | LoadModel (dmlc::Stream *fi) |
Data Fields | |
bool | configured_ |
bool | initialized_ |
std::unique_ptr< xgboost::Learner > | learner_ |
std::vector< std::pair< std::string, std::string > > | cfg_ |