|
||||||||||
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.AbstractContinousDistribution
org.apache.mahout.math.jet.random.VonMises
@Deprecated public class VonMises
Field Summary |
---|
Fields inherited from class org.apache.mahout.math.jet.random.AbstractDistribution |
---|
randomGenerator |
Constructor Summary | |
---|---|
VonMises(double freedom,
java.util.Random randomGenerator)
Deprecated. Constructs a Von Mises distribution. |
Method Summary | |
---|---|
double |
nextDouble()
Deprecated. Returns a random number from the distribution. |
double |
nextDouble(double k)
Deprecated. Returns a random number from the distribution; bypasses the internal state. |
void |
setState(double k)
Deprecated. Sets the distribution parameter. |
static double |
staticNextDouble(double freedom)
Deprecated. Returns a random number from the distribution. |
java.lang.String |
toString()
Deprecated. Returns a String representation of the receiver. |
Methods inherited from class org.apache.mahout.math.jet.random.AbstractContinousDistribution |
---|
cdf, nextInt, pdf |
Methods inherited from class org.apache.mahout.math.jet.random.AbstractDistribution |
---|
apply, apply, getRandomGenerator, setRandomGenerator |
Methods inherited from class org.apache.mahout.math.PersistentObject |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VonMises(double freedom, java.util.Random randomGenerator)
java.lang.IllegalArgumentException
- if k <= 0.0.Method Detail |
---|
public double nextDouble()
nextDouble
in class AbstractDistribution
public double nextDouble(double k)
java.lang.IllegalArgumentException
- if k <= 0.0.public void setState(double k)
java.lang.IllegalArgumentException
- if k <= 0.0.public static double staticNextDouble(double freedom)
java.lang.IllegalArgumentException
- if k <= 0.0.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 |