fann_set_sarprop_step_error_threshold_factor

(PECL fann >= 1.0.0)

fann_set_sarprop_step_error_threshold_factor设置 sarprop 步长误差阈值因子

描述

fann_set_sarprop_step_error_threshold_factor(resource $ann, float $sarprop_step_error_threshold_factor): bool

设置 sarprop 步长误差阈值因子。

参数

ann

神经网络 resource

sarprop_step_error_threshold_factor

sarprop 步长误差阈值因子。

返回值

成功时返回 true,否则返回 false

注释

注意:

此函数仅在 fann 扩展针对 libfann >= 2.2 构建时可用。

参见

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top