public static class ComputeKNNOutlierScores.Parameterizer<O extends NumberVector> extends AbstractApplication.Parameterizer
Modifier and Type | Field and Description |
---|---|
(package private) ByLabelOutlier |
bylabel
By label outlier -- reference
|
(package private) java.util.regex.Pattern |
disable
Pattern for disabling (skipping) methods.
|
static OptionID |
DISABLE_ID
Option ID for disabling methods.
|
(package private) DistanceFunction<? super O> |
distf
Distance function to use
|
(package private) InputStep |
inputstep
Data source
|
(package private) IntGenerator |
krange
k step size
|
static OptionID |
KRANGE_ID
Option ID for k parameter range
|
static OptionID |
KSQUARE_ID
Option ID with an additional bound on k.
|
(package private) int |
ksquarestop
Maximum k for O(k^2) methods.
|
(package private) java.io.File |
outfile
Output destination file
|
(package private) ScalingFunction |
scaling
Scaling function.
|
static OptionID |
SCALING_ID
Option ID for scaling class.
|
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 ComputeKNNOutlierScores<O> |
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 KRANGE_ID
public static final OptionID SCALING_ID
public static final OptionID DISABLE_ID
public static final OptionID KSQUARE_ID
IntGenerator krange
InputStep inputstep
DistanceFunction<? super O extends NumberVector> distf
ByLabelOutlier bylabel
ScalingFunction scaling
java.io.File outfile
java.util.regex.Pattern disable
int ksquarestop
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected ComputeKNNOutlierScores<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractApplication.Parameterizer
Copyright © 2019 ELKI Development Team. License information.