public class Generator
extends java.lang.Object
Constructor and Description |
---|
Generator(long seed) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
generateStochasticNet(GeneratorConfig config) |
static java.lang.String |
getNameForNumber(int i) |
double[] |
getRandomParameters(StochasticNet.DistributionType type)
returns random parameters of distributions, such that
the mean is between 1 and 10 and
the variance is around 2
|
public java.lang.Object[] generateStochasticNet(GeneratorConfig config)
config
- GeneratorConfig
public double[] getRandomParameters(StochasticNet.DistributionType type)
type
- public static java.lang.String getNameForNumber(int i)