SVMModel::__construct

(PECL svm >= 0.1.0)

SVMModel::__constructConstruct a new SVMModel

Opis

public SVMModel::__construct ([ string $filename ] )

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

Parametry

filename

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

Zwracane wartości

Throws SVMException on error

Zobacz też:

add a note add a note

User Contributed Notes

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