Linear Discriminant Function.Coefficients Property
Gets the vector of coefficients 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 Vector<double> Coefficients { get; }
Property Value
Vector<Double>Remarks
The coefficients vector represents the weights assigned to each feature in the discriminant function. These weights determine the contribution of each feature to the classification decision.
The coefficients are derived during the training phase of the linear discriminant analysis and are used to project the feature space onto a lower-dimensional space where the separation between different classes is maximized.