All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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