array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.fann-set-sarprop-step-error-threshold-factor.php', 1 => 'fann_set_sarprop_step_error_threshold_factor', 2 => 'Sets the sarprop step error threshold factor', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Функції Fann', ), 'prev' => array ( 0 => 'function.fann-set-sarprop-step-error-shift.php', 1 => 'fann_set_sarprop_step_error_shift', ), 'next' => array ( 0 => 'function.fann-set-sarprop-temperature.php', 1 => 'fann_set_sarprop_temperature', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-set-sarprop-step-error-threshold-factor.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_set_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0)

fann_set_sarprop_step_error_threshold_factorSets the sarprop step error threshold factor

Опис

fann_set_sarprop_step_error_threshold_factor(resource $ann, float $sarprop_step_error_threshold_factor): bool

Sets the sarprop step error threshold factor.

Параметри

ann

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

sarprop_step_error_threshold_factor

The sarprop step error threshold factor.

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

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

Примітки

Зауваження:

Ця функція доступна тільки, якщо розширення fann зібрано разом з libfann >= 2.2.

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