Click or drag to resize
PerceptronBias Property
The bias for this perceptron.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double Bias { get; set; }

Property Value

Type: Double
A double representing the bias for this Perceptron.
Remarks
The Bias has a default value of 0.
See Also