Linear Discriminant Function.Intercept Property
Gets the intercept of the discriminant function.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public double Intercept { get; }
Property Value
DoubleRemarks
The intercept is a constant term in the linear discriminant function. It represents the bias of the function, which adjusts the decision boundary to account for the prior probabilities of the classes.
The intercept is calculated during the training phase of the linear discriminant analysis and is used in the classification of new observations. It ensures that the discriminant function properly reflects the underlying distribution of the data.