PHP Conference Japan 2024

fann_get_train_stop_function

(PECL fann >= 1.0.0)

fann_get_train_stop_function返回训练期间使用的停止函数

描述

fann_get_train_stop_function(资源 $ann): int

返回训练期间使用的停止函数。

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

默认停止函数为FANN_STOPFUNC_MSE

参数

ann

神经网络资源

返回值

停止函数常量,或在发生错误时返回false

参见

添加注释

用户贡献注释

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