PHP 8.1.28 Released!

fann_get_sarprop_temperature

(PECL fann >= 1.0.0)

fann_get_sarprop_temperatureReturns the sarprop temperature

Descrizione

fann_get_sarprop_temperature(resource $ann): float

Returns the sarprop temperature.

The default temperature is 0.015.

Elenco dei parametri

ann

Neural network resource.

Valori restituiti

The sarprop temperature, or false on error.

Note

Nota:

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

Vedere anche:

add a note

User Contributed Notes

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