fann_sys::fann_test [] [src]

pub unsafe extern fn fann_test(ann: *mut fann, input: *const fann_type, desired_output: *const fann_type) -> *mut fann_type

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.

See also

fann_test_data, fann_train

This function appears in FANN >= 1.0.0.