Update updater.h

Fix minor type
This commit is contained in:
Jianfeng Zhu 2015-04-23 11:44:47 +08:00
parent d3af4e138f
commit 78907ca08d

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