
public static class PROCLUS.Parameterizer<V extends NumberVector<?>> extends AbstractProjectedClustering.Parameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected int | m_i | 
| protected RandomFactory | rnd | 
| static OptionID | SEED_IDParameter to specify the random generator seed. | 
| Constructor and Description | 
|---|
| PROCLUS.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. | 
configK, configKI, configLconfigure, makepublic 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 AbstractParameterizer