SVMModel::load
(PECL svm >= 0.1.00.1.0)
SVMModel::load — Load a saved SVM Model
说明
Load a model file ready for classification or regression.
参数
filename-
The filename of the model.
返回值
Throws SVMException on error. Returns true on success.
(PECL svm >= 0.1.00.1.0)
SVMModel::load — Load a saved SVM Model
Load a model file ready for classification or regression.
filenameThe filename of the model.
Throws SVMException on error. Returns true on success.