|
xgboost
|
This is the complete list of members for xgboost::TreeUpdater, including all inherited members.
| CanModifyTree() const | xgboost::TreeUpdater | inlinevirtual |
| Configure(const Args &args)=0 | xgboost::TreeUpdater | pure virtual |
| Create(const std::string &name, Context const *ctx, ObjInfo const *task) | xgboost::TreeUpdater | static |
| ctx_ | xgboost::TreeUpdater | protected |
| HasNodePosition() const | xgboost::TreeUpdater | inlinevirtual |
| LoadConfig(Json const &in)=0 | xgboost::Configurable | pure virtual |
| Name() const =0 | xgboost::TreeUpdater | pure virtual |
| SaveConfig(Json *out) const =0 | xgboost::Configurable | pure virtual |
| TreeUpdater(const Context *ctx) | xgboost::TreeUpdater | inlineexplicit |
| Update(tree::TrainParam const *param, GradientContainer *gpair, DMatrix *p_fmat, common::Span< HostDeviceVector< bst_node_t >> out_position, std::vector< RegTree * > const &out_trees)=0 | xgboost::TreeUpdater | pure virtual |
| UpdatePredictionCache(DMatrix const *, common::Span< HostDeviceVector< bst_node_t >>, linalg::MatrixView< float >) | xgboost::TreeUpdater | inlinevirtual |
| ~Configurable()=default | xgboost::Configurable | virtual |
| ~TreeUpdater() override=default | xgboost::TreeUpdater |