Threshold value.

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

Syntax

C#
public double Threshold { get; set; }

Remarks

The value is added to inputs weighted sum before it is passed to activation function.

See Also