de.lmu.ifi.dbs.elki.result
Class KMLOutputHandler.Parameterizer

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
      extended by de.lmu.ifi.dbs.elki.result.KMLOutputHandler.Parameterizer
All Implemented Interfaces:
Parameterizer
Enclosing class:
KMLOutputHandler

public static class KMLOutputHandler.Parameterizer
extends AbstractParameterizer

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

SCALING_ID

public static final OptionID SCALING_ID
Parameter for scaling functions

Key: -kml.scaling


COMPAT_ID

public static final OptionID COMPAT_ID
Parameter for compatibility mode.

Key: -kml.compat


AUTOOPEN_ID

public static final OptionID AUTOOPEN_ID
Parameter for automatically opening the output file.

Key: -kml.autoopen


filename

File filename
Output file name


scaling

OutlierScalingFunction scaling
Scaling function


compat

boolean compat
Compatibility mode


autoopen

boolean autoopen
Automatically open at the end

Constructor Detail

KMLOutputHandler.Parameterizer

public KMLOutputHandler.Parameterizer()
Method Detail

makeOptions

protected void makeOptions(Parameterization config)
Description copied from class: AbstractParameterizer
Add all options. ALWAYS call super.makeOptions(config), unless you have a strong reason to do otherwise!

Overrides:
makeOptions in class AbstractParameterizer
Parameters:
config - Parameterization to add options to.

makeInstance

protected KMLOutputHandler makeInstance()
Description copied from class: AbstractParameterizer
Make an instance after successful configuration.

Specified by:
makeInstance in class AbstractParameterizer
Returns:
instance

Release 0.4.0 (2011-09-20_1324)