| xgboost | 
这是 xgboost::Predictor 的完整成员列表,包括所有继承的成员。
| Configure(Args const &) | xgboost::Predictor | virtual | 
| Create(std::string const &name, Context const *ctx) | xgboost::Predictor | static | 
| ctx_ | xgboost::Predictor | protected | 
| InitOutPredictions(const MetaInfo &info, HostDeviceVector< float > *out_predt, const gbm::GBTreeModel &model) const | xgboost::Predictor | virtual | 
| InplacePredict(std::shared_ptr< DMatrix > p_fmat, const gbm::GBTreeModel &model, float missing, PredictionCacheEntry *out_preds, bst_tree_t tree_begin=0, bst_tree_t tree_end=0) const =0 | xgboost::Predictor | 纯虚函数 | 
| PredictBatch(DMatrix *dmat, PredictionCacheEntry *out_preds, gbm::GBTreeModel const &model, bst_tree_t tree_begin, bst_tree_t tree_end=0) const =0 | xgboost::Predictor | 纯虚函数 | 
| PredictContribution(DMatrix *dmat, HostDeviceVector< float > *out_contribs, gbm::GBTreeModel const &model, bst_tree_t tree_end=0, std::vector< float > const *tree_weights=nullptr, bool approximate=false, int condition=0, unsigned condition_feature=0) const =0 | xgboost::Predictor | 纯虚函数 | 
| PredictInteractionContributions(DMatrix *dmat, HostDeviceVector< float > *out_contribs, gbm::GBTreeModel const &model, bst_tree_t tree_end=0, std::vector< float > const *tree_weights=nullptr, bool approximate=false) const =0 | xgboost::Predictor | 纯虚函数 | 
| PredictLeaf(DMatrix *dmat, HostDeviceVector< float > *out_preds, gbm::GBTreeModel const &model, bst_tree_t tree_end=0) const =0 | xgboost::Predictor | 纯虚函数 | 
| Predictor(Context const *ctx) | xgboost::Predictor | 内联显式 | 
| ~Predictor()=default | xgboost::Predictor | virtual |