xgboost
xgboost::Learner Member List

This is the complete list of members for xgboost::Learner, including all inherited members.

AllowLazyCheckPoint() constxgboost::Learner
base_score_xgboost::Learnerprotected
BoostOneIter(int iter, DMatrix *train, HostDeviceVector< GradientPair > *in_gpair)=0xgboost::Learnerpure virtual
Configure(PairIter begin, PairIter end)xgboost::Learnerinline
Configure(const std::vector< std::pair< std::string, std::string > > &cfg)=0xgboost::Learnerpure virtual
Create(const std::vector< std::shared_ptr< DMatrix > > &cache_data)xgboost::Learnerstatic
DelAttr(const std::string &key)=0xgboost::Learnerpure virtual
DumpModel(const FeatureMap &fmap, bool with_stats, std::string format) constxgboost::Learner
EvalOneIter(int iter, const std::vector< DMatrix *> &data_sets, const std::vector< std::string > &data_names)=0xgboost::Learnerpure virtual
gbm_xgboost::Learnerprotected
GetAttr(const std::string &key, std::string *out) const =0xgboost::Learnerpure virtual
GetAttrNames() const =0xgboost::Learnerpure virtual
GetConfigurationArguments() const =0xgboost::Learnerpure virtual
InitModel()=0xgboost::Learnerpure virtual
Load(dmlc::Stream *fi) override=0xgboost::Learnerpure virtual
metrics_xgboost::Learnerprotected
obj_xgboost::Learnerprotected
Predict(DMatrix *data, bool output_margin, HostDeviceVector< bst_float > *out_preds, unsigned ntree_limit=0, bool pred_leaf=false, bool pred_contribs=false, bool approx_contribs=false, bool pred_interactions=false) const =0xgboost::Learnerpure virtual
Predict(const SparsePage::Inst &inst, bool output_margin, HostDeviceVector< bst_float > *out_preds, unsigned ntree_limit=0) constxgboost::Learnerinline
Save(dmlc::Stream *fo) const override=0xgboost::Learnerpure virtual
SetAttr(const std::string &key, const std::string &value)=0xgboost::Learnerpure virtual
UpdateOneIter(int iter, DMatrix *train)=0xgboost::Learnerpure virtual
~Learner() override=defaultxgboost::Learner