
public static class AggarwalYuEvolutionary.Parameterizer<V extends NumberVector<?>> extends AbstractAggarwalYuOutlier.Parameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected int | m | 
| static OptionID | M_IDParameter to specify the number of solutions must be an integer greater
 than 1. | 
| protected RandomFactory | rnd | 
| static OptionID | SEED_IDParameter 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, makepublic 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)
AbstractParameterizermakeOptions in class AbstractAggarwalYuOutlier.Parameterizerconfig - Parameterization to add options to.protected AggarwalYuEvolutionary<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer