CakeFest 2024: The Official CakePHP Conference

fann_test_data

(PECL fann >= 1.0.0)

fann_test_data使用训练数据来测试并且计算出 MSE

说明

fann_test_data(resource $ann, resource $data): float

使用训练数据来测试并且计算出 MSE。

该函数将会更新 MSE 和 误差的值。

参数

ann

神经网络 资源

data

神经网络训练数据 资源

返回值

成功,则更新 MSE, 错误则返回 false

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top