fann_get_rprop_delta_min

(PECL fann >= 1.0.0)

fann_get_rprop_delta_min返回最小步长

说明

fann_get_rprop_delta_min(resource $ann): float

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

默认的最小步长是 0.0.

参数

ann

神经网络 资源

返回值

成功,返回最小步长,错误则返回 false .

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top