Interface Similarity<O>

    • Method Detail

      • isSymmetric

        default boolean isSymmetric()
        Is this function symmetric?
        Returns:
        true when symmetric
      • getInputTypeRestriction

        TypeInformation getInputTypeRestriction()
        Get the input data type of the function.
      • instantiate

        <T extends OSimilarityQuery<T> instantiate​(Relation<T> relation)
        Instantiate with a representation to get the actual similarity query.
        Parameters:
        relation - Representation to use
        Returns:
        Actual distance query.