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 |
---|
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 M_I_ID
Default value: 10
Key: -proclus.mi
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
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.