xgboost
|
这是 xgboost::GradientBooster 的完整成员列表,包括所有继承的成员。
BoostedRounds() const =0 | xgboost::GradientBooster | 纯虚 |
Configure(Args const &cfg)=0 | xgboost::GradientBooster | 纯虚 |
Create(const std::string &name, Context const *ctx, LearnerModelParam const *learner_model_param) | xgboost::GradientBooster | 静态 |
ctx_ | xgboost::GradientBooster | 保护 |
DoBoost(DMatrix *p_fmat, linalg::Matrix< GradientPair > *in_gpair, PredictionCacheEntry *, ObjFunction const *obj)=0 | xgboost::GradientBooster | 纯虚 |
DumpModel(const FeatureMap &fmap, bool with_stats, std::string format) const =0 | xgboost::GradientBooster | 纯虚 |
FeatureScore(std::string const &importance_type, common::Span< int32_t const > trees, std::vector< bst_feature_t > *features, std::vector< float > *scores) const =0 | xgboost::GradientBooster | 纯虚 |
GradientBooster(Context const *ctx) | xgboost::GradientBooster | 内联显式保护 |
InplacePredict(std::shared_ptr< DMatrix >, float, PredictionCacheEntry *, bst_layer_t, bst_layer_t) const | xgboost::GradientBooster | 内联虚函数 |
Load(dmlc::Stream *fi)=0 | xgboost::GradientBooster | 纯虚 |
LoadConfig(Json const &in)=0 | xgboost::Configurable | 纯虚 |
LoadModel(Json const &in)=0 | xgboost::Model | 纯虚 |
ModelFitted() const =0 | xgboost::GradientBooster | 纯虚 |
PredictBatch(DMatrix *dmat, PredictionCacheEntry *out_preds, bool training, bst_layer_t begin, bst_layer_t end)=0 | xgboost::GradientBooster | 纯虚 |
PredictContribution(DMatrix *dmat, HostDeviceVector< float > *out_contribs, bst_layer_t layer_begin, bst_layer_t layer_end, bool approximate=false)=0 | xgboost::GradientBooster | 纯虚 |
PredictInteractionContributions(DMatrix *dmat, HostDeviceVector< float > *out_contribs, bst_layer_t layer_begin, bst_layer_t layer_end, bool approximate)=0 | xgboost::GradientBooster | 纯虚 |
PredictLeaf(DMatrix *dmat, HostDeviceVector< bst_float > *out_preds, unsigned layer_begin, unsigned layer_end)=0 | xgboost::GradientBooster | 纯虚 |
Save(dmlc::Stream *fo) const =0 | xgboost::GradientBooster | 纯虚 |
SaveConfig(Json *out) const =0 | xgboost::Configurable | 纯虚 |
SaveModel(Json *out) const =0 | xgboost::Model | 纯虚 |
Slice(bst_layer_t, bst_layer_t, bst_layer_t, GradientBooster *, bool *) const | xgboost::GradientBooster | 内联虚函数 |
UseGPU() const =0 | xgboost::GradientBooster | 纯虚 |
~Configurable()=default | xgboost::Configurable | 虚函数 |
~GradientBooster() override=default | xgboost::GradientBooster | |
~Model()=default | xgboost::Model | 虚函数 |