public static class IDOS.Parameterizer<O> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
Modifier and Type | Field and Description |
---|---|
protected IntrinsicDimensionalityEstimator |
estimator
Estimator for intrinsic dimensionality.
|
static OptionID |
ESTIMATOR_ID
The class used for estimating the intrinsic dimensionality.
|
protected int |
k_c
kNN for the context set (ID computation).
|
protected int |
k_r
kNN for the reference set.
|
static OptionID |
KC_ID
Parameter to specify the number of nearest neighbors of an object to be
used for the GED computation.
|
static OptionID |
KR_ID
Parameter to specify the neighborhood size to use for the averaging.
|
distanceFunction
Constructor and Description |
---|
IDOS.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected IDOS<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID ESTIMATOR_ID
public static final OptionID KR_ID
public static final OptionID KC_ID
protected IntrinsicDimensionalityEstimator estimator
protected int k_c
protected int k_r
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<O>
config
- Parameterization to add options to.protected IDOS<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.