|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntFunction | |
---|---|
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. |
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 |
Exponential
|
class |
Gamma
|
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 |
Uniform
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |