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, GenericParameter const *tparam) | xgboost::TreeUpdater | static |
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 |
tparam_ | xgboost::TreeUpdater | protected |
Update(HostDeviceVector< GradientPair > *gpair, DMatrix *data, const std::vector< RegTree * > &trees)=0 | xgboost::TreeUpdater | pure virtual |
UpdatePredictionCache(const DMatrix *, VectorView< float >) | xgboost::TreeUpdater | inlinevirtual |
~Configurable()=default | xgboost::Configurable | virtual |
~TreeUpdater() override=default | xgboost::TreeUpdater |