pub unsafe extern "C" fn fann_get_num_input(
    ann: *const fann
) -> c_uint
Expand description

Get the number of input neurons.

This function appears in FANN >= 1.0.0.