Enum fann_sys::fann_nettype_enum[][src]

#[repr(C)]
pub enum fann_nettype_enum { FANN_NETTYPE_LAYER, FANN_NETTYPE_SHORTCUT, }

Definition of network types used by fann_get_network_type.

Variants

Each layer only has connections to the next layer.

Each layer has connections to all following layers.

Trait Implementations

impl Copy for fann_nettype_enum
[src]

impl Clone for fann_nettype_enum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations