de.lmu.ifi.dbs.elki.index.preprocessed.knn
Class MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer<O extends NumberVector<? super O,?>,D extends Distance<D>,N extends Node<E>,E extends MTreeEntry<D>>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.optionhandling.AbstractParameterizer
      extended by de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory.Parameterizer<O,D>
          extended by de.lmu.ifi.dbs.elki.index.preprocessed.knn.MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer<O,D,N,E>
All Implemented Interfaces:
Parameterizer
Enclosing class:
MetricalIndexApproximationMaterializeKNNPreprocessor.Factory<O extends NumberVector<? super O,?>,D extends Distance<D>,N extends Node<E>,E extends MTreeEntry<D>>

public static class MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer<O extends NumberVector<? super O,?>,D extends Distance<D>,N extends Node<E>,E extends MTreeEntry<D>>
extends AbstractMaterializeKNNPreprocessor.Factory.Parameterizer<O,D>

Parameterization class.


Field Summary
 
Fields inherited from class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory.Parameterizer
distanceFunction, k
 
Constructor Summary
MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer()
           
 
Method Summary
protected  MetricalIndexApproximationMaterializeKNNPreprocessor.Factory<O,D,N,E> makeInstance()
          Make an instance after successful configuration.
 
Methods inherited from class de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory.Parameterizer
makeOptions
 
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
 

Constructor Detail

MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer

public MetricalIndexApproximationMaterializeKNNPreprocessor.Factory.Parameterizer()
Method Detail

makeInstance

protected MetricalIndexApproximationMaterializeKNNPreprocessor.Factory<O,D,N,E> makeInstance()
Description copied from class: AbstractParameterizer
Make an instance after successful configuration.

Specified by:
makeInstance in class AbstractMaterializeKNNPreprocessor.Factory.Parameterizer<O extends NumberVector<? super O,?>,D extends Distance<D>>
Returns:
instance

Release 0.4.0 (2011-09-20_1324)