![JAR search and dependency download from the Maven repository](/logo.png)
com.github.anno4j.recommendation.SimilarityAlgorithm Maven / Gradle / Ivy
package com.github.anno4j.recommendation;
import com.github.anno4j.model.Annotation;
/**
* Interface for an algorithm that calculates the similarity between two given annotations.
*/
public interface SimilarityAlgorithm {
public double calculateSimilarity(Annotation anno1, Annotation anno2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy