Neurons of the layer

[Visual Basic]
Protected neurons As NeuralNetwork.Neuron()
[C#]
protected Neuron[] neurons;

See Also

Layer Class | Layer Members | NeuralNetwork Namespace