array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), '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', ), '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

Опис

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

Sets the increase factor used during RPROP training.

Параметри

ann

Ресурс (resource) нейронної мережі.

rprop_increase_factor

The increase factor.

Значення, що повертаються

Повертає true у разі успіху або false у разі невдачі.

Прогляньте також