PHP 8.3.4 Released!

fann_get_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0)

fann_get_sarprop_step_error_threshold_factorDevuelve el factor de umbral del error de paso de sarprop

Descripción

fann_get_sarprop_step_error_threshold_factor(resource $ann): float

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

El factor predeterminado es 0.1.

Parámetros

ann

Un resource de red neuronal.

Valores devueltos

El factor de umbral del error de paso de sarprop, o false en caso de error.

Notas

Nota:

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

Ver también

add a note

User Contributed Notes

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