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