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, 25 May 2012

view this page in

La classe SVMModel

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

Introduction

SVMModel est le résultat final du processus d'entraînement. Il peut être utilisé pour classifier les données non vues précédentes.

Synopsis de la classe

SVMModel {
/* Méthodes */
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 )
}

Sommaire



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