fann_set_sarprop_step_error_shift
(PECL fann >= 1.0.0)
fann_set_sarprop_step_error_shift — Sets the sarprop step error shift
Beschreibung
$ann
, float $sarprop_step_error_shift
): boolSets the sarprop step error shift.
Parameter-Liste
-
ann
-
Ressource eines neuralen Netzwerks.
-
sarprop_step_error_shift
-
The sarprop step error shift.
Rückgabewerte
Gibt true
bei Erfolg, sonst false
zurück.
Anmerkungen
Hinweis:
Diese Funktion is nur verfügbar, wenn die fann-Erweiterung mit libfann >= 2.2 kompiliert wurde.