SVMModel::__construct
PHP Manual
PHP Manual»SVMModel»SVMModel::__construct

SVMModel::__construct

(PECL svm >= 0.1.0)

SVMModel::__constructConstruct a new SVMModel

Descrizione

public function 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.

Elenco dei parametri

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

Errori/Eccezioni

Throws a SVMException on error

Vedere anche:

To Top