Linear Discriminant Function.Coefficients Property
Gets the standardized coefficients of the discriminant function..
Definition
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<double> Coefficients { get; }
Property Value
Vector<Double>A vector.
Remarks
The standardized coefficients are computed so that the discriminant function has unit variance if the variables have unit variance.