Changes between Version 1 and Version 2 of SimilarityMeasure
- Timestamp:
- 06/06/06 16:23:30 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SimilarityMeasure
v1 v2 3 3 The 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 4 5 A Simil iarityMeasure can use any information available (i.e. accessible via the ontology model interface) about the given entities ([wiki:Frame Frames]).5 A SimilarityMeasure can use any information available (i.e. accessible via the ontology model interface) about the given entities ([wiki:Frame Frames]). 6 6 7 Furthermore a Simil iarityMeasure can calculate a matrix of similarities to enable the algorithm to work more efficiently on large batches.7 Furthermore a SimilarityMeasure can calculate a matrix of similarities to enable the algorithm to work more efficiently on large batches. 8 8 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].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 de.dfki.km.phaselib.model.evidence.SimilarityMeasure].