fann_set_sarprop_step_error_shift
(PECL fann >= 1.0.0)
fann_set_sarprop_step_error_shift — Sets the sarprop step error shift
Description
bool fann_set_sarprop_step_error_shift
( resource
$ann
, float $sarprop_step_error_shift
)Sets the sarprop step error shift.
Liste de paramètres
-
ann
-
Ressource de réseau de neurones.
-
sarprop_step_error_shift
-
The sarprop step error shift.
Valeurs de retour
Retourne TRUE
en cas de succès, FALSE
sinon.