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

view this page in

SVMModel クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

SVMModel は、訓練処理の結果です。 それは、以前は目に見えなかったデータを分類するために使用できます。

クラス概要

SVMModel {
/* メソッド */
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 )
}

目次



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

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