public static class AggarwalYuEvolutionary.Parameterizer<V extends NumberVector> extends AbstractAggarwalYuOutlier.Parameterizer
Modifier and Type | Field and Description |
---|---|
protected int |
m |
static OptionID |
M_ID
Parameter to specify the number of solutions must be an integer greater
than 1.
|
protected RandomFactory |
rnd |
static OptionID |
SEED_ID
Parameter to specify the random generator seed.
|
k, K_ID, phi, PHI_ID
Constructor and Description |
---|
AggarwalYuEvolutionary.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected AggarwalYuEvolutionary<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID M_ID
Key: -eafod.m
public static final OptionID SEED_ID
protected int m
protected RandomFactory rnd
public AggarwalYuEvolutionary.Parameterizer()
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractAggarwalYuOutlier.Parameterizer
config
- Parameterization to add options to.protected AggarwalYuEvolutionary<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.