xgboost
|
This is the complete list of members for xgboost::Predictor, including all inherited members.
cache_ | xgboost::Predictor | protected |
Create(std::string name) | xgboost::Predictor | static |
Init(const std::vector< std::pair< std::string, std::string >> &cfg, const std::vector< std::shared_ptr< DMatrix >> &cache) | xgboost::Predictor | virtual |
PredictBatch(DMatrix *dmat, HostDeviceVector< bst_float > *out_preds, const gbm::GBTreeModel &model, int tree_begin, unsigned ntree_limit=0)=0 | xgboost::Predictor | pure virtual |
PredictContribution(DMatrix *dmat, std::vector< bst_float > *out_contribs, const gbm::GBTreeModel &model, unsigned ntree_limit=0, bool approximate=false, int condition=0, unsigned condition_feature=0)=0 | xgboost::Predictor | pure virtual |
PredictInstance(const SparsePage::Inst &inst, std::vector< bst_float > *out_preds, const gbm::GBTreeModel &model, unsigned ntree_limit=0, unsigned root_index=0)=0 | xgboost::Predictor | pure virtual |
PredictInteractionContributions(DMatrix *dmat, std::vector< bst_float > *out_contribs, const gbm::GBTreeModel &model, unsigned ntree_limit=0, bool approximate=false)=0 | xgboost::Predictor | pure virtual |
PredictLeaf(DMatrix *dmat, std::vector< bst_float > *out_preds, const gbm::GBTreeModel &model, unsigned ntree_limit=0)=0 | xgboost::Predictor | pure virtual |
UpdatePredictionCache(const gbm::GBTreeModel &model, std::vector< std::unique_ptr< TreeUpdater >> *updaters, int num_new_trees)=0 | xgboost::Predictor | pure virtual |
~Predictor()=default | xgboost::Predictor | virtual |