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

fann_get_cascade_max_cand_epochs

(PECL fann >= 1.0.0)

fann_get_cascade_max_cand_epochsReturns the maximum candidate epochs

Açıklama

fann_get_cascade_max_cand_epochs(resource $ann): int

The maximum candidate epochs determines the maximum number of epochs the input connections to the candidates may be trained before adding a new candidate neuron.

The default max candidate epochs is 150.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

Dönen Değerler

The maximum candidate epochs, or false on error.

Ayrıca Bakınız