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


Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.

@Deprecated
public interface Former


Method Summary
 java.lang.String form(double value)
          Deprecated. Formats a double into a string (like sprintf in C).
 

Method Detail

form

java.lang.String form(double value)
Deprecated. 
Formats a double into a string (like sprintf in C).

Parameters:
value - the number to format
Returns:
the formatted string
Throws:
java.lang.IllegalArgumentException - if bad argument


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