Function fann_sys::fann_test

source ·
pub unsafe extern "C" fn fann_test(
    ann: *mut fann,
    input: *const fann_type,
    desired_output: *const fann_type
) -> *mut fann_type
Expand description

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.