PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

SVMModel::predict - Predict a value for previously unseen data | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

SVMModel::predict

(PECL svm >= 0.1.0)

SVMModel::predictPredict a value for previously unseen data

説明

public float SVMModel::predict ( array $data )

This function accepts an array of data and attempts to predict the class or regression value based on the model extracted from previously trained data.

パラメータ

data

The array to be classified. This should be a series of key => value pairs in increasing key order, but not necessarily continuous.

返り値

Float the predicted value. This will be a class label in the case of classification, a real value in the case of regression. Throws SVMException on error

参考


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「SVMModel::predict - Predict a value for previously unseen data」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | SVMModel::predict - Predict a value for previously unseen data」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: