◆ LoadModel()
void xgboost::gbm::GBLinearModel::LoadModel |
( |
Json const & |
in | ) |
|
|
overridevirtual |
load the model from a JSON object
- Parameters
-
in | JSON object where to load the model from |
Implements xgboost::Model.
◆ SaveModel()
void xgboost::gbm::GBLinearModel::SaveModel |
( |
Json * |
out | ) |
const |
|
overridevirtual |
saves the model config to a JSON object
- Parameters
-
out | JSON container where to save the model to |
Implements xgboost::Model.
The documentation for this class was generated from the following files:
- External/xgboost/src/gbm/gblinear_model.h
- External/xgboost/src/gbm/gblinear_model.cc