CakeFest 2024: The Official CakePHP Conference

SVM::__construct

(PECL svm >= 0.1.0)

SVM::__constructConstruit un nouvel objet SVM

Description

public SVM::__construct()

Construit un nouvel objet SVM prêt à accepter des données d'entrainement.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Erreurs / Exceptions

Lance une exception SVMException si la bibliothèque libsvm n'a pu être chargée.

add a note

User Contributed Notes

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