Click or drag to resize

SortIndexResultsSortedData Property

Gets the sorted data matrix.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public DoubleMatrix SortedData { get; }

Property Value

Type: 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