de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
Class SOF.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>
              extended by de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.SOF.Parameterizer<N,O,D>
Type Parameters:
N - Neighborhood type
O - Attribute object type
D - Distance type
All Implemented Interfaces:
Parameterizer
Enclosing class:
SOF<N,O,D extends NumberDistance<D,?>>

public static class SOF.Parameterizer<N,O,D extends NumberDistance<D,?>>
extends AbstractDistanceBasedSpatialOutlier.Parameterizer<N,O,D>

Parameterization class


Field Summary
 
Fields inherited from class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractDistanceBasedSpatialOutlier.Parameterizer
distanceFunction
 
Fields inherited from class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractNeighborhoodOutlier.Parameterizer
npredf
 
Constructor Summary
SOF.Parameterizer()
           
 
Method Summary
protected  SOF<N,O,D> makeInstance()
          Make an instance after successful configuration.
 
Methods inherited from class de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractDistanceBasedSpatialOutlier.Parameterizer
makeOptions
 
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
configure, make
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOF.Parameterizer

public SOF.Parameterizer()
Method Detail

makeInstance

protected SOF<N,O,D> makeInstance()
Description copied from class: AbstractParameterizer
Make an instance after successful configuration.

Specified by:
makeInstance in class AbstractParameterizer
Returns:
instance

Release 0.4.0 (2011-09-20_1324)