Uses of Interface
org.apache.mahout.math.function.FloatComparator

Packages that use FloatComparator
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
org.apache.mahout.math.list Resizable lists holding objects or primitive data types such as int, double, etc. 
 

Uses of FloatComparator in org.apache.mahout.math
 

Methods in org.apache.mahout.math with parameters of type FloatComparator
static void Sorting.mergeSort(float[] array, int start, int end, FloatComparator comp)
          Perform a merge sort on a range of a float array using a specified ordering.
static void Sorting.quickSort(float[] array, int start, int end, FloatComparator comp)
          Sorts the specified range in the array in a specified order.
 

Uses of FloatComparator in org.apache.mahout.math.list
 

Methods in org.apache.mahout.math.list with parameters of type FloatComparator
 void AbstractFloatList.mergeSortFromTo(int from, int to, FloatComparator c)
          Sorts the receiver according to the order induced by the specified comparator.
 void AbstractFloatList.quickSortFromTo(int from, int to, FloatComparator c)
          Sorts the receiver according to the order induced by the specified comparator.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.