Changes between Version 1 and Version 2 of HotspotIdentifier


Ignore:
Timestamp:
09/28/06 12:02:59 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HotspotIdentifier

    v1 v2  
    33Interface class: [browser:trunk/PhaseLibs/src/de/dfki/km/phaselib/impl/alignments/hotspot/HotspotIdentifier.java de.dfki.km.phaselib.impl.alignments.hotspot.HotspotIdentifier] 
    44 
    5 The purpose of a HotspotIdentifier is the identification of hotspots ;-)  
     5The purpose of a HotspotIdentifier is the identification of hotspots ;-)  More specifically, it is to find two classes that are a "sure match" , i.e. that are very likely to get aligned by an equality relation, and then wrap them into a simple Hotspot object. 
     6 
     7The HotspotIdentifier should keep track of the hotspots already returned, since the main algorithm will not recognise redundantly returned hotspots and do unnecessary work. Furthermore, a sophisticated implementation should take into account the current situation (hotspots, sizes, coverage) when looking for new hotspots. For example, they tend to be in the vicinity of other (highly rated) ones. 
    68 
    79