SVMModel::save

(PECL svm >= 0.1.0)

SVMModel::save — Save a model to a file

Description

public function SVMModel::save(string $filename): bool

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

+add a note

User Contributed Notes

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