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


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

@Deprecated
public interface ObjectFunction<T>


Method Summary
 T apply(T argument)
          Deprecated. Applies a function to an argument.
 

Method Detail

apply

T apply(T argument)
Deprecated. 
Applies a function to an argument.

Parameters:
argument - argument passed to the function.
Returns:
the result of the function.


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