fann_get_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_get_rprop_decrease_factor返回 RPROP 训练期间的衰减系数

说明

fann_get_rprop_decrease_factor ( resource $ann ) : float

衰减系数的值小于1,用于在 RPROP 训练期间减少的步长。

The default decrease factor is 0.5.

参数

ann

Neural network resource.

返回值

成功,返回衰减系数,错误则返回 FALSE .

参见