array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-get-sarprop-step-error-threshold-factor.php', 1 => 'fann_get_sarprop_step_error_threshold_factor', 2 => 'Returns the sarprop step error threshold factor', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-get-sarprop-step-error-shift.php', 1 => 'fann_get_sarprop_step_error_shift', ), 'next' => array ( 0 => 'function.fann-get-sarprop-temperature.php', 1 => 'fann_get_sarprop_temperature', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-get-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_get_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0)

fann_get_sarprop_step_error_threshold_factorReturns the sarprop step error threshold factor

Beschreibung

fann_get_sarprop_step_error_threshold_factor(resource $ann): float

The sarprop step error threshold factor.

The default factor is 0.1.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

Rückgabewerte

The sarprop step error threshold factor, or false on error.

Anmerkungen

Hinweis:

Diese Funktion ist nur verfügbar, wenn die Erweiterung fann mit libfann >= 2.2 kompiliert wurde.

Siehe auch