SVMModel::load

Load a saved SVM Model

Beschreibung

public bool SVMModel::load ( string $filename )

Load a model file ready for classification or regression.

Parameter-Liste

filename

The filename of the model.

Rückgabewerte

Throws SVMException on error. Returns true on success.

Siehe auch

  • SVMModel::save