|
xgboost
|
This is the complete list of members for xgboost::GradientBooster, including all inherited members.
| AllowLazyCheckPoint() const | xgboost::GradientBooster | inlinevirtual |
| Configure(const std::vector< std::pair< std::string, std::string > > &cfg)=0 | xgboost::GradientBooster | pure virtual |
| Create(const std::string &name, GenericParameter const *generic_param, LearnerModelParam const *learner_model_param) | xgboost::GradientBooster | static |
| DoBoost(DMatrix *p_fmat, HostDeviceVector< GradientPair > *in_gpair, PredictionCacheEntry *)=0 | xgboost::GradientBooster | pure virtual |
| DumpModel(const FeatureMap &fmap, bool with_stats, std::string format) const =0 | xgboost::GradientBooster | pure virtual |
| generic_param_ | xgboost::GradientBooster | protected |
| InplacePredict(dmlc::any const &, float, PredictionCacheEntry *, uint32_t, uint32_t) const | xgboost::GradientBooster | inlinevirtual |
| Load(dmlc::Stream *fi)=0 | xgboost::GradientBooster | pure virtual |
| LoadConfig(Json const &in)=0 | xgboost::Configurable | pure virtual |
| LoadModel(Json const &in)=0 | xgboost::Model | pure virtual |
| PredictBatch(DMatrix *dmat, PredictionCacheEntry *out_preds, bool training, unsigned ntree_limit=0)=0 | xgboost::GradientBooster | pure virtual |
| PredictContribution(DMatrix *dmat, HostDeviceVector< bst_float > *out_contribs, unsigned ntree_limit=0, bool approximate=false, int condition=0, unsigned condition_feature=0)=0 | xgboost::GradientBooster | pure virtual |
| PredictInstance(const SparsePage::Inst &inst, std::vector< bst_float > *out_preds, unsigned ntree_limit=0)=0 | xgboost::GradientBooster | pure virtual |
| PredictInteractionContributions(DMatrix *dmat, HostDeviceVector< bst_float > *out_contribs, unsigned ntree_limit, bool approximate)=0 | xgboost::GradientBooster | pure virtual |
| PredictLeaf(DMatrix *dmat, HostDeviceVector< bst_float > *out_preds, unsigned ntree_limit=0)=0 | xgboost::GradientBooster | pure virtual |
| Save(dmlc::Stream *fo) const =0 | xgboost::GradientBooster | pure virtual |
| SaveConfig(Json *out) const =0 | xgboost::Configurable | pure virtual |
| SaveModel(Json *out) const =0 | xgboost::Model | pure virtual |
| Slice(int32_t layer_begin, int32_t layer_end, int32_t step, GradientBooster *out, bool *out_of_bound) const | xgboost::GradientBooster | inlinevirtual |
| UseGPU() const =0 | xgboost::GradientBooster | pure virtual |
| ~Configurable()=default | xgboost::Configurable | virtual |
| ~GradientBooster() override=default | xgboost::GradientBooster | |
| ~Model()=default | xgboost::Model | virtual |
1.8.17