(PECL fann >= 1.0.0)
Sets the sarprop temperature
bool fann_set_sarprop_temperature ( resource $ann, float $sarprop_temperature )
Sets the sarprop temperature.
Parameters:
ann
Neural network resource.
sarprop_temperature
The sarprop temperature.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
See also:
Please login to continue.