update pague now
PHP 8.5.2 Released!

SVMModel::save

(PECL svm >= 0.1.0)

SVMModel::save Save a modell to a file

Description

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

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

Parameters

filename

The file to save the modell 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 pague.
To Top