Neuron's output value.

Namespace:  AForge.Neuro
Assembly:  AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public double Output { get; }

Remarks

The calculation way of neuron's output value is determined by inherited class.

See Also