de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
Class AbstractDistanceBasedSpatialOutlier.Parameterizer<N,O,D extends NumberDistance<D,?>>
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractNeighborhoodOutlier.Parameterizer<N>
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractDistanceBasedSpatialOutlier.Parameterizer<N,O,D>
- Type Parameters:
N
- Object type for neighborhoodO
- Non-spatial object typeD
- Distance value type
- All Implemented Interfaces:
- Parameterizer
- Direct Known Subclasses:
- SLOM.Parameterizer, SOF.Parameterizer
- Enclosing class:
- AbstractDistanceBasedSpatialOutlier<N,O,D extends NumberDistance<D,?>>
public abstract static class AbstractDistanceBasedSpatialOutlier.Parameterizer<N,O,D extends NumberDistance<D,?>>
- extends AbstractNeighborhoodOutlier.Parameterizer<N>
Parameterization class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
distanceFunction
protected PrimitiveDistanceFunction<O,D extends NumberDistance<D,?>> distanceFunction
- The distance function to use on the non-spatial attributes.
AbstractDistanceBasedSpatialOutlier.Parameterizer
public AbstractDistanceBasedSpatialOutlier.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 AbstractNeighborhoodOutlier.Parameterizer<N>
- Parameters:
config
- Parameterization to add options to.