SVMModel クラス
(PECL svm >= 0.1.0)
はじめに
SVMModel は、訓練処理の結果です。
それは、以前は目に見えなかったデータを分類するために使用できます。
クラス概要
class SVMModel
{
public load(
string $filename
):
bool
public save(
string $filename
):
bool
}
目次
There are no user contributed notes for this page.