Interface IQualitativeMeasure

    • Method Detail

      • calculate

        double calculate​(AMapping predictions,
                         GoldStandard goldStandard)
        The method to be implemented for calculating the accuracy of the machine learning predictions compared to a gold standard
        Parameters:
        predictions - The predictions provided by a machine learning algorithm
        goldStandard - It contains the gold standard (reference mapping) combined with the source and target URIs
        Returns:
        double - This returns the calculated accuracy