Uses of Interface
org.apache.mahout.math.function.IntFunction

Packages that use IntFunction
org.apache.mahout.math.jet.random Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. 
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. 
 

Uses of IntFunction in org.apache.mahout.math.jet.random
 

Classes in org.apache.mahout.math.jet.random that implement IntFunction
 class AbstractContinousDistribution
          Abstract base class for all continuous distributions.
 class AbstractDiscreteDistribution
          Abstract base class for all discrete distributions.
 class AbstractDistribution
           
 class Beta
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Binomial
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class BreitWigner
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class BreitWignerMeanSquare
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class ChiSquare
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Empirical
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class EmpiricalWalker
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Exponential
           
 class ExponentialPower
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Gamma
           
 class Hyperbolic
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class HyperGeometric
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Logarithmic
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class NegativeBinomial
          Mostly deprecated until unit tests are in place.
 class Normal
          Implements a normal distribution specified mean and standard deviation.
 class Poisson
          Partially deprecated until unit tests are in place.
 class PoissonSlow
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class StudentT
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Uniform
           
 class VonMises
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 class Zeta
          Deprecated. until unit tests are in place. Until this time, this class/interface is unsupported.
 

Uses of IntFunction in org.apache.mahout.math.jet.random.engine
 

Classes in org.apache.mahout.math.jet.random.engine that implement IntFunction
 class MersenneTwister
          MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
 class RandomEngine
          Abstract base class for uniform pseudo-random number generating engines.
 



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