xgboost
xgboost::TreeUpdater 成员列表

这是 xgboost::TreeUpdater 的完整成员列表,包括所有继承的成员。

能否修改树() constxgboost::TreeUpdaterinlinevirtual
配置(const Args &args)=0xgboost::TreeUpdater纯虚函数
创建(const std::string &name, Context const *ctx, ObjInfo const *task)xgboost::TreeUpdater静态
ctx_xgboost::TreeUpdaterprotected
是否有节点位置() constxgboost::TreeUpdaterinlinevirtual
加载配置(Json const &in)=0xgboost::Configurable纯虚函数
名称() const =0xgboost::TreeUpdater纯虚函数
保存配置(Json *out) const =0xgboost::Configurable纯虚函数
TreeUpdater(const Context *ctx)xgboost::TreeUpdaterinlineexplicit
更新(tree::TrainParam const *param, linalg::Matrix< GradientPair > *gpair, DMatrix *data, common::Span< HostDeviceVector< bst_node_t >> out_position, const std::vector< RegTree * > &out_trees)=0xgboost::TreeUpdater纯虚函数
更新预测缓存(const DMatrix *, linalg::MatrixView< float >)xgboost::TreeUpdaterinlinevirtual
~Configurable()=defaultxgboost::Configurable虚函数
~TreeUpdater() override=defaultxgboost::TreeUpdater