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 |
|---|
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
public static final OptionID RANDOM_ID
protected int samplesize
protected RandomFactory rnd
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected RandomSampleReferencePoints makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.