INRIA & friends
A B C D E F G H I J L M N O P Q R S T U V W X Y

E

EditDistNameAlignment - class fr.inrialpes.exmo.align.impl.method.EditDistNameAlignment.
This class aligns ontology with regard to the editing distance between class names.
EditDistNameAlignment(OWLOntology, OWLOntology) - Constructor for class fr.inrialpes.exmo.align.impl.method.EditDistNameAlignment
Creation
EquivRelation - class fr.inrialpes.exmo.align.impl.rel.EquivRelation.
Represents an OWL equivalence relation.
EquivRelation() - Constructor for class fr.inrialpes.exmo.align.impl.rel.EquivRelation
Creation
EvalAlign - class fr.inrialpes.exmo.align.util.EvalAlign.
A really simple utility that loads and alignment and prints it.
EvalAlign() - Constructor for class fr.inrialpes.exmo.align.util.EvalAlign
 
Evaluator - interface org.semanticweb.owl.align.Evaluator.
Assess the closeness between two ontology alignments.
ExtGroupEval - class fr.inrialpes.exmo.align.util.ExtGroupEval.
A basic class for synthesizing the results of a set of alignments provided by different algorithms.
ExtGroupEval() - Constructor for class fr.inrialpes.exmo.align.util.ExtGroupEval
 
ExtPREvaluator - class fr.inrialpes.exmo.align.impl.eval.ExtPREvaluator.
Implement extended precision and recall between alignments.
ExtPREvaluator(Alignment, Alignment) - Constructor for class fr.inrialpes.exmo.align.impl.eval.ExtPREvaluator
Creation
editALPHA - Variable in class fr.inrialpes.exmo.align.impl.eval.ExtPREvaluator
 
editBETA - Variable in class fr.inrialpes.exmo.align.impl.eval.ExtPREvaluator
 
effprec - Variable in class fr.inrialpes.exmo.align.impl.eval.ExtPREvaluator
 
effrec - Variable in class fr.inrialpes.exmo.align.impl.eval.ExtPREvaluator
 
effsimilarity - Variable in class fr.inrialpes.exmo.align.impl.eval.ExtPREvaluator
 
endElement(String, String, String) - Method in class fr.inrialpes.exmo.align.parser.AlignmentParser
Called by the XML parser at the end of an element.
equalDistance(String, String) - Static method in class fr.inrialpes.exmo.align.impl.method.StringDistances
 
equals(Cell) - Method in class fr.inrialpes.exmo.align.impl.BasicCell
 
equals(Relation) - Method in class fr.inrialpes.exmo.align.impl.BasicRelation
Are the two relations equal
equals(Cell) - Method in interface org.semanticweb.owl.align.Cell
 
equals(Relation) - Method in interface org.semanticweb.owl.align.Relation
 
erasePrimes(int[][]) - Static method in class fr.inrialpes.exmo.align.impl.HungarianAlgorithm
 
eval(Parameters) - Method in class fr.inrialpes.exmo.align.impl.eval.ExtPREvaluator
This is a partial implementation of [Ehrig & Euzenat 2005] because the relations are not taken into account (they are supposed to be always =)
eval(Parameters) - Method in class fr.inrialpes.exmo.align.impl.eval.PRGraphEvaluator
Compute precision and recall graphs.
eval(Parameters) - Method in class fr.inrialpes.exmo.align.impl.eval.PRecEvaluator
The formulas are standard: given a reference alignment A given an obtained alignment B which are sets of cells (linking one entity of ontology O to another of ontolohy O').
eval(Parameters) - Method in class fr.inrialpes.exmo.align.impl.eval.SymMeanEvaluator
 
eval(String, String) - Static method in class fr.inrialpes.exmo.align.util.ExtGroupEval
 
eval(String, String) - Static method in class fr.inrialpes.exmo.align.util.GenPlot
 
eval(String, String) - Static method in class fr.inrialpes.exmo.align.util.GroupEval
 
eval(Parameters) - Method in interface org.semanticweb.owl.align.Evaluator
Run the evaluation between the two ontologies.
explainScore(String, String) - Method in class org.ivml.alimo.ISub
 
extensions - Variable in class fr.inrialpes.exmo.align.impl.BasicAlignment
 
extract(String, Parameters) - Method in class fr.inrialpes.exmo.align.impl.DistanceAlignment
Extract the alignment form the Similarity There are theoretically 16 types of extractors composing the characteristics [q]estion mark = ?, one or zero relation [s]tar = *, one, zero or many relations [1] = 1, exactly one relation [p]lus = +, one or many relations for each place of the relation.
extractqq(double, Parameters) - Method in class fr.inrialpes.exmo.align.impl.DistanceAlignment
Extract the alignment of a ?? type exact algorithm using the Hungarian method
extractqqNaive(double, Parameters) - Method in class fr.inrialpes.exmo.align.impl.DistanceAlignment
Naive algorithm: 1) dump the part of the matrix distance above threshold in a sorted set 2) traverse the sorted set and each time a correspondence involving two entities that have no correspondence is encountered, add it to the alignment.
extractqs(double, Parameters) - Method in class fr.inrialpes.exmo.align.impl.DistanceAlignment
Extract the alignment of a ?* type Complexity: O(n^2)

INRIA & friends
A B C D E F G H I J L M N O P Q R S T U V W X Y
..no bottom yet...