de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj
Class AbstractSubspaceProjectionIndex.Factory.Parameterizer<NV extends NumberVector<?,?>,D extends Distance<D>,C>
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.index.preprocessed.subspaceproj.AbstractSubspaceProjectionIndex.Factory.Parameterizer<NV,D,C>
- All Implemented Interfaces:
- Parameterizer
- Direct Known Subclasses:
- FourCSubspaceIndex.Factory.Parameterizer, PreDeConSubspaceIndex.Factory.Parameterizer
- Enclosing class:
- AbstractSubspaceProjectionIndex.Factory<NV extends NumberVector<?,?>,D extends Distance<D>,I extends AbstractSubspaceProjectionIndex<NV,D,?>>
public abstract static class AbstractSubspaceProjectionIndex.Factory.Parameterizer<NV extends NumberVector<?,?>,D extends Distance<D>,C>
- extends AbstractParameterizer
Parameterization class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
epsilon
protected D extends Distance<D> epsilon
- Contains the value of parameter epsilon;
rangeQueryDistanceFunction
protected DistanceFunction<NV extends NumberVector<?,?>,D extends Distance<D>> rangeQueryDistanceFunction
- The distance function for the variance analysis.
minpts
protected int minpts
- Holds the value of parameter minpts.
AbstractSubspaceProjectionIndex.Factory.Parameterizer
public AbstractSubspaceProjectionIndex.Factory.Parameterizer()
makeOptions
protected void makeOptions(Parameterization config)
- Description copied from class:
AbstractParameterizer
- Add all options.
ALWAYS call super.makeOptions(config), unless you have a strong reason
to do otherwise!
- Overrides:
makeOptions
in class AbstractParameterizer
- Parameters:
config
- Parameterization to add options to.
configRangeQueryDistanceFunction
protected void configRangeQueryDistanceFunction(Parameterization config)
configEpsilon
protected void configEpsilon(Parameterization config,
DistanceFunction<NV,D> rangeQueryDistanceFunction)
configMinPts
protected void configMinPts(Parameterization config)