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 | Unique number used to identify source neuron |
to_neuron | Unique number used to identify destination neuron |
weight | The numerical value of the weight |