Uses of Interface
org.apache.mahout.math.matrix.doublealgo.DoubleMatrix1DComparator

Packages that use DoubleMatrix1DComparator
org.apache.mahout.math.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics. 
 

Uses of DoubleMatrix1DComparator in org.apache.mahout.math.matrix.doublealgo
 

Methods in org.apache.mahout.math.matrix.doublealgo with parameters of type DoubleMatrix1DComparator
 DoubleMatrix2D Sorting.sort(DoubleMatrix2D matrix, DoubleMatrix1DComparator c)
          Deprecated. Sorts the matrix rows according to the order induced by the specified comparator.
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.