xgboost
|
This is the complete list of members for xgboost::TreeUpdater, including all inherited members.
Create(const std::string &name) | xgboost::TreeUpdater | static |
Init(const std::vector< std::pair< std::string, std::string > > &args)=0 | xgboost::TreeUpdater | pure virtual |
Update(HostDeviceVector< GradientPair > *gpair, DMatrix *data, const std::vector< RegTree *> &trees)=0 | xgboost::TreeUpdater | pure virtual |
UpdatePredictionCache(const DMatrix *data, HostDeviceVector< bst_float > *out_preds) | xgboost::TreeUpdater | inlinevirtual |
~TreeUpdater()=default | xgboost::TreeUpdater | virtual |