Uses of Interface
elki.index.preprocessed.snn.SharedNearestNeighborIndex.Factory
-
Packages that use SharedNearestNeighborIndex.Factory 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.Factory in elki.distance
Constructors in elki.distance with parameters of type SharedNearestNeighborIndex.Factory Constructor Description SharedNearestNeighborJaccardDistance(SharedNearestNeighborIndex.Factory<O> indexFactory)
Constructor. -
Uses of SharedNearestNeighborIndex.Factory in elki.index.preprocessed.snn
Classes in elki.index.preprocessed.snn that implement SharedNearestNeighborIndex.Factory Modifier and Type Class Description static class
SharedNearestNeighborPreprocessor.Factory<O>
Factory class -
Uses of SharedNearestNeighborIndex.Factory in elki.similarity
Constructors in elki.similarity with parameters of type SharedNearestNeighborIndex.Factory Constructor Description FractionalSharedNearestNeighborSimilarity(SharedNearestNeighborIndex.Factory<O> indexFactory)
Constructor.SharedNearestNeighborSimilarity(SharedNearestNeighborIndex.Factory<O> indexFactory)
Constructor.
-