
public abstract static class AbstractRandomProjectionFamily.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected RandomFactory |
random
Random generator.
|
static OptionID |
RANDOM_ID
Parameter for the random generator.
|
| Constructor and Description |
|---|
AbstractRandomProjectionFamily.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make, makeInstancepublic static final OptionID RANDOM_ID
protected RandomFactory random
public AbstractRandomProjectionFamily.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.