xgboost
|
#include <model.h>
Public Member Functions | |
virtual | ~Model ()=default |
virtual void | LoadModel (Json const &in)=0 |
load the model from a json object More... | |
virtual void | SaveModel (Json *out) const =0 |
saves the model config to a json object More... | |
|
virtualdefault |
|
pure virtual |
load the model from a json object
in | json object where to load the model from |
Implemented in xgboost::Learner, and xgboost::RegTree.
|
pure virtual |
saves the model config to a json object
out | json container where to save the model to |
Implemented in xgboost::Learner, and xgboost::RegTree.