xgboost
xgboost::Predictor Member List

This is the complete list of members for xgboost::Predictor, including all inherited members.

Configure(Args const &)xgboost::Predictorvirtual
Create(std::string const &name, Context const *ctx)xgboost::Predictorstatic
ctx_xgboost::Predictorprotected
InitOutPredictions(const MetaInfo &info, HostDeviceVector< bst_float > *out_predt, const gbm::GBTreeModel &model) constxgboost::Predictor
InplacePredict(std::shared_ptr< DMatrix > p_fmat, const gbm::GBTreeModel &model, float missing, PredictionCacheEntry *out_preds, uint32_t tree_begin=0, uint32_t tree_end=0) const =0xgboost::Predictorpure virtual
PredictBatch(DMatrix *dmat, PredictionCacheEntry *out_preds, const gbm::GBTreeModel &model, uint32_t tree_begin, uint32_t tree_end=0) const =0xgboost::Predictorpure virtual
PredictContribution(DMatrix *dmat, HostDeviceVector< bst_float > *out_contribs, const gbm::GBTreeModel &model, unsigned tree_end=0, std::vector< bst_float > const *tree_weights=nullptr, bool approximate=false, int condition=0, unsigned condition_feature=0) const =0xgboost::Predictorpure virtual
PredictInstance(const SparsePage::Inst &inst, std::vector< bst_float > *out_preds, const gbm::GBTreeModel &model, unsigned tree_end=0, bool is_column_split=false) const =0xgboost::Predictorpure virtual
PredictInteractionContributions(DMatrix *dmat, HostDeviceVector< bst_float > *out_contribs, const gbm::GBTreeModel &model, unsigned tree_end=0, std::vector< bst_float > const *tree_weights=nullptr, bool approximate=false) const =0xgboost::Predictorpure virtual
PredictLeaf(DMatrix *dmat, HostDeviceVector< bst_float > *out_preds, const gbm::GBTreeModel &model, unsigned tree_end=0) const =0xgboost::Predictorpure virtual
Predictor(Context const *ctx)xgboost::Predictorinlineexplicit
~Predictor()=defaultxgboost::Predictorvirtual