SVMModel::load
(PECL svm >= 0.1.00.1.0)
SVMModel::load — Load a saved SVM Model
Beschreibung
$filename
): boolLoad a model file ready for classification or regression.
Parameter-Liste
-
filename
-
The filename of the model.
Rückgabewerte
Throws SVMException on error. Returns true on success.