public static class ALOCI.Parameterizer<O extends NumberVector> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected int |
alpha
Alpha: number of levels difference to use in comparison
|
static OptionID |
ALPHA_ID
Parameter to specify the averaging neighborhood scaling.
|
private NumberVectorDistanceFunction<?> |
distanceFunction
The distance function
|
protected int |
g
G: number of shifted trees to create.
|
static OptionID |
GRIDS_ID
Parameter to specify the number of Grids to use.
|
protected int |
nmin
Neighborhood minimum size
|
static OptionID |
NMIN_ID
Parameter to specify the minimum neighborhood size
|
protected RandomFactory |
rnd
Random generator
|
static OptionID |
SEED_ID
Parameter to specify the seed to initialize Random.
|
Constructor and Description |
---|
ALOCI.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected ALOCI<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID NMIN_ID
public static final OptionID ALPHA_ID
public static final OptionID GRIDS_ID
public static final OptionID SEED_ID
protected int nmin
protected int alpha
protected int g
protected RandomFactory rnd
private NumberVectorDistanceFunction<?> distanceFunction
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected ALOCI<O> 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.