Enum fann_sys::fann_nettype_enum [] [src]

pub enum fann_nettype_enum {
    FANN_NETTYPE_LAYER,
    FANN_NETTYPE_SHORTCUT,
}

Definition of network types used by fann_get_network_type.

Variants

FANN_NETTYPE_LAYER

Each layer only has connections to the next layer.

FANN_NETTYPE_SHORTCUT

Each layer has connections to all following layers.

Trait Implementations

Derived Implementations

impl Clone for fann_nettype_enum

fn clone(&self) -> fann_nettype_enum

fn clone_from(&mut self, source: &Self)

impl Copy for fann_nettype_enum