fann_set_rprop_delta_zero

(PECL fann >= 1.0.0)

fann_set_rprop_delta_zero設(shè)置初始步長(zhǎng)

說(shuō)明

fann_set_rprop_delta_zero(resource $ann, float $rprop_delta_zero): bool

初始步長(zhǎng)是確定初始步長(zhǎng)的正數(shù)。

參數(shù)

ann

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

rprop_delta_zero

初始步長(zhǎng)。

返回值

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

參見(jiàn)