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

Get the type of neural network it was created as.

§Parameters

  • ann - A previously created neural network structure of type fann pointer.

§Returns

The neural network type from enum fann_network_type_enum

§See also

fann_network_type_enum

This function appears in FANN >= 2.1.0