SVMModel::save

(PECL svm >= 0.1.0)

SVMModel::saveSave a model to a file

Beskrivelse

public bool SVMModel::save ( string $filename )

Save the model data to a file, for later use.

Parametre

filename

The file to save the model to.

Returnerings Værdier

Throws SVMException on error. Returns true on success.

Se også

add a note add a note

User Contributed Notes

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