(PECL svm >= 0.1.0)
Save a model to a file
public bool SVMModel::save ( string $filename )
Save the model data to a file, for later use.
Parameters:
filename
The file to save the model to.
Returns:
Throws SVMException on error. Returns true on success.
See also:
Please login to continue.