Uses of Interface
elki.similarity.IndexBasedSimilarity
-
Packages that use IndexBasedSimilarity Package Description elki.similarity Similarity functions. -
-
Uses of IndexBasedSimilarity in elki.similarity
Classes in elki.similarity that implement IndexBasedSimilarity Modifier and Type Class Description class
AbstractIndexBasedSimilarity<O,F extends IndexFactory<O>>
Abstract super class for distance functions needing a preprocessor.class
FractionalSharedNearestNeighborSimilarity<O>
SharedNearestNeighborSimilarity with a pattern defined to accept Strings that define a non-negative Integer.class
SharedNearestNeighborSimilarity<O>
SharedNearestNeighborSimilarity with a pattern defined to accept Strings that define a non-negative Integer.
-