fann_test
Name
fann_test -- Tests an ANN.
Description
fann_type * fann_test(struct fann * ann, fann_type * input, fann_type * desired_output);
Test with a set of inputs, and a set of desired outputs. This operation updates the mean square error,
but does not change the network in any way.
This function appears in FANN >= 1.0.0.