This structure is subject to change at any time. If you require direct access to the contents of this structure, you may want to consider contacting the FANN development team.
Properties
A pointer to the first neuron in the layer. When allocated, all the neurons in all the layers are actually in one long array, this is because we want to easily clear all the neurons at once.
A pointer to the neuron past the last neuron in the layer the number of neurons is last_neuron - first_neuron