PHPTS:一键免费搭建 Nginx + PHP + MySQL 运行环境

fann_get_rprop_delta_max

(PECL fann >= 1.0.0)

fann_get_rprop_delta_max返回最大步长

说明

fann_get_rprop_delta_max ( resource $ann ) : float

最大步长是正数,决定最大步长可能有多大。.

默认的最大值是 50.0.

参数

ann

Neural network resource.

返回值

成功,返回最大步长,错误则返回 FALSE .

参见