fann_set_train_stop_function

(PECL fann >= 1.0.0)

fann_set_train_stop_function设置训练期间使用的停止函数

描述

fann_set_train_stop_function(resource $ann, int $stop_function): bool

设置训练期间使用的停止函数。

停止函数在 停止函数 常量中进一步描述。

参数

ann

神经网络 resource.

stop_function

The stop function constant.

返回值

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

参见

添加注释

用户贡献的注释

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