Package elki.outlier.subspace
Class AggarwalYuEvolutionary.Par
- java.lang.Object
-
- elki.outlier.subspace.AbstractAggarwalYuOutlier.Par
-
- elki.outlier.subspace.AggarwalYuEvolutionary.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- AggarwalYuEvolutionary
public static class AggarwalYuEvolutionary.Par extends AbstractAggarwalYuOutlier.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description protected intmPopulation size.static elki.utilities.optionhandling.OptionIDM_IDParameter to specify the number of solutions must be an integer greater than 1.protected elki.utilities.random.RandomFactoryrndRandom generatorstatic elki.utilities.optionhandling.OptionIDSEED_IDParameter to specify the random generator seed.-
Fields inherited from class elki.outlier.subspace.AbstractAggarwalYuOutlier.Par
k, K_ID, phi, PHI_ID
-
-
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)AggarwalYuEvolutionarymake()
-
-
-
Field Detail
-
M_ID
public static final elki.utilities.optionhandling.OptionID M_ID
Parameter to specify the number of solutions must be an integer greater than 1.
-
SEED_ID
public static final elki.utilities.optionhandling.OptionID SEED_ID
Parameter to specify the random generator seed.
-
m
protected int m
Population size.
-
rnd
protected elki.utilities.random.RandomFactory rnd
Random generator
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer- Overrides:
configurein classAbstractAggarwalYuOutlier.Par
-
make
public AggarwalYuEvolutionary make()
-
-