Changes between Initial Version and Version 1 of SimilarityMeasure


Ignore:
Timestamp:
06/06/06 16:21:53 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SimilarityMeasure

    v1 v1  
     1= Definition: SimilarityMeasure = 
     2 
     3The 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]. 
     4 
     5A SimiliarityMeasure can use any information available (i.e. accessible via the ontology model interface) about the given entities ([wiki:Frame Frames]). 
     6 
     7Furthermore a SimiliarityMeasure can calculate a matrix of similarities to enable the algorithm to work more efficiently on large batches. 
     8 
     9This concept is represented by the class [http://phaselibs.opendfki.de/repos/trunk/PhaseLibs/doc/JavaDoc/de/dfki/km/phaselib/model/evidence/SimilarityMeasure.html SimilarityMeasure].