Changes between Version 1 and Version 2 of SimilarityMeasure


Ignore:
Timestamp:
06/06/06 16:23:30 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SimilarityMeasure

    v1 v2  
    33The concept of a SimilarityMeasure in the PhaseLibs describes an interface to measure a distance (of any kind) between two ontology entities ([wiki:Frame Frames]). These entities can be taken from the same, or from two different ontologies. The resulting value is rquired to be in the interval [0..1]. 
    44 
    5 A SimiliarityMeasure can use any information available (i.e. accessible via the ontology model interface) about the given entities ([wiki:Frame Frames]). 
     5A SimilarityMeasure can use any information available (i.e. accessible via the ontology model interface) about the given entities ([wiki:Frame Frames]). 
    66 
    7 Furthermore a SimiliarityMeasure can calculate a matrix of similarities to enable the algorithm to work more efficiently on large batches. 
     7Furthermore a SimilarityMeasure can calculate a matrix of similarities to enable the algorithm to work more efficiently on large batches. 
    88 
    9 This concept is represented by the class [http://phaselibs.opendfki.de/repos/trunk/PhaseLibs/doc/JavaDoc/de/dfki/km/phaselib/model/evidence/SimilarityMeasure.html SimilarityMeasure]. 
     9This concept is represented by the class [http://phaselibs.opendfki.de/repos/trunk/PhaseLibs/doc/JavaDoc/de/dfki/km/phaselib/model/evidence/SimilarityMeasure.html de.dfki.km.phaselib.model.evidence.SimilarityMeasure].