LinearDiscriminantDirection.Index Property

Gets the index of the direction.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public int Index { get; }

Property Value

Int32

Remarks

Direction are sorted in descending order of significance. The direction that contributes the most to the variation in the data has index 0, and so on.

See Also