de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
Class SLOM.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.SLOM.Parameterizer<N,O,D>
- Type Parameters:
N
- Neighborhood typeO
- Data Object typeD
- Distance type
- All Implemented Interfaces:
- Parameterizer
- Enclosing class:
- SLOM<N,O,D extends NumberDistance<D,?>>
public static class SLOM.Parameterizer<N,O,D extends NumberDistance<D,?>>
- extends AbstractDistanceBasedSpatialOutlier.Parameterizer<N,O,D>
Parameterization class.
Method Summary |
protected SLOM<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 |
SLOM.Parameterizer
public SLOM.Parameterizer()
makeInstance
protected SLOM<N,O,D> makeInstance()
- Description copied from class:
AbstractParameterizer
- Make an instance after successful configuration.
- Specified by:
makeInstance
in class AbstractParameterizer
- Returns:
- instance