Uses of Class
de.lmu.ifi.dbs.elki.index.preprocessed.knn.AbstractMaterializeKNNPreprocessor.Factory

Packages that use AbstractMaterializeKNNPreprocessor.Factory
de.lmu.ifi.dbs.elki.index.preprocessed.knn Indexes providing KNN and rKNN data. 
 

Uses of AbstractMaterializeKNNPreprocessor.Factory in de.lmu.ifi.dbs.elki.index.preprocessed.knn
 

Subclasses of AbstractMaterializeKNNPreprocessor.Factory in de.lmu.ifi.dbs.elki.index.preprocessed.knn
static class MaterializeKNNAndRKNNPreprocessor.Factory<O,D extends Distance<D>>
          The parameterizable factory.
static class MaterializeKNNPreprocessor.Factory<O,D extends Distance<D>>
          The parameterizable factory.
static class MetricalIndexApproximationMaterializeKNNPreprocessor.Factory<O extends NumberVector<? super O,?>,D extends Distance<D>,N extends Node<E>,E extends MTreeEntry<D>>
          The parameterizable factory.
static class PartitionApproximationMaterializeKNNPreprocessor.Factory<O,D extends Distance<D>>
          The parameterizable factory.
static class SpatialApproximationMaterializeKNNPreprocessor.Factory<D extends Distance<D>,N extends SpatialNode<N,E>,E extends SpatialEntry>
          The actual preprocessor instance.
 

Methods in de.lmu.ifi.dbs.elki.index.preprocessed.knn that return AbstractMaterializeKNNPreprocessor.Factory
protected abstract  AbstractMaterializeKNNPreprocessor.Factory<O,D> AbstractMaterializeKNNPreprocessor.Factory.Parameterizer.makeInstance()
           
 


Release 0.4.0 (2011-09-20_1324)