Package elki.clustering.correlation
Class ORCLUS.Par
- java.lang.Object
-
- elki.clustering.AbstractProjectedClustering.Par
-
- elki.clustering.correlation.ORCLUS.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- ORCLUS
public static class ORCLUS.Par extends AbstractProjectedClustering.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description protected doublealphaCluster reduction factorstatic elki.utilities.optionhandling.OptionIDALPHA_IDParameter to specify the factor for reducing the number of current clusters in each iteration, must be an integer greater than 0 and less than 1.protected elki.math.linearalgebra.pca.PCARunnerpcaPCA procedureprotected elki.utilities.random.RandomFactoryrndRandom number generation.static 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)ORCLUSmake()
-
-
-
Field Detail
-
ALPHA_ID
public static final elki.utilities.optionhandling.OptionID ALPHA_ID
Parameter to specify the factor for reducing the number of current clusters in each iteration, must be an integer greater than 0 and less than 1.
-
SEED_ID
public static final elki.utilities.optionhandling.OptionID SEED_ID
Parameter to specify the random generator seed.
-
alpha
protected double alpha
Cluster reduction factor
-
rnd
protected elki.utilities.random.RandomFactory rnd
Random number generation.
-
pca
protected elki.math.linearalgebra.pca.PCARunner pca
PCA procedure
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
-
make
public ORCLUS make()
-
-