array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'function.fann-set-rprop-decrease-factor.php', 1 => 'fann_set_rprop_decrease_factor', 2 => 'Sets the decrease factor used during RPROP training', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann İşlevleri', ), 'prev' => array ( 0 => 'function.fann-set-quickprop-mu.php', 1 => 'fann_set_quickprop_mu', ), 'next' => array ( 0 => 'function.fann-set-rprop-delta-max.php', 1 => 'fann_set_rprop_delta_max', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-set-rprop-decrease-factor.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_set_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_set_rprop_decrease_factorSets the decrease factor used during RPROP training

Açıklama

fann_set_rprop_decrease_factor(resource $ann, float $rprop_decrease_factor): bool

Sets the decrease factor used during RPROP training.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

rprop_decrease_factor

The decrease factor.

Dönen Değerler

Başarı durumunda true yoksa falsedöner.

Ayrıca Bakınız