Accord.Math.Comparers Namespace |
Class | Description | |
---|---|---|
ArrayComparerT |
Elementwise comparer for arrays.
| |
CustomComparerT |
Custom comparer which accepts any delegate or
anonymous function to perform value comparisons.
| |
ElementComparer |
Element-at-position comparer.
| |
ElementComparerT |
Element-at-position comparer.
| |
GeneralComparer |
General comparer which supports multiple
directions and comparison of absolute values.
| |
GeneralComparerT |
General comparer which supports multiple sorting directions.
| |
IntegerArrayComparer | Obsolete.
Elementwise comparer for integer arrays.
Please use ArrayComparer{T} instead.
| |
StableComparerT |
Stable comparer for stable sorting algorithm.
|
Enumeration | Description | |
---|---|---|
ComparerDirection |
Directions for the General Comparer.
|
This namespace contains different methods for comparing elements. For example, using the classes in this namespace makes it possible to sort arrays of arrays, sort arrays into any direction, or perform stable sorts.
The namespace class diagram is shown below.