SVMModel::load

(PECL svm >= 0.1.00.1.0)

SVMModel::loadLoad a saved SVM Model

Опис

public bool SVMModel::load ( string $filename )

Load a model file ready for classification or regression.

Параметри

filename

The filename of the model.

Значення, що повертаються

Throws SVMException on error. Returns true on success.

Прогляньте Також

add a note add a note

User Contributed Notes

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