Uses of Interface
elki.similarity.IndexBasedSimilarity.Instance
-
Packages that use IndexBasedSimilarity.Instance Package Description elki.similarity Similarity functions. -
-
Uses of IndexBasedSimilarity.Instance in elki.similarity
Classes in elki.similarity that implement IndexBasedSimilarity.Instance Modifier and Type Class Description static classAbstractIndexBasedSimilarity.Instance<O,I extends Index>The actual instance bound to a particular database.static classFractionalSharedNearestNeighborSimilarity.Instance<T>Actual instance for a dataset.static classSharedNearestNeighborSimilarity.Instance<O>Instance for a particular database.Methods in elki.similarity that return IndexBasedSimilarity.Instance Modifier and Type Method Description <T extends O>
IndexBasedSimilarity.Instance<T,?>IndexBasedSimilarity. instantiate(Relation<T> database)Preprocess the database to get the actual distance function.
-