PHP 8.3.4 Released!

fann_get_sarprop_temperature

(PECL fann >= 1.0.0)

fann_get_sarprop_temperatureDevuelve la temperatura de sarprop

Descripción

fann_get_sarprop_temperature(resource $ann): float

Devuelve la temperatura de sarprop.

La temperatura predeterminada es 0.015.

Parámetros

ann

Un resource de red neuronal.

Valores devueltos

La temperatura 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