CakeFest 2024: The Official CakePHP Conference

fann_get_cascade_num_candidate_groups

(PECL fann >= 1.0.0)

fann_get_cascade_num_candidate_groups返回候选组的数量

说明

fann_get_cascade_num_candidate_groups(resource $ann): int

候选组的数目是在训练期间使用的相同候选组的个数。

这个数字可以用来有更多的候选,而不必为候选定义新的参数。

参见 fann_get_cascade_num_candidates() 的描述。其中解释了这个参数将会生哪个成候选神经元。

默认的候选组数为2.

参数

ann

神经网络 资源

返回值

成功,返回候选组数量,错误则返回 false .

参见

add a note

User Contributed Notes

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