Skip to content

Commit

Permalink
Doxygen.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Feb 18, 2020
1 parent 2a7056e commit 1c2408c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/xgboost/predictor.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ class Predictor {
* \param tree_begin The tree begin index.
* \param ntree_limit (Optional) The ntree limit. 0 means do not
* limit trees.
* \param precise Whether precise prediction is needed when using hist
* algorithm. Use approximated prediction with sketch
* summary with set to false or full data is not available.
*/
virtual void PredictBatch(DMatrix* dmat, PredictionCacheEntry* out_preds,
const gbm::GBTreeModel& model, int tree_begin,
Expand Down

0 comments on commit 1c2408c

Please sign in to comment.