SortIndexResults Class

Represents the results of sorting operations applied to matrix entries and to their corresponding linear indexes.

Definition

Namespace: Novacta.Analytics
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public class SortIndexResults
Inheritance
Object    SortIndexResults

Remarks

Matrix entries are interpreted as well ordered following a column major ordering. The position of an entry in such well ordering is referred to as the linear position of that entry.

Property SortedData returns the matrix whose entries are those of the original matrix but ordered through a sorting operation.

Property SortedIndexes gets the original linear positions of the sorted entries, arranged in the same order applied to sort matrix entries.

Constructors

SortIndexResultsInitializes a new instance of the SortIndexResults class

Properties

SortedData Gets the sorted data matrix.
SortedIndexes Gets the original linear indexes of sorted entries arranged in the same ordering.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also