(PECL fann >= 1.0.0)
Test a set of training data and calculates the MSE for the training data
float fann_test_data ( resource $ann, resource $data )
Test a set of training data and calculates the MSE for the training data.
This function updates the MSE and the bit fail values.
Parameters:
ann
Neural network resource.
data
Neural network training data resource.
Returns:
The updated MSE, or FALSE
on error.
See also:
Please login to continue.