fann_set_rprop_delta_zero

(PECL fann >= 1.0.0)

fann_set_rprop_delta_zero設(shè)置初始步長

說明

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

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

參數(shù)

ann

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

rprop_delta_zero

初始步長。

返回值

成功時返回 true,其它情況下返回 false。

參見