Class EvaluatorAlignmentAnalyzer

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.Evaluator
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.EvaluatorAlignmentAnalyzer

public class EvaluatorAlignmentAnalyzer extends Evaluator
Evaluates the alignments (min/max confidence, type of relations, correct positions of uris etc) and writes the output to the results folder.
  • Field Details

    • LOGGER

      private static org.slf4j.Logger LOGGER
  • Constructor Details

    • EvaluatorAlignmentAnalyzer

      public EvaluatorAlignmentAnalyzer(ExecutionResultSet results)
      Constructor
      Parameters:
      results - the execution result set
  • Method Details