A B C D E F G H I J K L M N O P Q R S T U W

C

calcConSim(String, String) - Method in class de.fuberlin.wiwiss.semmf.engine.TaxonomicMatcher
Given URIs of two concepts the similarity between them is calculated based on their respective positions in the concept hierarchy.
calcConSim(BottomConcept, BottomConcept) - Method in class de.fuberlin.wiwiss.semmf.engine.TaxonomicMatcher
Calculates concept similarity between two given concepts based on their respective positions in the concept hierarchy.
calcConSim(BottomConcept, SuperConcept) - Method in class de.fuberlin.wiwiss.semmf.engine.TaxonomicMatcher
Calculates concept similarity between two given concepts based on their respective positions in the concept hierarchy.
calcConSim(SuperConcept, BottomConcept) - Method in class de.fuberlin.wiwiss.semmf.engine.TaxonomicMatcher
Calculates concept similarity between two given concepts based on their respective positions in the concept hierarchy.
calcConSim(SuperConcept, SuperConcept) - Method in class de.fuberlin.wiwiss.semmf.engine.TaxonomicMatcher
Calculates concept similarity between two given concepts based on their respective positions in the concept hierarchy.
calcConSim(float, float, float) - Static method in class de.fuberlin.wiwiss.semmf.engine.TaxonomicMatcher
Calculates similarity of two concepts according the the formula: sim(c1,c2) = 1 - d(c1,c2), where d(c1,c2) = d(c1, ccp) + d(c2, ccp), and ccp = closest common parent of c1 and c2
calcNumSim(float, float) - Method in class de.fuberlin.wiwiss.semmf.engine.NumericMatcher
Calculates the simiarity of two given float numbers according to the settings of this NumericMatcher.
calcSim(RDFNode, RDFNode) - Method in interface de.fuberlin.wiwiss.semmf.engine.Matcher
Calculates the similarity of two given RDFNodes.
calcSim(RDFNode, RDFNode) - Method in class de.fuberlin.wiwiss.semmf.engine.NumericMatcher
Calculates the numeric similarity between two RDFNodes, which are Literals holding float numbers.
calcSim(RDFNode, RDFNode) - Method in class de.fuberlin.wiwiss.semmf.engine.StringMatcher
Calculates the similarity of two given RDFNodes from Jena2 framework.
calcSim(RDFNode, RDFNode) - Method in class de.fuberlin.wiwiss.semmf.engine.TaxonomicMatcher
Calculates the concept similarity of two given RDFNodes from Jena2 framework based on their relative position in the concept hierarchy.
calcStringSim(String, String) - Method in class de.fuberlin.wiwiss.semmf.engine.StringMatcher
Calculates the similarity of two given strings according to the setting (case (in)sensitive) of this StringMatcher.
calculateMilestones(int) - Method in class de.fuberlin.wiwiss.semmf.taxon.ExpMilestCalc
 
calculateMilestones(int) - Method in class de.fuberlin.wiwiss.semmf.taxon.LinMilestCalc
 
calculateMilestones(int) - Method in interface de.fuberlin.wiwiss.semmf.taxon.MilestoneCalculator
The implementation of this method must return an array of float values for all taxonomy levels starting from 0 and ending at the deepest level.
CASE_SENSITIVE - Static variable in class de.fuberlin.wiwiss.semmf.engine.StringMatcher
These constants should be used while instancing a new StringMatcher
caseSensitive - Variable in class de.fuberlin.wiwiss.semmf.engine.StringMatcher
Setting for a particular instance of StringMatcher
caseSensitive - Static variable in class de.fuberlin.wiwiss.semmf.vocabulary.MD
 
ClusterMatchingDescription - Interface in de.fuberlin.wiwiss.semmf.descr
Each object holding cluster matching information must implement this interface, in order to be compatible with the MatchingEngine.
ClusterMatchingDescription - Static variable in class de.fuberlin.wiwiss.semmf.vocabulary.MD
 
ClusterMatchingDescriptionImpl - Class in de.fuberlin.wiwiss.semmf.descr.impl
 
ClusterMatchingDescriptionImpl(String, float) - Constructor for class de.fuberlin.wiwiss.semmf.descr.impl.ClusterMatchingDescriptionImpl
Constructor.
clusterMatchingDescriptionList - Variable in class de.fuberlin.wiwiss.semmf.descr.impl.GraphMatchingDescriptionImpl
A List with matching descriptions for each cluster
ClusterMatchingResult - Interface in de.fuberlin.wiwiss.semmf.result
This interface provides methods for representing the matching result of values inside a certain cluster.
ClusterMatchingResultImpl - Class in de.fuberlin.wiwiss.semmf.result.impl
 
ClusterMatchingResultImpl() - Constructor for class de.fuberlin.wiwiss.semmf.result.impl.ClusterMatchingResultImpl
 
clusterMatchingResultList - Variable in class de.fuberlin.wiwiss.semmf.result.impl.GraphMatchingResultImpl
 
ClusterSimComparator - Class in de.fuberlin.wiwiss.semmf.engine
This comaprator is used by the matching engine to sort GraphMatchingResults descending order, by the similarity of a given cluster.
ClusterSimComparator(int) - Constructor for class de.fuberlin.wiwiss.semmf.engine.ClusterSimComparator
Constructor
compare(Object, Object) - Method in class de.fuberlin.wiwiss.semmf.engine.ClusterSimComparator
Implementation of the Comparator's abstract method
compare(Object, Object) - Method in class de.fuberlin.wiwiss.semmf.engine.GraphSimComparator
Implementation of the comparator abstract method
Concept - Class in de.fuberlin.wiwiss.semmf.taxon
A class representing a concept from a concept hierarchy.
Concept(String) - Constructor for class de.fuberlin.wiwiss.semmf.taxon.Concept
Constructor.
ConceptPosition - Class in de.fuberlin.wiwiss.semmf.taxon
This class describes the position of a concept in the concept hierarchy.
ConceptPosition(int, SuperConcept) - Constructor for class de.fuberlin.wiwiss.semmf.taxon.ConceptPosition
Constructor.
conceptPosition - Variable in class de.fuberlin.wiwiss.semmf.taxon.SuperConcept
Object representing the position of this SuperConcept in a concept hierarchy.
conceptPositions - Variable in class de.fuberlin.wiwiss.semmf.taxon.BottomConcept
Concept positions in the taxonomy.
concepts - Variable in class de.fuberlin.wiwiss.semmf.taxon.Taxonomy
A hash map storing all descendants of the root concept in the taxonomy provided to the constructor
count() - Method in class de.fuberlin.wiwiss.semmf.result.impl.MatchingResultImpl
 
count() - Method in interface de.fuberlin.wiwiss.semmf.result.MatchingResult
 
createHierarchyTree(Model, Resource, SuperConcept, int) - Method in class de.fuberlin.wiwiss.semmf.taxon.Taxonomy
Creates the parent-child-relationship among concepts from this taxonomy
createJobMD() - Static method in class de.fuberlin.wiwiss.semmf.examples.JobMatching
see tutorial: how to create a matching description (included in SemMF distribution)

A B C D E F G H I J K L M N O P Q R S T U W