- PHP 手册
- 函数参考
- 其它基本扩展
- FANN
- Fann 函数
fann_get_cascade_candidate_limit
(PECL fann >= 1.0.0)
fann_get_cascade_candidate_limit — 返回候选限度
说明
fann_get_cascade_candidate_limit(resource$ann
): float
候选限度表明将会有多少候选神经元被训练。该限度是 MSE 和候选分数之间的比例限度。
将此值设置为低值以避免过于拟合,如果过度拟合并不是问题,则将其设置为更高的值。
默认的候选限度是 1000.0.
参数
-
ann
-
神经网络 资源。
返回值
成功,返回候选限度,错误则返回 false
.
参见
- fann_set_cascade_candidate_limit() - 设置候选限度
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.fann-get-cascade-candidate-limit.php