fann_set_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0)

fann_set_sarprop_step_error_threshold_factor設(shè)置 sarprop 算法的步誤差閾值因子

說明

fann_set_sarprop_step_error_threshold_factor(resource $ann, float $sarprop_step_error_threshold_factor): bool

設(shè)置 sarprop 算法的步誤差閾值因子。

參數(shù)

ann

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

sarprop_step_error_threshold_factor

sarprop 算法的步誤差閾值因子。

返回值

成功時(shí)返回 true,其它情況下返回 false。

參見