Documentation For Encog 2.x

BasicNetwork.CalculateNeuronCount Method

Calculate the total number of neurons in the network across all layers.

public int CalculateNeuronCount();

Return Value

The neuron count.

Implements

INetwork.CalculateNeuronCount

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace