Uses of Interface
org.apache.mahout.math.matrix.impl.Former

Packages that use Former
org.apache.mahout.math.matrix.doublealgo Double matrix algorithms such as print formatting, sorting, partitioning and statistics. 
org.apache.mahout.math.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of org.apache.mahout.math.matrix, without subsetting or supersetting
 

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

Methods in org.apache.mahout.math.matrix.doublealgo with parameters of type Former
protected  java.lang.String Formatter.form(AbstractMatrix1D matrix, int index, Former formatter)
          Deprecated. Converts a given cell to a String; no alignment considered.
protected static java.lang.String Formatter.form(DoubleMatrix1D matrix, int index, Former formatter)
          Deprecated. Converts a given cell to a String; no alignment considered.
 

Uses of Former in org.apache.mahout.math.matrix.impl
 

Methods in org.apache.mahout.math.matrix.impl that return Former
 Former FormerFactory.create(java.lang.String format)
          Deprecated. Constructs and returns a new format instance.
 

Methods in org.apache.mahout.math.matrix.impl with parameters of type Former
protected abstract  java.lang.String AbstractFormatter.form(AbstractMatrix1D matrix, int index, Former formatter)
          Deprecated. Converts a given cell to a String; no alignment considered.
 



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