Package elki.outlier.meta
Class ExternalDoubleOutlierScore.Par
- java.lang.Object
-
- elki.outlier.meta.ExternalDoubleOutlierScore.Par
-
- All Implemented Interfaces:
elki.utilities.optionhandling.Parameterizer
- Enclosing class:
- ExternalDoubleOutlierScore
public static class ExternalDoubleOutlierScore.Par extends java.lang.Object implements elki.utilities.optionhandling.ParameterizerParameterization class- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.URIfileThe file to be reparsedstatic elki.utilities.optionhandling.OptionIDFILE_IDParameter that specifies the name of the file to be re-parsed.static elki.utilities.optionhandling.OptionIDID_IDParameter that specifies the object ID patternprivate java.util.regex.Patternidpatternobject id patternprivate booleaninvertedInversion flag.static elki.utilities.optionhandling.OptionIDINVERTED_IDFlag parameter for inverted scores.private elki.utilities.scaling.ScalingFunctionscalingScaling function to usestatic elki.utilities.optionhandling.OptionIDSCALING_IDParameter to specify a scaling function to use.static elki.utilities.optionhandling.OptionIDSCORE_IDParameter that specifies the object score patternprivate java.util.regex.Patternscorepatternobject score pattern
-
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)ExternalDoubleOutlierScoremake()
-
-
-
Field Detail
-
FILE_ID
public static final elki.utilities.optionhandling.OptionID FILE_ID
Parameter that specifies the name of the file to be re-parsed.
-
ID_ID
public static final elki.utilities.optionhandling.OptionID ID_ID
Parameter that specifies the object ID pattern
-
SCORE_ID
public static final elki.utilities.optionhandling.OptionID SCORE_ID
Parameter that specifies the object score pattern
-
SCALING_ID
public static final elki.utilities.optionhandling.OptionID SCALING_ID
Parameter to specify a scaling function to use.
-
INVERTED_ID
public static final elki.utilities.optionhandling.OptionID INVERTED_ID
Flag parameter for inverted scores.
-
file
private java.net.URI file
The file to be reparsed
-
idpattern
private java.util.regex.Pattern idpattern
object id pattern
-
scorepattern
private java.util.regex.Pattern scorepattern
object score pattern
-
scaling
private elki.utilities.scaling.ScalingFunction scaling
Scaling function to use
-
inverted
private boolean inverted
Inversion flag.
-
-
Method Detail
-
configure
public void configure(elki.utilities.optionhandling.parameterization.Parameterization config)
- Specified by:
configurein interfaceelki.utilities.optionhandling.Parameterizer
-
make
public ExternalDoubleOutlierScore make()
- Specified by:
makein interfaceelki.utilities.optionhandling.Parameterizer
-
-