fann_set_rprop_decrease_factor

(PECL fann >= 1.0.0)

fann_set_rprop_decrease_factor使用 RPROP 算法訓(xùn)練時(shí),設(shè)置下降因子

說明

fann_set_rprop_decrease_factor(resource $ann, float $rprop_decrease_factor): bool

使用 RPROP 算法訓(xùn)練時(shí),設(shè)置下降因子。

參數(shù)

ann

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

rprop_decrease_factor

下降因子。

返回值

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

參見