public static class EvaluatePrecomputedOutlierScores.Parameterizer extends AbstractApplication.Parameterizer
Modifier and Type | Field and Description |
---|---|
(package private) InputStep |
inputstep
Data source.
|
(package private) String |
name
Name column to prepend.
|
static OptionID |
NAME_ID
Row name.
|
(package private) File |
outfile
Output destination file
|
(package private) Pattern |
reverse
Pattern to recognize reversed methods.
|
static OptionID |
REVERSED_ID
Pattern for reversed methods.
|
DEBUG_ID, DESCRIPTION_ID, HELP_ID, HELP_LONG_ID, INPUT_ID, OUTPUT_ID, VERBOSE_ID
Constructor and Description |
---|
EvaluatePrecomputedOutlierScores.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
configure, make
public static final OptionID NAME_ID
public static final OptionID REVERSED_ID
InputStep inputstep
Pattern reverse
File outfile
String name
public EvaluatePrecomputedOutlierScores.Parameterizer()
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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.