public static class RandomSampleReferencePoints.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
N_ID
Parameter to specify the sample size.
|
static OptionID |
RANDOM_ID
Parameter to specify the sample size.
|
protected RandomFactory |
rnd
Random generator.
|
protected int |
samplesize
Sample size.
|
Constructor and Description |
---|
RandomSampleReferencePoints.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected RandomSampleReferencePoints |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID N_ID
Key: -sample.n
public static final OptionID RANDOM_ID
Key: -sample.random
protected int samplesize
protected RandomFactory rnd
public RandomSampleReferencePoints.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected RandomSampleReferencePoints 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.