de.lmu.ifi.dbs.elki.distance.distancefunction
Class ManhattanDistanceFunction.Parameterizer

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

public static class ManhattanDistanceFunction.Parameterizer
extends AbstractParameterizer

Parameterization class.


Constructor Summary
ManhattanDistanceFunction.Parameterizer()
           
 
Method Summary
protected  ManhattanDistanceFunction 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

ManhattanDistanceFunction.Parameterizer

public ManhattanDistanceFunction.Parameterizer()
Method Detail

makeInstance

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