[GBM] Finish migrate all gbms
This commit is contained in:
@@ -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_
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user