xgboost
|
这是 xgboost::TreeUpdater 的完整成员列表,包括所有继承的成员。
能否修改树() const | xgboost::TreeUpdater | inlinevirtual |
配置(const Args &args)=0 | xgboost::TreeUpdater | 纯虚函数 |
创建(const std::string &name, Context const *ctx, ObjInfo const *task) | xgboost::TreeUpdater | 静态 |
ctx_ | xgboost::TreeUpdater | protected |
是否有节点位置() const | xgboost::TreeUpdater | inlinevirtual |
加载配置(Json const &in)=0 | xgboost::Configurable | 纯虚函数 |
名称() const =0 | xgboost::TreeUpdater | 纯虚函数 |
保存配置(Json *out) const =0 | xgboost::Configurable | 纯虚函数 |
TreeUpdater(const Context *ctx) | xgboost::TreeUpdater | inlineexplicit |
更新(tree::TrainParam const *param, linalg::Matrix< GradientPair > *gpair, DMatrix *data, common::Span< HostDeviceVector< bst_node_t >> out_position, const std::vector< RegTree * > &out_trees)=0 | xgboost::TreeUpdater | 纯虚函数 |
更新预测缓存(const DMatrix *, linalg::MatrixView< float >) | xgboost::TreeUpdater | inlinevirtual |
~Configurable()=default | xgboost::Configurable | 虚函数 |
~TreeUpdater() override=default | xgboost::TreeUpdater |