public static class PROCLUS.Parameterizer<V extends NumberVector> extends AbstractProjectedClustering.Parameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
m_i
Multiplier for the initial number of medoids. 
 | 
static OptionID | 
M_I_ID
Parameter to specify the multiplier for the initial number of medoids,
 must be an integer greater than 0. 
 | 
protected RandomFactory | 
rnd
Random generator 
 | 
static OptionID | 
SEED_ID
Parameter to specify the random generator seed. 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected PROCLUS<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID M_I_ID
public static final OptionID SEED_ID
protected int m_i
protected RandomFactory rnd
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected PROCLUS<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.