[GBM] Finish migrate all gbms

This commit is contained in:
tqchen
2016-01-02 18:05:40 -08:00
parent e4567bbc47
commit 9042b9e2c7
5 changed files with 343 additions and 391 deletions

View File

@@ -2,7 +2,7 @@
* Copyright (c) 2015 by Contributors
* \file c_api.h
* \author Tianqi Chen
* \brief C Style API of XGBoost, used to interfacing with other languages.
* \brief C API of XGBoost, used to interfacing with other languages.
*/
#ifndef XGBOOST_C_API_H_
#define XGBOOST_C_API_H_

View File

@@ -27,8 +27,7 @@ class GradientBooster {
virtual ~GradientBooster() {}
/*!
* \brief Set the configuration of gradient boosting.
*
* User must call configure before trainig.
* User must call configure once before InitModel and Training.
*
* \param cfg configurations on both training and model parameters.
*/