(PECL fann >= 1.0.0)
fann_set_sarprop_step_error_shift — 设置 sarprop 算法的步误差偏移量
$ann
, float $sarprop_step_error_shift
) : bool设置 sarprop 算法的步误差偏移量。
ann
Neural network resource.
sarprop_step_error_shift
sarprop 算法的步误差偏移量.
Returns TRUE
on success, or FALSE
otherwise.