Function fann_sys::fann_get_network_type [] [src]

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

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