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

Get the total number of connections in the entire network.

This function appears in FANN >= 1.0.0.