|
StochasticLayerSample Property
|
Gets the layer's sample values generated in the last
call of any of the
Generate(Double) methods.
Namespace:
Accord.Neuro.Layers
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public double[] Sample { get; }
Public ReadOnly Property Sample As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also