public static class EvaluatePrecomputedOutlierScores.Parameterizer extends AbstractApplication.Parameterizer
Modifier and Type | Field and Description |
---|---|
(package private) java.io.File |
infile
Data source.
|
(package private) java.lang.String |
name
Name column to prepend.
|
static OptionID |
NAME_ID
Row name.
|
(package private) java.io.File |
outfile
Output destination file
|
(package private) StreamingParser |
parser
Parser to read input data.
|
static OptionID |
PARSER_ID
Input parser.
|
(package private) java.util.regex.Pattern |
reverse
Pattern to recognize reversed methods.
|
static OptionID |
REVERSED_ID
Pattern for reversed methods.
|
DATABASE_ID, DEBUG_ID, DESCRIPTION_ID, HELP_ID, HELP_LONG_ID, INPUT_ID, OUTPUT_ID, VERBOSE_ID
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected EvaluatePrecomputedOutlierScores |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFile, parseDebugParameter
configure, make
public static final OptionID NAME_ID
public static final OptionID PARSER_ID
public static final OptionID REVERSED_ID
java.io.File infile
StreamingParser parser
java.util.regex.Pattern reverse
java.io.File outfile
java.lang.String name
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected EvaluatePrecomputedOutlierScores makeInstance()
AbstractParameterizer
makeInstance
in class AbstractApplication.Parameterizer
Copyright © 2019 ELKI Development Team. License information.