Class ScaleConfidence

java.lang.Object
eu.sealsproject.platform.res.tool.impl.AbstractPlugin
de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL
de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile
de.uni_mannheim.informatik.dws.melt.matching_yaaa.MatcherYAAA
de.uni_mannheim.informatik.dws.melt.matching_jena.MatcherYAAAJena
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.metalevel.ScaleConfidence
All Implemented Interfaces:
de.uni_mannheim.informatik.dws.melt.matching_base.IMatcher<de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment,​URL>, eu.sealsproject.platform.res.domain.omt.IOntologyMatchingToolBridge, eu.sealsproject.platform.res.tool.api.IPlugin, eu.sealsproject.platform.res.tool.api.IToolBridge

public class ScaleConfidence
extends MatcherYAAAJena
Scales the correspondence confidence values linearly to an given interval (by default [0,1]).
  • Field Summary

    Fields inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile

    FILE_PREFIX, FILE_SUFFIX
  • Constructor Summary

    Constructors 
    Constructor Description
    ScaleConfidence()  
  • Method Summary

    Modifier and Type Method Description
    de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment match​(org.apache.jena.ontology.OntModel source, org.apache.jena.ontology.OntModel target, de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment inputAlignment, Properties properties)  
    static de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment scale​(de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment alignment)  
    static de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment scale​(de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment alignment, double newMin, double newMax)  

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_jena.MatcherYAAAJena

    getModelSpec, match, readOntology

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_yaaa.MatcherYAAA

    match

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherFile

    match

    Methods inherited from class de.uni_mannheim.informatik.dws.melt.matching_base.MatcherURL

    align, align, canExecute, getType

    Methods inherited from class eu.sealsproject.platform.res.tool.impl.AbstractPlugin

    getId, getVersion, setId, setVersion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface eu.sealsproject.platform.res.tool.api.IPlugin

    getId, getVersion
  • Constructor Details

  • Method Details

    • match

      public de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment match​(org.apache.jena.ontology.OntModel source, org.apache.jena.ontology.OntModel target, de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment inputAlignment, Properties properties) throws Exception
      Specified by:
      match in class MatcherYAAAJena
      Throws:
      Exception
    • scale

      public static de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment scale​(de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment alignment)
    • scale

      public static de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment scale​(de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.Alignment alignment, double newMin, double newMax)