Package elki.clustering.subspace
Class PROCLUS.Par
- java.lang.Object
-
- elki.clustering.AbstractProjectedClustering.Par
-
- elki.clustering.subspace.PROCLUS.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- PROCLUS
public static class PROCLUS.Par extends AbstractProjectedClustering.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description protected intm_iMultiplier for the initial number of medoids.static elki.utilities.optionhandling.OptionIDM_I_IDParameter to specify the multiplier for the initial number of medoids, must be an integer greater than 0.protected elki.utilities.random.RandomFactoryrndRandom generatorstatic elki.utilities.optionhandling.OptionIDSEED_IDParameter to specify the random generator seed.
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(elki.utilities.optionhandling.parameterization.Parameterization config)PROCLUSmake()
-
-
-
Field Detail
-
M_I_ID
public static final elki.utilities.optionhandling.OptionID M_I_ID
Parameter to specify the multiplier for the initial number of medoids, must be an integer greater than 0.
-
SEED_ID
public static final elki.utilities.optionhandling.OptionID SEED_ID
Parameter to specify the random generator seed.
-
m_i
protected int m_i
Multiplier for the initial number of medoids.
-
rnd
protected elki.utilities.random.RandomFactory rnd
Random generator
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
-
make
public PROCLUS make()
-
-