fann_set_rprop_delta_max
(PECL fann >= 1.0.0)
fann_set_rprop_delta_max — 設定最大步長
說明
fann_set_rprop_delta_max(resource
$ann, float $rprop_delta_max): bool最大步長是一個正數,決定最大步長可能有多大。
參數
-
ann -
神經網路 資源。
-
rprop_delta_max -
最大步長。
返回值
成功時返回 true,其它情況下返回 false。