
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, makeprotected int m
protected Long seed
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