SVMModel::checkProbabilityModel> <SVM::train
Last updated: Fri, 24 Feb 2012

The SVMModel class

(No version information available, might only be in SVN)

Introdução

The SVMModel is the end result of the training process. It can be used to classify previously unseen data.

Sinopse da classe

SVMModel {
/* Methods */
public bool checkProbabilityModel ( void )
public __construct ([ string $filename ] )
public array getLabels ( void )
public int getNrClass ( void )
public int getSvmType ( void )
public float getSvrProbability ( void )
public bool load ( string $filename )
public float predict_probability ( array $data )
public float predict ( array $data )
public bool save ( string $filename )
}

Índice



User Contributed Notes
SVMModel
There are no user contributed notes for this page.

SVMModel::checkProbabilityModel> <SVM::train
Last updated: Fri, 24 Feb 2012