Php/docs/function.fann-get-cascade-candidate-limit

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

fann_get_cascade_candidate_limit

(PECL fann >= 1.0.0)

fann_get_cascade_candidate_limitReturn the candidate limit


説明

fann_get_cascade_candidate_limit ( resource $ann ) : float

The candidate limit is a limit for how much the candidate neuron may be trained. The limit is a limit on the proportion between the MSE and candidate score.

Set this to a lower value to avoid overfitting and to a higher if overfitting is not a problem.

The default candidate limit is 1000.0.


パラメータ

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


返り値

The candidate limit, or false on error.


参考