array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-get-cascade-candidate-stagnation-epochs.php', 1 => 'fann_get_cascade_candidate_stagnation_epochs', 2 => 'Returns the number of cascade candidate stagnation epochs', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-get-cascade-candidate-limit.php', 1 => 'fann_get_cascade_candidate_limit', ), 'next' => array ( 0 => 'function.fann-get-cascade-max-cand-epochs.php', 1 => 'fann_get_cascade_max_cand_epochs', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-get-cascade-candidate-stagnation-epochs.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_get_cascade_candidate_stagnation_epochs

(PECL fann >= 1.0.0)

fann_get_cascade_candidate_stagnation_epochsReturns the number of cascade candidate stagnation epochs

Beschreibung

fann_get_cascade_candidate_stagnation_epochs(resource $ann): int

The number of cascade candidate stagnation epochs determines the number of epochs training is allowed to continue without changing the MSE by a fraction of fann_get_cascade_candidate_change_fraction().

See more info about this parameter in fann_get_cascade_candidate_change_fraction().

The default number of cascade candidate stagnation epochs is 12.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

Rückgabewerte

The number of cascade candidate stagnation epochs, or false on error.

Siehe auch