CakeFest 2024: The Official CakePHP Conference

fann_set_sarprop_temperature

(PECL fann >= 1.0.0)

fann_set_sarprop_temperatureEstablece la temperatura de sarprop

Descripción

fann_set_sarprop_temperature(resource $ann, float $sarprop_temperature): bool

Establece la temperatura de sarprop.

Parámetros

ann

Un resource de red neuronal.

sarprop_temperature

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

User Contributed Notes

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