fann_set_cascade_min_cand_epochs
(PECL fann >= 1.0.0)
fann_set_cascade_min_cand_epochs — 設定最小候選週期
說明
fann_set_cascade_min_cand_epochs(resource
$ann
, int $cascade_min_cand_epochs
): bool設定最小候選週期。
參數
-
ann
-
神經網路 資源。
-
cascade_min_cand_epochs
-
設定最小候選週期。
返回值
成功時返回 true
,其它情況下返回 false
。