SVM::__construct

(PECL svm >= 0.1.0)

SVM::__constructConstruct a new SVM object

Description

publicSVM::__construct()

Constructs a new SVM object ready to accept training data.

Parameters

This function has no parameters.

Errors/Exceptions

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

To Top