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