fann_set_rprop_delta_max
(PECL fann >= 1.0.0)
fann_set_rprop_delta_max — 设置最大步长
说明
fann_set_rprop_delta_max (
resource
$ann
,
float $rprop_delta_max
) :
bool
最大步长是一个正数,决定最大步长可能有多大。
参数
-
ann
-
Neural network resource.
-
rprop_delta_max
-
最大步长。
返回值
Returns TRUE
on success, or FALSE
otherwise.