The bias for this perceptron.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double Bias { get; set; }Public Overridable Property Bias As Double
Get
Set
public:
virtual property double Bias {
double get ();
void set (double value);
}abstract Bias : float with get, set
override Bias : float with 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