org.apache.mahout.math.function
Interface Double9Function


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

@Deprecated
public interface Double9Function


Method Summary
 double apply(double a00, double a01, double a02, double a10, double a11, double a12, double a20, double a21, double a22)
          Deprecated. Applies a function to nine arguments.
 

Method Detail

apply

double apply(double a00,
             double a01,
             double a02,
             double a10,
             double a11,
             double a12,
             double a20,
             double a21,
             double a22)
Deprecated. 
Applies a function to nine arguments.

Returns:
the result of the function.


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