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

fann_set_rprop_increase_factor

(PECL fann >= 1.0.0)

fann_set_rprop_increase_factorSets the increase factor used during RPROP training

Açıklama

fann_set_rprop_increase_factor(resource $ann, float $rprop_increase_factor): bool

Sets the increase factor used during RPROP training.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

rprop_increase_factor

The increase factor.

Dönen Değerler

Başarı durumunda true yoksa falsedöner.

Ayrıca Bakınız