LinearDiscriminantFunction.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.0
C#
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.

See Also