Php/docs/function.fann-test-data

提供:Dev Guides
< Php
2020年12月14日 (月) 11:07時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

fann_test_data

(PECL fann >= 1.0.0)

fann_test_dataTest a set of training data and calculates the MSE for the training data


説明

fann_test_data ( resource $ann , resource $data ) : float

Test a set of training data and calculates the MSE for the training data.

This function updates the MSE and the bit fail values.


パラメータ

ann
ニューラルネットワークリソース。
data
ニューラルネットワークトレーニングリソース。


返り値

The updated MSE, or false on error.


参考