Click or drag to resize
Accord.NET (logo)

LayerOutput Property

Layer's output vector.

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

Property Value

Type: Double
Remarks

The calculation way of layer's output vector is determined by neurons, which comprise the layer.

Note Note
The property is not initialized (equals to ) until Compute(Double) method is called.

See Also