php教程

fann_test

(PECL fann >= 1.0.0)

fann_test使用一组输入和一组期望的输出来测试。

说明

fann_test ( resource $ann , array $input , array $desired_output ) : bool

使用一组输入和一组期望的输出来测试。 这个操作将会更新均方误差,但是无论如何都不会改变网络。

参数

ann

Neural network resource.

input

输入数组。 这个数组必须和 fann_get_num_input() 一样长。

desired_output

期望的输出数组。 这个数组必须和 fann_get_num_output() 一样长.

返回值

Returns TRUE on success, or FALSE otherwise.

参见

User Contributed Notes

There are no user contributed notes for this page.

CopyRight © 2008-2022 verySource.Com All Rights reserved. 京ICP备17048824号-1 京公网安备:11010502034788