fann_set_sarprop_temperature

(PECL fann >= 1.0.0)

fann_set_sarprop_temperatureSets the sarprop temperature

説明

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

Sets the sarprop temperature.

パラメータ

ann

ニューラルネットワークリソース。

sarprop_temperature

The sarprop temperature.

返り値

成功した場合に TRUE、それ以外の場合に FALSE を返します。

参考