To get or set the threshold value of the neuron

[Visual Basic]
Public Property Threshold As Single
[C#]
public float Threshold {get; set;}

See Also

Neuron Class | Neuron Members | NeuralNetwork Namespace