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

Packages that use SharedNearestNeighborIndex
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 in de.lmu.ifi.dbs.elki.distance.distancefunction
 

Constructors in de.lmu.ifi.dbs.elki.distance.distancefunction with parameters of type SharedNearestNeighborIndex
SharedNearestNeighborJaccardDistanceFunction.Instance(Relation<T> database, SharedNearestNeighborIndex<T> preprocessor, SharedNearestNeighborJaccardDistanceFunction<T> parent)
          Constructor.
 

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

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

Constructors in de.lmu.ifi.dbs.elki.distance.similarityfunction with parameters of type SharedNearestNeighborIndex
FractionalSharedNearestNeighborSimilarityFunction.Instance(Relation<T> database, SharedNearestNeighborIndex<T> preprocessor)
          Constructor.
SharedNearestNeighborSimilarityFunction.Instance(Relation<O> database, SharedNearestNeighborIndex<O> preprocessor)
          Constructor.
 

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

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

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.snn with type parameters of type SharedNearestNeighborIndex
static interface SharedNearestNeighborIndex.Factory<O,I extends SharedNearestNeighborIndex<O>>
          Factory interface
 

Classes in de.lmu.ifi.dbs.elki.index.preprocessed.snn that implement SharedNearestNeighborIndex
 class SharedNearestNeighborPreprocessor<O,D extends Distance<D>>
          A preprocessor for annotation of the ids of nearest neighbors to each database object.
 


Release 0.4.0 (2011-09-20_1324)