Package org.apache.mahout.math.function

Core interfaces for functions, comparisons and procedures on objects and primitive data types.

See:
          Description

Interface Summary
BinaryFunction This interface allows the formulation of binary functions to be applied to matrices inside the inner loops of their implementations.
BooleanProcedure Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
Double27Function Deprecated. until unit tests are in place.
Double5Function Deprecated. until unit tests are in place.
Double9Function Deprecated. until unit tests are in place.
DoubleDoubleFunction Interface that represents a function object: a function that takes two arguments and returns a single value.
IntDoubleFunction Deprecated. until unit tests are in place.
IntFunction Interface that represents a function object: a function that takes a single argument and returns a single value.
IntIntDoubleFunction Deprecated. until unit tests are in place.
IntIntDoubleProcedure Deprecated. until unit tests are in place.
IntIntFunction Deprecated. until unit tests are in place.
IntIntIntProcedure Deprecated. until unit tests are in place.
ObjectFunction<T> Deprecated. until unit tests are in place.
ObjectObjectFunction<T> Deprecated. until unit tests are in place.
UnaryFunction This interface allows the formulation of unary functions to be applied to matrices inside the inner loops of their implementations.
 

Class Summary
Functions Function objects to be passed to generic methods.
Mult Only for performance tuning of compute intensive linear algebraic computations.
PlusMult Only for performance tuning of compute intensive linear algebraic computations.
SquareRootFunction  
TimesFunction  
 

Package org.apache.mahout.math.function Description

Core interfaces for functions, comparisons and procedures on objects and primitive data types.



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