Merge pull request #251 from zjf/patch-1

Update updater.h
This commit is contained in:
Tianqi Chen 2015-04-22 20:50:00 -07:00
commit e2c0ecbc92

View File

@ -28,7 +28,7 @@ class IUpdater {
* \param gpair the gradient pair statistics of the data
* \param p_fmat feature matrix that provide access to features
* \param info extra side information that may be need, such as root index
* \param trees pointer to the trese to be updated, upater will change the content of the tree
* \param trees pointer to the trees to be updated, upater will change the content of the tree
* note: all the trees in the vector are updated, with the same statistics,
* but maybe different random seeds, usually one tree is passed in at a time,
* there can be multiple trees when we train random forest style model