The FANNConnection class
FANNConnection is used for the neural network connection. The objects of this class are used in fann_get_connection_array and fann_set_weight_array.
Intro
FANNConnection is used for the neural network connection. The objects of this class are used in fann_get_connection_array() and fann_set_weight_array().
Class synopsis
Properties
from_neuronThe neuron where the connection starts.
to_neuronThe neuron where the connection ends.
weightThe weight of the connection.
Fannconnection