CakeFest 2024: The Official CakePHP Conference

fann_get_cascade_min_cand_epochs

(PECL fann >= 1.0.0)

fann_get_cascade_min_cand_epochs返回最小的候选周期

说明

fann_get_cascade_min_cand_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