Class QualitativeMeasuresEvaluator


  • public class QualitativeMeasuresEvaluator
    extends Object
    The class implements the evaluate method to evaluate mappings against several qualitative measures
    Since:
    1.0
    Version:
    1.0
    Author:
    Mofeed Hassan (mounir@informatik.uni-leipzig.de)
    • Constructor Detail

      • QualitativeMeasuresEvaluator

        public QualitativeMeasuresEvaluator()
    • Method Detail

      • evaluate

        public Map<EvaluatorType,​Double> evaluate​(AMapping predictions,
                                                        GoldStandard goldStandard,
                                                        Set<EvaluatorType> evaluationMeasures)
        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
        evaluationMeasures - It is the set of qualitative measures to evaluate the predicted mappings
        Returns:
        Map - It contains the measure name and the corresponding calculated value