public static class RandomGeneratedReferencePoints.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
N_ID
Parameter to specify the number of requested reference points.
|
static OptionID |
RANDOM_ID
Parameter to specify the sample size.
|
protected RandomFactory |
rnd
Random generator.
|
protected int |
samplesize
Holds the value of
N_ID . |
protected double |
scale
Holds the value of
SCALE_ID . |
static OptionID |
SCALE_ID
Parameter for additional scaling of the space, to allow out-of-space
reference points.
|
Constructor and Description |
---|
RandomGeneratedReferencePoints.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected RandomGeneratedReferencePoints |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID N_ID
Key: -generate.n
public static final OptionID SCALE_ID
Key: -generate.scale
public static final OptionID RANDOM_ID
Key: -generate.random
protected int samplesize
N_ID
.protected double scale
SCALE_ID
.protected RandomFactory rnd
public RandomGeneratedReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected RandomGeneratedReferencePoints makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.