Uses of Interface
elki.similarity.IndexBasedSimilarity.Instance
-
Packages that use IndexBasedSimilarity.Instance Package Description elki.similarity -
-
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 elki.index.Index>The actual instance bound to a particular database.Methods in elki.similarity that return IndexBasedSimilarity.Instance Modifier and Type Method Description <T extends O>
IndexBasedSimilarity.Instance<T,?>IndexBasedSimilarity. instantiate(elki.database.relation.Relation<T> database)Preprocess the database to get the actual distance function.
-