xgboost
|
This is the complete list of members for xgboost::Predictor, including all inherited members.
Configure(const std::vector< std::pair< std::string, std::string >> &) | xgboost::Predictor | virtual |
Create(std::string const &name, GenericParameter const *generic_param) | xgboost::Predictor | static |
generic_param_ | xgboost::Predictor | protected |
InplacePredict(dmlc::any const &x, const gbm::GBTreeModel &model, float missing, PredictionCacheEntry *out_preds, uint32_t tree_begin=0, uint32_t tree_end=0) const =0 | xgboost::Predictor | pure virtual |
PredictBatch(DMatrix *dmat, PredictionCacheEntry *out_preds, const gbm::GBTreeModel &model, int tree_begin, uint32_t const ntree_limit=0)=0 | xgboost::Predictor | pure virtual |
PredictContribution(DMatrix *dmat, HostDeviceVector< bst_float > *out_contribs, const gbm::GBTreeModel &model, unsigned ntree_limit=0, std::vector< bst_float > *tree_weights=nullptr, 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)=0 | xgboost::Predictor | pure virtual |
PredictInteractionContributions(DMatrix *dmat, HostDeviceVector< bst_float > *out_contribs, const gbm::GBTreeModel &model, unsigned ntree_limit=0, std::vector< bst_float > *tree_weights=nullptr, bool approximate=false)=0 | xgboost::Predictor | pure virtual |
PredictLeaf(DMatrix *dmat, HostDeviceVector< bst_float > *out_preds, const gbm::GBTreeModel &model, unsigned ntree_limit=0)=0 | xgboost::Predictor | pure virtual |
Predictor(GenericParameter const *generic_param) | xgboost::Predictor | inlineexplicit |
~Predictor()=default | xgboost::Predictor | virtual |