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. |