|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Swapper | |
---|---|
org.apache.mahout.math | Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. |
Uses of Swapper in org.apache.mahout.math |
---|
Methods in org.apache.mahout.math with parameters of type Swapper | |
---|---|
static void |
Sorting.mergeSort(int fromIndex,
int toIndex,
IntComparator c,
Swapper swapper)
Sorts the specified range of elements according to the order induced by the specified comparator. |
static void |
Sorting.quickSort(int start,
int end,
IntComparator comp,
Swapper swap)
Sorts some external data with QuickSort. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |