Linear Discriminant Function.Coefficients Property
Gets the standardized coefficients of the discriminant function..
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.