LinearDiscriminantFunction.EigenvalueDifference Property

Gets the difference between the eigenvalues of the component and the next most significant component.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double EigenvalueDifference { get; }

Property Value

Double

Remarks

For the least significant component, NaN is returned.

See Also