PHP 8.1.28 Released!

SVMModel::load

(PECL svm >= 0.1.00.1.0)

SVMModel::loadLoad a saved SVM Model

Descrizione

public SVMModel::load(string $filename): bool

Load a model file ready for classification or regression.

Elenco dei parametri

filename

The filename of the model.

Valori restituiti

Throws SVMException on error. Returns true on success.

Vedere anche:

add a note

User Contributed Notes

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