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