org.apache.mahout.math.function
Interface IntIntFunction


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

@Deprecated
public interface IntIntFunction


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

Method Detail

apply

int apply(int x,
          int 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.