Enum fann::NetType [] [src]

pub enum NetType {
    Layer,
    Shortcut,
}

Network types

Variants

Each layer of neurons only has connections to the next layer.

Each layer has connections to all following layers.

Methods

impl NetType
[src]

Create a NetType from a fann_sys::fann_nettype_enum.

Trait Implementations

impl Copy for NetType
[src]

impl Clone for NetType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetType
[src]

Formats the value using the given formatter.

impl Eq for NetType
[src]

impl PartialEq for NetType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.