xgboost
|
这是 xgboost::Learner 的完整成员列表,包括所有继承的成员。
BoostedRounds() const =0 | xgboost::学习器 | 纯虚 |
BoostOneIter(std::int32_t iter, std::shared_ptr< DMatrix > train, linalg::Matrix< GradientPair > *in_gpair)=0 | xgboost::学习器 | 纯虚 |
CalcFeatureScore(std::string const &importance_type, common::Span< int32_t const > trees, std::vector< bst_feature_t > *features, std::vector< float > *scores)=0 | xgboost::学习器 | 纯虚 |
配置()=0 | xgboost::学习器 | 纯虚 |
Create(const std::vector< std::shared_ptr< DMatrix > > &cache_data) | xgboost::学习器 | 静态 |
Ctx() const =0 | xgboost::学习器 | 纯虚 |
ctx_ | xgboost::学习器 | 受保护 |
DelAttr(const std::string &key)=0 | xgboost::学习器 | 纯虚 |
DumpModel(const FeatureMap &fmap, bool with_stats, std::string format)=0 | xgboost::学习器 | 纯虚 |
EvalOneIter(int iter, const std::vector< std::shared_ptr< DMatrix >> &data_sets, const std::vector< std::string > &data_names)=0 | xgboost::学习器 | 纯虚 |
gbm_ | xgboost::学习器 | 受保护 |
GetAttr(const std::string &key, std::string *out) const =0 | xgboost::学习器 | 纯虚 |
GetAttrNames() const =0 | xgboost::学习器 | 纯虚 |
GetConfigurationArguments() const =0 | xgboost::学习器 | 纯虚 |
GetFeatureNames(std::vector< std::string > *fn) const =0 | xgboost::学习器 | 纯虚 |
GetFeatureTypes(std::vector< std::string > *ft) const =0 | xgboost::学习器 | 纯虚 |
GetNumFeature() const =0 | xgboost::学习器 | 纯虚 |
GetThreadLocal() const =0 | xgboost::学习器 | 纯虚 |
Groups() const =0 | xgboost::学习器 | 纯虚 |
InplacePredict(std::shared_ptr< DMatrix > p_m, PredictionType type, float missing, HostDeviceVector< float > **out_preds, bst_layer_t layer_begin, bst_layer_t layer_end)=0 | xgboost::学习器 | 纯虚 |
LoadConfig(Json const &in)=0 | xgboost::可配置 | 纯虚 |
LoadModel(Json const &in) override=0 | xgboost::学习器 | 纯虚 |
LoadModel(dmlc::Stream *fi)=0 | xgboost::学习器 | 纯虚 |
metrics_ | xgboost::学习器 | 受保护 |
obj_ | xgboost::学习器 | 受保护 |
Predict(std::shared_ptr< DMatrix > data, bool output_margin, HostDeviceVector< bst_float > *out_preds, bst_layer_t layer_begin, bst_layer_t layer_end, bool training=false, bool pred_leaf=false, bool pred_contribs=false, bool approx_contribs=false, bool pred_interactions=false)=0 | xgboost::学习器 | 纯虚 |
重置()=0 | xgboost::学习器 | 纯虚 |
SaveConfig(Json *out) const =0 | xgboost::可配置 | 纯虚 |
SaveModel(Json *out) const override=0 | xgboost::学习器 | 纯虚 |
SaveModel(dmlc::Stream *fo) const =0 | xgboost::学习器 | 纯虚 |
SetAttr(const std::string &key, const std::string &value)=0 | xgboost::学习器 | 纯虚 |
SetFeatureNames(std::vector< std::string > const &fn)=0 | xgboost::学习器 | 纯虚 |
SetFeatureTypes(std::vector< std::string > const &ft)=0 | xgboost::学习器 | 纯虚 |
SetParam(const std::string &key, const std::string &value)=0 | xgboost::学习器 | 纯虚 |
SetParams(Args const &args)=0 | xgboost::学习器 | 纯虚 |
Slice(bst_layer_t begin, bst_layer_t end, bst_layer_t step, bool *out_of_bound)=0 | xgboost::学习器 | 纯虚 |
UpdateOneIter(std::int32_t iter, std::shared_ptr< DMatrix > train)=0 | xgboost::学习器 | 纯虚 |
~Configurable()=default | xgboost::可配置 | 虚 |
~Learner() override | xgboost::学习器 | |
~Model()=default | xgboost::模型 | 虚 |