PHP 8.1.28 Released!

SVM::__construct

(PECL svm >= 0.1.0)

SVM::__constructConstruct a new SVM object

Descrizione

public SVM::__construct()

Constructs a new SVM object ready to accept training data.

Elenco dei parametri

Questa funzione non contiene parametri.

Errori/Eccezioni

Throws a SVMException if the libsvm library could not be loaded.

add a note

User Contributed Notes

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