fann_get_cascade_output_stagnation_epochs

(PECL fann >= 1.0.0)

fann_get_cascade_output_stagnation_epochs返回級聯(lián)輸出停滯周期的數(shù)量

說明

fann_get_cascade_output_stagnation_epochs(resource $ann): int

級聯(lián)輸出停滯周期的數(shù)量表示在fann_get_cascade_output_change_fraction()不改變MSE的情況下,運(yùn)行訓(xùn)練的周期數(shù)。

更多詳情參見 fann_get_cascade_output_change_fraction()。

級聯(lián)輸出停滯周期的默認(rèn)值是12。

參數(shù)

ann

神經(jīng)網(wǎng)絡(luò) 資源。

返回值

成功,則返回級聯(lián)輸出停滯周期,錯誤則返回 false .

參見