java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.Metric<CMRelation>
de.uni_mannheim.informatik.dws.melt.matching_eval.evaluator.metric.cmrelation.CMRelationMetric

public class CMRelationMetric extends Metric<CMRelation>
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • CMRelationMetric

      public CMRelationMetric()
  • Method Details

    • compute

      public CMRelation compute(ExecutionResult executionResult)
      Specified by:
      compute in class Metric<CMRelation>
    • enhanceAlignment

      public static Alignment enhanceAlignment(URI kgOne, URI kgTwo, URI alignment)
    • enhanceAlignment

      public static Alignment enhanceAlignment(org.apache.jena.rdf.model.Model kgOne, org.apache.jena.rdf.model.Model kgTwo, Alignment alignment)
    • isContained

      private static boolean isContained(org.apache.jena.rdf.model.Model model, String uri)
    • addModelInformation

      private static void addModelInformation(org.apache.jena.rdf.model.Model m, Map<String,Set<String>> subClassOfMap)
    • bfs

      private static Set<String> bfs(Map<String,Set<String>> edges, String startPoint)