Package org.apache.mahout.math.function

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

See:
          Description

Interface Summary
DoubleDoubleFunction Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleFunction Interface that represents a function object: a function that takes a single argument and returns a single value.
IntFunction Interface that represents a function object: a function that takes a single argument and returns a single value.
IntIntDoubleFunction Interface that represents a function object: a function that takes three arguments.
VectorFunction Defines a function of a vector that returns a double.
 

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-2012 The Apache Software Foundation. All Rights Reserved.