PHP 8.1.28 Released!

fann_get_rprop_delta_zero

(PECL fann >= 1.0.0)

fann_get_rprop_delta_zero返回初始步长

说明

fann_get_rprop_delta_zero(resource $ann): int

初始步长是确定初始步长的正数。

默认的初始步长是 0.1.

参数

ann

神经网络 资源

返回值

成功,返回初始步长,错误则返回 false .

参见

add a note

User Contributed Notes

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