SortIndexResultsSortedData Property

Gets the sorted data matrix.

Definition

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

Property Value

DoubleMatrix
The sorted data matrix.

Remarks

Property SortedData returns a matrix having the same dimensions of the original matrix to which the sorting operation has been applied. The entry of SortedData occupying the l-th linear position is the entry of the original matrix occupying the l-th position in the resulted ordering.

See Also