fann_get_rprop_delta_max
(PECL fann >= 1.0.0)
fann_get_rprop_delta_max — 返回最大步長
說明
fann_get_rprop_delta_max(resource
$ann): float最大步長是正數,決定最大步長可能有多大。.
預設的最大值是 50.0.
參數
-
ann 神經網路 資源。
返回值
成功,返回最大步長,錯誤則返回 false .
參見
- fann_set_rprop_delta_max() - 設定最大步長
- fann_get_rprop_delta_min() - 返回最小步長