Uses of Package
org.apache.mahout.math.function

Packages that use org.apache.mahout.math.function
org.apache.mahout.math Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
org.apache.mahout.math.function Core interfaces for functions, comparisons and procedures on objects and primitive data types. 
org.apache.mahout.math.jet.random   
org.apache.mahout.math.jet.random.engine Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution. 
org.apache.mahout.math.matrix   
org.apache.mahout.math.matrix.impl Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of org.apache.mahout.math.matrix, without subsetting or supersetting
 

Classes in org.apache.mahout.math.function used by org.apache.mahout.math
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.
VectorFunction
          Defines a function of a vector that returns a double.
 

Classes in org.apache.mahout.math.function used by org.apache.mahout.math.function
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.
Mult
          Only for performance tuning of compute intensive linear algebraic computations.
PlusMult
          Only for performance tuning of compute intensive linear algebraic computations.
 

Classes in org.apache.mahout.math.function used by org.apache.mahout.math.jet.random
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.
 

Classes in org.apache.mahout.math.function used by org.apache.mahout.math.jet.random.engine
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.
 

Classes in org.apache.mahout.math.function used by org.apache.mahout.math.matrix
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.
IntIntDoubleFunction
          Interface that represents a function object: a function that takes three arguments.
 

Classes in org.apache.mahout.math.function used by org.apache.mahout.math.matrix.impl
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.
IntIntDoubleFunction
          Interface that represents a function object: a function that takes three arguments.
 



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