de.lmu.ifi.dbs.elki.distance.distancefunction.geo
Class LngLatDistanceFunction.Parameterizer

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
      extended by de.lmu.ifi.dbs.elki.distance.distancefunction.geo.LngLatDistanceFunction.Parameterizer
All Implemented Interfaces:
Parameterizer
Enclosing class:
LngLatDistanceFunction

public static class LngLatDistanceFunction.Parameterizer
extends AbstractParameterizer

Parameterization class.


Constructor Summary
LngLatDistanceFunction.Parameterizer()
           
 
Method Summary
protected  LngLatDistanceFunction makeInstance()
          Make an instance after successful configuration.
 
Methods inherited from class de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
configure, make, makeOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LngLatDistanceFunction.Parameterizer

public LngLatDistanceFunction.Parameterizer()
Method Detail

makeInstance

protected LngLatDistanceFunction 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)