update pague now
PHP 8.5.2 Released!

SVMModel::__construct

(PECL svm >= 0.1.0)

SVMModel::__construct Construct a new SVMModel

Description

public SVMModel::__construct ( string $filename = ? )

Build a new SVMModel. Modells will usually be created from the SVM::train function, but then saved modells may be restored directly.

Parameters

filename

The filename for the saved modell file this modell should load.

Errors/Exceptions

Throws a SVMException on error

See Also

add a note

User Contributed Notes

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