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

fann_test - Test with a set of inputs, and a set of desired outputs | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

fann_test

(PECL fann >= 1.0.0)

fann_testTest with a set of inputs, and a set of desired outputs

説明

bool fann_test ( resource $ann , array $input , array $desired_output )

Test with a set of inputs, and a set of desired outputs. This operation updates the mean square error, but does not change the network in any way.

パラメータ

ann

ニューラルネットワークリソース。

input

An array of inputs. This array must be exactly fann_get_num_input() long.

desired_output

An array of desired outputs. This array must be exactly fann_get_num_output() long.

返り値

成功した場合に TRUE、それ以外の場合に FALSE を返します。

参考


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

フォーラムで「fann_test - Test with a set of inputs, and a set of desired outputs」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | fann_test - Test with a set of inputs, and a set of desired outputs」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: