|
ActivationNeuronThreshold Property
|
Threshold value.
Namespace:
Accord.Neuro
Assembly:
Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax public double Threshold { get; set; }
Public Property Threshold As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleRemarks The value is added to inputs weighted sum before it is passed to activation
function.
See Also