I am training an artificial neural network in C++ using FANN library. I cannot understand/translate the syntax used to save neurons' weights in a text file through the function "fann_save()", in particular at section connections (connected_to_neuron, weight)=
(the last one in the file).
What are the values printed referring to?