O
- Object typepublic static class LOCI.Parameterizer<O> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
Modifier and Type | Field and Description |
---|---|
protected double |
alpha
Scaling of averaging neighborhood.
|
static OptionID |
ALPHA_ID
Parameter to specify the averaging neighborhood scaling.
|
protected int |
nmin
Minimum neighborhood size.
|
static OptionID |
NMIN_ID
Parameter to specify the minimum neighborhood size
|
protected double |
rmax
Maximum radius.
|
static OptionID |
RMAX_ID
Parameter to specify the maximum radius of the neighborhood to be
considered, must be suitable to the distance function specified.
|
distanceFunction
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected LOCI<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID RMAX_ID
public static final OptionID NMIN_ID
public static final OptionID ALPHA_ID
protected double rmax
protected int nmin
protected double alpha
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<O>
config
- Parameterization to add options to.protected LOCI<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.