Uses of Interface
elki.index.preprocessed.snn.SharedNearestNeighborIndex
-
Packages that use SharedNearestNeighborIndex Package Description elki.distance Distance functions for use within ELKI.elki.index.preprocessed.snn Indexes providing nearest neighbor sets.elki.similarity Similarity functions. -
-
Uses of SharedNearestNeighborIndex in elki.distance
Constructors in elki.distance with parameters of type SharedNearestNeighborIndex Constructor Description Instance(Relation<T> database, SharedNearestNeighborIndex<T> preprocessor, SharedNearestNeighborJaccardDistance<T> parent)
Constructor. -
Uses of SharedNearestNeighborIndex in elki.index.preprocessed.snn
Classes in elki.index.preprocessed.snn that implement SharedNearestNeighborIndex Modifier and Type Class Description class
SharedNearestNeighborPreprocessor<O>
A preprocessor for annotation of the ids of nearest neighbors to each database object.Methods in elki.index.preprocessed.snn that return SharedNearestNeighborIndex Modifier and Type Method Description SharedNearestNeighborIndex<O>
SharedNearestNeighborIndex.Factory. instantiate(Relation<O> database)
Instantiate the index for a given database. -
Uses of SharedNearestNeighborIndex in elki.similarity
Constructors in elki.similarity with parameters of type SharedNearestNeighborIndex Constructor Description Instance(Relation<T> database, SharedNearestNeighborIndex<T> preprocessor, FractionalSharedNearestNeighborSimilarity<? super T> similarityFunction)
Constructor.Instance(Relation<O> database, SharedNearestNeighborIndex<O> preprocessor, SharedNearestNeighborSimilarity<? super O> similarityFunction)
Constructor.
-