Function fann_sys::fann_test_data[][src]

pub unsafe extern "C" fn fann_test_data(
    ann: *mut fann,
    data: *const fann_train_data
) -> c_float

Tests a set of training data and calculates the MSE for the training data.

This function updates the MSE and the bit fail values.

See also

fann_test, fann_get_MSE, fann_get_bit_fail

This function appears in FANN >= 1.2.0.