xgboost
|
This is the complete list of members for xgboost::Learner, including all inherited members.
AllowLazyCheckPoint() const | xgboost::Learner | |
BoostOneIter(int iter, std::shared_ptr< DMatrix > train, HostDeviceVector< GradientPair > *in_gpair)=0 | xgboost::Learner | pure virtual |
Configure()=0 | xgboost::Learner | pure virtual |
Create(const std::vector< std::shared_ptr< DMatrix > > &cache_data) | xgboost::Learner | static |
DelAttr(const std::string &key)=0 | xgboost::Learner | pure virtual |
DumpModel(const FeatureMap &fmap, bool with_stats, std::string format)=0 | xgboost::Learner | pure virtual |
EvalOneIter(int iter, const std::vector< std::shared_ptr< DMatrix >> &data_sets, const std::vector< std::string > &data_names)=0 | xgboost::Learner | pure virtual |
gbm_ | xgboost::Learner | protected |
generic_parameters_ | xgboost::Learner | protected |
GetAttr(const std::string &key, std::string *out) const =0 | xgboost::Learner | pure virtual |
GetAttrNames() const =0 | xgboost::Learner | pure virtual |
GetConfigurationArguments() const =0 | xgboost::Learner | pure virtual |
GetGenericParameter() const =0 | xgboost::Learner | pure virtual |
GetNumFeature()=0 | xgboost::Learner | pure virtual |
GetThreadLocal() const =0 | xgboost::Learner | pure virtual |
InplacePredict(dmlc::any const &x, std::string const &type, float missing, HostDeviceVector< bst_float > **out_preds, uint32_t layer_begin=0, uint32_t layer_end=0)=0 | xgboost::Learner | pure virtual |
LoadConfig(Json const &in)=0 | xgboost::Configurable | pure virtual |
LoadModel(Json const &in) override=0 | xgboost::Learner | pure virtual |
LoadModel(dmlc::Stream *fi)=0 | xgboost::Learner | pure virtual |
metrics_ | xgboost::Learner | protected |
obj_ | xgboost::Learner | protected |
Predict(std::shared_ptr< DMatrix > data, bool output_margin, HostDeviceVector< bst_float > *out_preds, unsigned ntree_limit=0, bool training=false, bool pred_leaf=false, bool pred_contribs=false, bool approx_contribs=false, bool pred_interactions=false)=0 | xgboost::Learner | pure virtual |
SaveConfig(Json *out) const =0 | xgboost::Configurable | pure virtual |
SaveModel(Json *out) const override=0 | xgboost::Learner | pure virtual |
SaveModel(dmlc::Stream *fo) const =0 | xgboost::Learner | pure virtual |
SetAttr(const std::string &key, const std::string &value)=0 | xgboost::Learner | pure virtual |
SetParam(const std::string &key, const std::string &value)=0 | xgboost::Learner | pure virtual |
SetParams(Args const &args)=0 | xgboost::Learner | pure virtual |
UpdateOneIter(int iter, std::shared_ptr< DMatrix > train)=0 | xgboost::Learner | pure virtual |
~Configurable()=default | xgboost::Configurable | virtual |
~Learner() override | xgboost::Learner | |
~Model()=default | xgboost::Model | virtual |