Struct fann_sys::fann_connection [] [src]

pub struct fann_connection {
    pub from_neuron: c_uint,
    pub to_neuron: c_uint,
    pub weight: fann_type,
}

Describes a connection between two neurons and its weight.

See Also

fann_get_connection_array, fann_set_weight_array

This structure appears in FANN >= 2.1.0.

Fields

from_neuron: c_uint

Unique number used to identify source neuron

to_neuron: c_uint

Unique number used to identify destination neuron

weight: fann_type

The numerical value of the weight