Package elki.outlier.trivial
Class ByLabelOutlier.Par
- java.lang.Object
-
- elki.outlier.trivial.ByLabelOutlier.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- ByLabelOutlier
public static class ByLabelOutlier.Par extends java.lang.Object implements elki.utilities.optionhandling.ParameterizerParameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description static elki.utilities.optionhandling.OptionIDOUTLIER_PATTERN_IDThe pattern to match outliers with.private java.util.regex.PatternpatternStores the "outlier" class.
-
Constructor Summary
Constructors Constructor Description Par()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(elki.utilities.optionhandling.parameterization.Parameterization config)ByLabelOutliermake()
-
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer
-
make
public ByLabelOutlier make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer
-
-