fann_set_sarprop_step_error_shift
(PECL fann >= 1.0.0)
fann_set_sarprop_step_error_shift — 設定 sarprop 演算法的步誤差偏移量
說明
fann_set_sarprop_step_error_shift(resource
$ann
, float $sarprop_step_error_shift
): bool設定 sarprop 演算法的步誤差偏移量。
參數
-
ann
-
神經網路 資源。
-
sarprop_step_error_shift
-
sarprop 演算法的步誤差偏移量.
返回值
成功時返回 true
,其它情況下返回 false
。