org.apache.mahout.math.function
Interface ObjectObjectFunction<T>


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

@Deprecated
public interface ObjectObjectFunction<T>


Method Summary
 T apply(T x, T y)
          Deprecated. Applies a function to two arguments.
 

Method Detail

apply

T apply(T x,
        T y)
Deprecated. 
Applies a function to two arguments.

Parameters:
x - the first argument passed to the function.
y - the second argument passed to the function.
Returns:
the result of the function.


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