|
xgboost
|
This is the complete list of members for xgboost::Learner, including all inherited members.
| AllowLazyCheckPoint() const | xgboost::Learner | |
| base_score_ | xgboost::Learner | protected |
| BoostOneIter(int iter, DMatrix *train, HostDeviceVector< GradientPair > *in_gpair)=0 | xgboost::Learner | pure virtual |
| Configure(PairIter begin, PairIter end) | xgboost::Learner | inline |
| Configure(const std::vector< std::pair< std::string, std::string > > &cfg)=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) const | xgboost::Learner | |
| EvalOneIter(int iter, const std::vector< DMatrix *> &data_sets, const std::vector< std::string > &data_names)=0 | xgboost::Learner | pure virtual |
| gbm_ | 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 |
| InitModel()=0 | xgboost::Learner | pure virtual |
| Load(dmlc::Stream *fi) override=0 | xgboost::Learner | pure virtual |
| metrics_ | xgboost::Learner | protected |
| obj_ | xgboost::Learner | protected |
| 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 =0 | xgboost::Learner | pure virtual |
| Predict(const SparsePage::Inst &inst, bool output_margin, HostDeviceVector< bst_float > *out_preds, unsigned ntree_limit=0) const | xgboost::Learner | inline |
| Save(dmlc::Stream *fo) const override=0 | xgboost::Learner | pure virtual |
| SetAttr(const std::string &key, const std::string &value)=0 | xgboost::Learner | pure virtual |
| UpdateOneIter(int iter, DMatrix *train)=0 | xgboost::Learner | pure virtual |
| ~Learner() override=default | xgboost::Learner |
1.8.13