public static class KMLOutputHandler.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
autoopen
Automatically open at the end
|
static OptionID |
AUTOOPEN_ID
Parameter for automatically opening the output file.
|
(package private) boolean |
compat
Compatibility mode
|
static OptionID |
COMPAT_ID
Parameter for compatibility mode.
|
(package private) File |
filename
Output file name
|
(package private) OutlierScalingFunction |
scaling
Scaling function
|
static OptionID |
SCALING_ID
Parameter for scaling functions
Key:
-kml.scaling
|
Constructor and Description |
---|
KMLOutputHandler.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected KMLOutputHandler |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID SCALING_ID
Key: -kml.scaling
public static final OptionID COMPAT_ID
Key: -kml.compat
public static final OptionID AUTOOPEN_ID
Key: -kml.autoopen
File filename
OutlierScalingFunction scaling
boolean compat
boolean autoopen
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected KMLOutputHandler makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.