PHP 7.0.6 Released

SVMModel::save

(PECL svm >= 0.1.0)

SVMModel::saveSave a model to a file

Description

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.

Return Values

Throws SVMException on error. Returns true on success.

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top