Package elki.application.greedyensemble
Class EvaluatePrecomputedOutlierScores.Par
- java.lang.Object
-
- elki.application.AbstractApplication.Par
-
- elki.application.greedyensemble.EvaluatePrecomputedOutlierScores.Par
-
- All Implemented Interfaces:
Parameterizer
- Enclosing class:
- EvaluatePrecomputedOutlierScores
public static class EvaluatePrecomputedOutlierScores.Par extends AbstractApplication.Par
Parameterization class.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.net.URIinfileData source.(package private) java.lang.StringnameName column to prepend.static OptionIDNAME_IDRow name.(package private) java.nio.file.PathoutfileOutput destination file(package private) StreamingParserparserParser to read input data.static OptionIDPARSER_IDInput parser.(package private) java.util.regex.PatternreversePattern to recognize reversed methods.static OptionIDREVERSED_IDPattern for reversed methods.-
Fields inherited from class elki.application.AbstractApplication.Par
DATABASE_ID, DEBUG_ID, DESCRIPTION_ID, HELP_ID, HELP_LONG_ID, INPUT_ID, OUTPUT_ID, VERBOSE_ID
-
-
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.EvaluatePrecomputedOutlierScoresmake()Make an instance after successful configuration.-
Methods inherited from class elki.application.AbstractApplication.Par
applyLoggingLevels, getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFile, parseDebugParameter, parseVerbose
-
-
-
-
Field Detail
-
NAME_ID
public static final OptionID NAME_ID
Row name.
-
PARSER_ID
public static final OptionID PARSER_ID
Input parser.
-
REVERSED_ID
public static final OptionID REVERSED_ID
Pattern for reversed methods.
-
infile
java.net.URI infile
Data source.
-
parser
StreamingParser parser
Parser to read input data.
-
reverse
java.util.regex.Pattern reverse
Pattern to recognize reversed methods.
-
outfile
java.nio.file.Path outfile
Output destination file
-
name
java.lang.String name
Name column to prepend.
-
-
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.
- Parameters:
config- Parameterization
-
make
public EvaluatePrecomputedOutlierScores make()
Description copied from interface:ParameterizerMake an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Objectas return type.- Specified by:
makein interfaceParameterizer- Specified by:
makein classAbstractApplication.Par- Returns:
- a new instance
-
-