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

fann_set_cascade_candidate_stagnation_epochs

(PECL fann >= 1.0.0)

fann_set_cascade_candidate_stagnation_epochsSets the number of cascade candidate stagnation epochs

Beschreibung

fann_set_cascade_candidate_stagnation_epochs(resource $ann, int $cascade_candidate_stagnation_epochs): bool

Sets the number of cascade candidate stagnation epochs.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

cascade_candidate_stagnation_epochs

The number of cascade candidate stagnation epochs.

Rückgabewerte

Gibt true bei Erfolg, sonst false zurück.

Siehe auch