|
||||||||||
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.Poisson
public class Poisson
Partially deprecated until unit tests are in place. Until this time, this class/interface is unsupported.
Field Summary |
---|
Fields inherited from class org.apache.mahout.math.jet.random.AbstractDistribution |
---|
randomGenerator |
Constructor Summary | |
---|---|
Poisson(double mean,
java.util.Random randomGenerator)
Constructs a poisson distribution. |
Method Summary | |
---|---|
double |
cdf(int k)
Deprecated. |
java.lang.Object |
clone()
Deprecated. |
int |
nextInt()
|
int |
nextInt(double theMean)
Returns a random number from the distribution. |
double |
pdf(int k)
Deprecated. |
void |
setMean(double mean)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
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, getRandomGenerator, setRandomGenerator |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Poisson(double mean, java.util.Random randomGenerator)
Method Detail |
---|
@Deprecated public double cdf(int k)
@Deprecated public java.lang.Object clone()
clone
in class org.apache.mahout.math.PersistentObject
public int nextInt()
nextInt
in class AbstractDiscreteDistribution
public int nextInt(double theMean)
@Deprecated public double pdf(int k)
@Deprecated public void setMean(double mean)
@Deprecated 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 |