fann_get_cascade_candidate_stagnation_epochs
(PECL fann >= 1.0.0)
fann_get_cascade_candidate_stagnation_epochs — 返回層疊候選停滯週期的數量
說明
fann_get_cascade_candidate_stagnation_epochs(resource
$ann
): float層疊候選停滯週期的數量決定了在 fann_get_cascade_candidate_change_fraction() 不改變MSE分數的情況下繼續進行的epochs訓練的數量。
更多資訊參見 fann_get_cascade_candidate_change_fraction().
層疊候選停滯週期的數量是 12.
參數
-
ann
-
神經網路 資源。
返回值
成功,返回層疊候選停滯週期的數量,錯誤則返回 false
.
參見
- fann_set_cascade_candidate_stagnation_epochs() - 設定級聯候選停止週期數
- fann_get_cascade_candidate_change_fraction() - 返回級聯候選變化分數