SortIndexResultsSortedData Property
Gets the sorted data matrix.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public DoubleMatrix SortedData { get; }
Public ReadOnly Property SortedData As DoubleMatrix
Get
public:
property DoubleMatrix^ SortedData {
DoubleMatrix^ get ();
}
member SortedData : DoubleMatrix with get
Property Value
DoubleMatrixThe sorted data matrix.
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.