Click or drag to resize
Accord.NET (logo)

NeuronOutput Property

Neuron's output value.

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 neuron's output value is determined by inherited class.
See Also