fann_set_rprop_delta_max

(PECL fann >= 1.0.0)

fann_set_rprop_delta_max設(shè)置最大步長

說明

fann_set_rprop_delta_max(resource $ann, float $rprop_delta_max): bool

最大步長是一個正數(shù),決定最大步長可能有多大。

參數(shù)

ann

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

rprop_delta_max

最大步長。

返回值

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

參見