Get the n th Layer of the network
[Visual Basic]
Public Default ReadOnly Property Item( _
ByVal n As Integer _
) As NeuralNetwork.Layer
[C#]
public Layer this[ int n ] {get;}
See Also
NeuralNetwork Class | NeuralNetwork Members | NeuralNetwork Namespace