fann_set_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0)

fann_set_sarprop_step_error_threshold_factorEstablece el factor de umbral del error de paso de sarprop

Descripción

fann_set_sarprop_step_error_threshold_factor(resource $ann, float $sarprop_step_error_threshold_factor): bool

Establece el factor de umbral del error de paso de sarprop.

Parámetros

ann

Un resource de red neuronal.

sarprop_step_error_threshold_factor

El factor de umbral del error de paso de sarprop.

Valores devueltos

Devuelve true en caso de éxito, o false de lo contrario.

Notas

Nota:

This function is only available if the fann extension has been build against libfann >= 2.2.

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top