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

fann_get_bit_fail - The number of fail bits | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

fann_get_bit_fail

(PECL fann >= 1.0.0)

fann_get_bit_failThe number of fail bits

説明

int fann_get_bit_fail ( resource $ann )

The number of fail bits; means the number of output neurons which differ more than the bit fail limit (see fann_get_bit_fail_limit(), fann_set_bit_fail_limit()). The bits are counted in all of the training data, so this number can be higher than the number of training data.

This value is reset by fann_reset_MSE() and updated by all the same functions which also updates the MSE value (e.g. fann_test_data(), fann_train_epoch())

パラメータ

ann

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

返り値

The number of bits fail, or FALSE on error.

参考


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

フォーラムで「fann_get_bit_fail - The number of fail bits」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | fann_get_bit_fail - The number of fail bits」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: