public static class AggarwalYuEvolutionary.Parameterizer<V extends NumberVector<?,?>> extends AbstractAggarwalYuOutlier.Parameterizer
Modifier and Type | Field and Description |
---|---|
protected int |
m |
protected Long |
seed |
k, phi
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
protected int m
protected Long seed
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