INRIA & friends

Uses of Interface
org.semanticweb.owl.align.Parameters

Packages that use Parameters
fr.inrialpes.exmo.align.impl   
fr.inrialpes.exmo.align.impl.eval   
fr.inrialpes.exmo.align.impl.method   
fr.inrialpes.exmo.align.ling   
fr.inrialpes.exmo.align.util   
org.semanticweb.owl.align   
 

Uses of Parameters in fr.inrialpes.exmo.align.impl
 

Classes in fr.inrialpes.exmo.align.impl that implement Parameters
 class BasicParameters
          Standard parameter list structure to be used everywhere.
 

Fields in fr.inrialpes.exmo.align.impl declared as Parameters
protected  Parameters BasicAlignment.extensions
           
 

Methods in fr.inrialpes.exmo.align.impl that return Parameters
static Parameters BasicParameters.read(java.lang.String filename)
           
static Parameters BasicParameters.read(Parameters p, java.lang.String filename)
           
 Parameters BasicAlignment.getExtensions()
           
 

Methods in fr.inrialpes.exmo.align.impl with parameters of type Parameters
 void Similarity.compute(Parameters p)
           
 void MatrixMeasure.compute(Parameters params)
           
 void DistanceAlignment.align(Alignment alignment, Parameters params)
          Process matching - create distance data structures, - compute distance or similarity - extract alignment
 void DistanceAlignment.printDistanceMatrix(Parameters params)
           
 Alignment DistanceAlignment.extract(java.lang.String type, Parameters params)
          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.
 Alignment DistanceAlignment.extractqs(double threshold, Parameters params)
          Extract the alignment of a ?* type Complexity: O(n^2)
 Alignment DistanceAlignment.extractqq(double threshold, Parameters params)
          Extract the alignment of a ?? type exact algorithm using the Hungarian method
 Alignment DistanceAlignment.extractqqNaive(double threshold, Parameters params)
          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.
static Parameters BasicParameters.read(Parameters p, java.lang.String filename)
           
 

Uses of Parameters in fr.inrialpes.exmo.align.impl.eval
 

Methods in fr.inrialpes.exmo.align.impl.eval with parameters of type Parameters
 double SymMeanEvaluator.eval(Parameters params)
           
 double PRGraphEvaluator.eval(Parameters params)
          Compute precision and recall graphs.
 double PRecEvaluator.eval(Parameters params)
          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').
 double ExtPREvaluator.eval(Parameters params)
          This is a partial implementation of [Ehrig & Euzenat 2005] because the relations are not taken into account (they are supposed to be always =)
 

Uses of Parameters in fr.inrialpes.exmo.align.impl.method
 

Methods in fr.inrialpes.exmo.align.impl.method with parameters of type Parameters
 void SubsDistNameAlignment.align(Alignment alignment, Parameters params)
          Processing
 void StrucSubsDistAlignment.align(Alignment alignment, Parameters params)
          Processing
 void StringDistAlignment.align(Alignment alignment, Parameters params)
           
 void NameEqAlignment.align(Alignment alignment, Parameters params)
          Processing
 void NameAndPropertyAlignment.align(Alignment alignment, Parameters params)
          Processing
 void ClassStructAlignment.align(Alignment alignment, Parameters params)
          Processing
 

Uses of Parameters in fr.inrialpes.exmo.align.ling
 

Methods in fr.inrialpes.exmo.align.ling with parameters of type Parameters
 void JWNLAlignment.align(Alignment alignment, Parameters params)
          Processing
 

Uses of Parameters in fr.inrialpes.exmo.align.util
 

Fields in fr.inrialpes.exmo.align.util declared as Parameters
(package private) static Parameters GroupEval.params
           
(package private) static Parameters GroupAlign.params
           
(package private) static Parameters GenPlot.params
           
(package private) static Parameters ExtGroupEval.params
           
 

Uses of Parameters in org.semanticweb.owl.align
 

Methods in org.semanticweb.owl.align that return Parameters
 Parameters Alignment.getExtensions()
          Extensions are a way to read and add other information (metadata) to the alignment structure itself.
 

Methods in org.semanticweb.owl.align with parameters of type Parameters
 double Evaluator.eval(Parameters param)
          Run the evaluation between the two ontologies.
 void AlignmentProcess.align(Alignment alignment, Parameters param)
          The align method computes the alignment from the ontologies.
 


INRIA & friends

..no bottom yet...