fann_set_rprop_delta_min

(PECL fann >= 1.0.0)

fann_set_rprop_delta_min设置最小步长

说明

fann_set_rprop_delta_min ( resource $ann , float $rprop_delta_min ) : bool

最小步长是一个小的正数,决定最小步长可能有多小。

参数

ann

Neural network resource.

rprop_delta_min

最小步长。

返回值

Returns TRUE on success, or FALSE otherwise.

参见