de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
Class AbstractDistanceBasedSpatialOutlier.Parameterizer<N,O,D extends NumberDistance<D,?>>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
      extended by de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractNeighborhoodOutlier.Parameterizer<N>
          extended by de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractDistanceBasedSpatialOutlier.Parameterizer<N,O,D>
Type Parameters:
N - Object type for neighborhood
O - Non-spatial object type
D - 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.


Field Summary
protected  PrimitiveDistanceFunction<O,D> distanceFunction
          The distance function to use on the non-spatial attributes.
 
Fields inherited from class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractNeighborhoodOutlier.Parameterizer
npredf
 
Constructor Summary
AbstractDistanceBasedSpatialOutlier.Parameterizer()
           
 
Method Summary
protected  void makeOptions(Parameterization config)
          Add all options.
 
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
configure, make, makeInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distanceFunction

protected PrimitiveDistanceFunction<O,D extends NumberDistance<D,?>> distanceFunction
The distance function to use on the non-spatial attributes.

Constructor Detail

AbstractDistanceBasedSpatialOutlier.Parameterizer

public AbstractDistanceBasedSpatialOutlier.Parameterizer()
Method Detail

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.

Release 0.4.0 (2011-09-20_1324)