fann_get_total_neurons
Name
fann_get_total_neurons -- Get the total number of neurons in a network.
Description
unsigned int fann_get_total_neurons(struct fann * ann);
Return the total number of neurons in
ann. This number includes the bias neurons.
This function appears in FANN >= 1.0.0.