SVMModel クラス

(PECL svm >= 0.1.0)

はじめに

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

クラス概要

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

目次