
O - Object typepublic interface IndexBasedSimilarityFunction<O> extends SimilarityFunction<O>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IndexBasedSimilarityFunction.Instance<T,I extends Index>
Instance interface for index/preprocessor based distance functions.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends O> |
instantiate(Relation<T> database)
Preprocess the database to get the actual distance function.
|
getInputTypeRestriction, isSymmetric<T extends O> IndexBasedSimilarityFunction.Instance<T,?> instantiate(Relation<T> database)
instantiate in interface SimilarityFunction<O>database - Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.