SVMModel::load

(PECL svm >= 0.1.00.1.0)

SVMModel::loadLoad a saved SVM Model

Beskrivelse

public bool SVMModel::load ( string $filename )

Load a model file ready for classification or regression.

Parametre

filename

The filename of the model.

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