O
- object typepublic interface SimilarityFunction<O>
Modifier and Type | Method and Description |
---|---|
TypeInformation |
getInputTypeRestriction()
Get the input data type of the function.
|
<T extends O> |
instantiate(Relation<T> relation)
Instantiate with a representation to get the actual similarity query.
|
boolean |
isSymmetric()
Is this function symmetric?
|
boolean isSymmetric()
true
when symmetricTypeInformation getInputTypeRestriction()
<T extends O> SimilarityQuery<T> instantiate(Relation<T> relation)
relation
- Representation to useCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.