Package elki.outlier.distance
Class AbstractDBOutlier.Par<O>
- java.lang.Object
-
- elki.outlier.distance.AbstractDBOutlier.Par<O>
-
- All Implemented Interfaces:
Parameterizer
- Direct Known Subclasses:
DBOutlierDetection.Par,DBOutlierScore.Par
- Enclosing class:
- AbstractDBOutlier<O>
public abstract static class AbstractDBOutlier.Par<O> extends java.lang.Object implements Parameterizer
Parameterization class.- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(Parameterization config)Configure the class.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface elki.utilities.optionhandling.Parameterizer
make
-
-
-
-
Method Detail
-
configure
public void configure(Parameterization config)
Description copied from interface:ParameterizerConfigure the class.Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.
- Specified by:
configurein interfaceParameterizer- Parameters:
config- Parameterization
-
-