Click or drag to resize
Accord.NET (logo)

StochasticLayerNeurons Property

Gets the layer's neurons.

Namespace:  Accord.Neuro.Layers
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public StochasticNeuron[] Neurons { get; }
Request Example View Source

Property Value

Type: StochasticNeuron
See Also