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) java.io.File |
filename
Output file name
|
(package private) OutlierScaling |
scaling
Scaling function
|
static OptionID |
SCALING_ID
Parameter for scaling functions
|
| Constructor and Description |
|---|
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, makepublic static final OptionID SCALING_ID
public static final OptionID COMPAT_ID
public static final OptionID AUTOOPEN_ID
java.io.File filename
OutlierScaling scaling
boolean compat
boolean autoopen
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected KMLOutputHandler makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.