fann_get_rprop_delta_zero
(PECL fann >= 1.0.0)
fann_get_rprop_delta_zero — 返回初始步長
說明
fann_get_rprop_delta_zero(resource
$ann
): ReturnType初始步長是確定初始步長的正數。
預設的初始步長是 0.1.
參數
-
ann
-
神經網路 資源。
返回值
成功,返回初始步長,錯誤則返回 false
.
參見
- fann_set_rprop_delta_zero() - 設定初始步長
- fann_get_rprop_delta_min() - 返回最小步長
- fann_get_rprop_delta_max() - 返回最大步長