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_ID
Parameter 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, configL
configure, make
public static final OptionID SEED_ID
protected int m_i
protected RandomFactory rnd
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected PROCLUS<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer