(PECL fann >= 1.0.0)
fann_set_sarprop_step_error_threshold_factor — Sets the sarprop step error threshold factor
$ann
, float $sarprop_step_error_threshold_factor
): boolSets the sarprop step error threshold factor.
ann
Ressource eines neuralen Netzwerks.
sarprop_step_error_threshold_factor
The sarprop step error threshold factor.
Gibt true
bei Erfolg, sonst false
zurück.
Hinweis:
Diese Funktion ist nur verfügbar, wenn die Erweiterung fann mit libfann >= 2.2 kompiliert wurde.