
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, makepublic 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)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected RandomSampleReferencePoints makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.