|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStochasticOccurrence | |
---|---|
p3j.misc.math | |
p3j.pppm.parameters | |
p3j.pppm.sets |
Uses of IStochasticOccurrence in p3j.misc.math |
---|
Methods in p3j.misc.math with type parameters of type IStochasticOccurrence | ||
---|---|---|
|
RandomNumberChecks.checkProbabilitySetting(String name,
Collection<V> objects,
List<GeneratorError> errors)
Tries to repeat values before throwing an exceptions. |
|
|
RandomNumberChecks.chooseNormalizedRandomObject(Collection<V> objects,
james.core.math.random.generators.IRandom rand)
Choose random object if the sum of all probabilities is 100. |
|
|
RandomNumberChecks.chooseRandomObject(Collection<V> objects,
james.core.math.random.generators.IRandom rand)
Choose random object if the sum of all probabilities is 100. |
|
protected
|
RandomNumberChecks.chooseRandomObject(Collection<V> objects,
james.core.math.random.generators.IRandom rand,
double overallProbSum)
Choose random entity based on a certain probability sum. |
Method parameters in p3j.misc.math with type arguments of type IStochasticOccurrence | |
---|---|
double |
RandomNumberChecks.getProbSum(Collection<? extends IStochasticOccurrence> objects)
Get the probability sum from a list of of IStochasticOccurrence
instances. |
Uses of IStochasticOccurrence in p3j.pppm.parameters |
---|
Classes in p3j.pppm.parameters that implement IStochasticOccurrence | |
---|---|
class |
ParameterAssignment
One assignment of a parameter instance. |
Uses of IStochasticOccurrence in p3j.pppm.sets |
---|
Classes in p3j.pppm.sets that implement IStochasticOccurrence | |
---|---|
class |
Set
Represents a set in PPPM. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |