SVM
PHP Manual

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

目次


SVM
PHP Manual