Uses of Interface
de.lmu.ifi.dbs.elki.index.preprocessed.snn.SharedNearestNeighborIndex.Factory

Packages that use SharedNearestNeighborIndex.Factory
de.lmu.ifi.dbs.elki.distance.distancefunction Distance functions for use within ELKI. 
de.lmu.ifi.dbs.elki.distance.similarityfunction Similarity functions. 
de.lmu.ifi.dbs.elki.index.preprocessed.snn Indexes providing nearest neighbor sets 
 

Uses of SharedNearestNeighborIndex.Factory in de.lmu.ifi.dbs.elki.distance.distancefunction
 

Constructors in de.lmu.ifi.dbs.elki.distance.distancefunction with parameters of type SharedNearestNeighborIndex.Factory
SharedNearestNeighborJaccardDistanceFunction(SharedNearestNeighborIndex.Factory<O,SharedNearestNeighborIndex<O>> indexFactory)
          Constructor.
 

Uses of SharedNearestNeighborIndex.Factory in de.lmu.ifi.dbs.elki.distance.similarityfunction
 

Constructors in de.lmu.ifi.dbs.elki.distance.similarityfunction with parameters of type SharedNearestNeighborIndex.Factory
FractionalSharedNearestNeighborSimilarityFunction(SharedNearestNeighborIndex.Factory<O,SharedNearestNeighborIndex<O>> indexFactory)
          Constructor.
SharedNearestNeighborSimilarityFunction(SharedNearestNeighborIndex.Factory<O,SharedNearestNeighborIndex<O>> indexFactory)
          Constructor.
 

Uses of SharedNearestNeighborIndex.Factory in de.lmu.ifi.dbs.elki.index.preprocessed.snn
 

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.snn that implement SharedNearestNeighborIndex.Factory
static class SharedNearestNeighborPreprocessor.Factory<O,D extends Distance<D>>
          Factory class
 


Release 0.4.0 (2011-09-20_1324)