array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-get-sarprop-step-error-shift.php', 1 => 'fann_get_sarprop_step_error_shift', 2 => 'Returns the sarprop step error shift', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-get-rprop-increase-factor.php', 1 => 'fann_get_rprop_increase_factor', ), 'next' => array ( 0 => 'function.fann-get-sarprop-step-error-threshold-factor.php', 1 => 'fann_get_sarprop_step_error_threshold_factor', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-get-sarprop-step-error-shift.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_get_sarprop_step_error_shift

(PECL fann >= 1.0.0)

fann_get_sarprop_step_error_shiftReturns the sarprop step error shift

Beschreibung

fann_get_sarprop_step_error_shift(resource $ann): float

Returns the sarprop step error shift.

The default step error shift is 1.385.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

Rückgabewerte

The sarprop step error shift , or false on error.

Anmerkungen

Hinweis:

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

Siehe auch