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.
|
default boolean |
isSymmetric()
Is this function symmetric?
|
default boolean isSymmetric()
true
when symmetricTypeInformation getInputTypeRestriction()
<T extends O> SimilarityQuery<T> instantiate(Relation<T> relation)
relation
- Representation to useCopyright © 2019 ELKI Development Team. License information.