fann_get_cascade_min_out_epochs

(PECL fann >= 1.0.0)

fann_get_cascade_min_out_epochs返回最小输出周期

说明

fann_get_cascade_min_out_epochs(resource $ann): int

最小输出周期表明在加入新的候选神经元后输出连接必须训练的最小周期。

默认的最小输出周期是50。

参数

ann

神经网络 资源

返回值

成功,返回最小的输出周期,错误则返回 false .

注释

注意:

This function is only available if the fann extension has been build against libfann >= 2.2.

参见

add a note

User Contributed Notes

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