downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

SVMModel::checkProbabilityModel> <SVM::train
[edit] Last updated: Fri, 23 Mar 2012

view this page in

The SVMModel class

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

Giriş

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

Sınıf Sözdizimi

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 )
}

İçindekiler



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites