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 | 
|---|
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, makepublic 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)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O>config - Parameterization to add options to.protected IDOS<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.