fann_get_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0)

fann_get_sarprop_step_error_threshold_factor返回 sarprop 算法步值的誤差閾值系數(shù)

說明

fann_get_sarprop_step_error_threshold_factor(resource $ann): float

sarprop 算法步值的誤差閾值系數(shù)。

默認的系數(shù)是 0.1.

參數(shù)

ann

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

返回值

成功,返回 sarprop 算法步值的誤差閾值系數(shù),錯誤則返回 false .

參見