|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
de.lmu.ifi.dbs.elki.result.KMLOutputHandler.Parameterizer
public static class KMLOutputHandler.Parameterizer

Parameterization class
| Field Summary | |
|---|---|
(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 Summary | |
|---|---|
KMLOutputHandler.Parameterizer()
|
|
| Method Summary | |
|---|---|
protected KMLOutputHandler |
makeInstance()
Make an instance after successful configuration. |
protected void |
makeOptions(Parameterization config)
Add all options. |
| Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer |
|---|
configure, make |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public KMLOutputHandler.Parameterizer()
| Method Detail |
|---|
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected KMLOutputHandler makeInstance()
AbstractParameterizer
makeInstance in class AbstractParameterizer
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||