|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.math.PersistentObject
org.apache.mahout.math.jet.random.AbstractDistribution
org.apache.mahout.math.jet.random.AbstractDiscreteDistribution
org.apache.mahout.math.jet.random.PoissonSlow
@Deprecated public class PoissonSlow
Field Summary |
---|
Fields inherited from class org.apache.mahout.math.jet.random.AbstractDistribution |
---|
randomGenerator |
Constructor Summary | |
---|---|
PoissonSlow(double mean,
RandomEngine randomGenerator)
Deprecated. Constructs a poisson distribution. |
Method Summary | |
---|---|
int |
nextInt()
Deprecated. Returns a random number from the distribution. |
protected int |
nextIntSlow()
Deprecated. Returns a random number from the distribution. |
void |
setMean(double mean)
Deprecated. Sets the mean. |
static int |
staticNextInt(double mean)
Deprecated. Returns a random number from the distribution with the given mean. |
java.lang.String |
toString()
Deprecated. Returns a String representation of the receiver. |
Methods inherited from class org.apache.mahout.math.jet.random.AbstractDiscreteDistribution |
---|
nextDouble |
Methods inherited from class org.apache.mahout.math.jet.random.AbstractDistribution |
---|
apply, apply, clone, getRandomGenerator, makeDefaultGenerator, nextByte, nextChar, nextFloat, nextLong, setRandomGenerator |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PoissonSlow(double mean, RandomEngine randomGenerator)
Method Detail |
---|
public int nextInt()
nextInt
in class AbstractDistribution
protected int nextIntSlow()
public void setMean(double mean)
public static int staticNextInt(double mean)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |