de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
Class SOF.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>
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.SOF.Parameterizer<N,O,D>
- Type Parameters:
N
- Neighborhood typeO
- Attribute object typeD
- 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
Method Summary |
protected SOF<N,O,D> |
makeInstance()
Make an instance after successful configuration. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOF.Parameterizer
public SOF.Parameterizer()
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