SortIndexResultsSortedIndexes Property

Gets the original linear indexes of sorted entries arranged in the same ordering.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public IndexCollection SortedIndexes { get; }

Property Value

IndexCollection
The sorted linear indexes.

Remarks

The l-th index in SortedIndexes is the linear position of the entry in the original matrix occupying the l-th linear position in the SortedData.

See Also