public class GenMog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
max_n
maximum number of Gaussian components
|
static double |
max_s
maximum value for the standard deviation parameter
|
double[] |
mean
mean parameters for the Gaussian components
|
static double |
min_s
minimum value for the standard deviation parameter
|
int |
n
actual number of Gaussian components
|
java.util.Random |
rng
random number generator in use
|
double[] |
var
variance parameters for the Gaussian components
|
double[] |
weight
weights associated with the Gaussian components
|
Constructor and Description |
---|
GenMog()
default constructor
|
GenMog(java.util.Random rng)
constructor with specified RNG
|
Modifier and Type | Method and Description |
---|---|
void |
generate()
Generate a mixture-of-Gaussian configuration.
|
public java.util.Random rng
public static final int max_n
public static final double min_s
public static final double max_s
public int n
public final double[] weight
public final double[] mean
public final double[] var
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.