Changes between Version 5 and Version 6 of similarity_GraphMatching


Ignore:
Timestamp:
06/28/06 15:38:51 (18 years ago)
Author:
spillman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • similarity_GraphMatching

    v5 v6  
    1818== Specification == 
    1919=== Initialisation === 
    20 The SimiliarityMeasure main class is 
    21  {{{de.dfki.km.phaselib.TODO}}} 
     20The SimilarityMeasure main class is 
     21 {{{de.dfki.km.phaselib.impl.similarities.graphmatching.mxcs.MaxComSubgraphMeasure}}} 
     22 
     23Initialisation is straight forward:  
     24 {{{new MaxComSubgraphMeasure()}}} 
     25 
     26 
     27In order to use the graph matching module together with the INRIA Alignment package, an implementation of the {{{AlignmentProcessAdapter}}} is needed, which is the class  
     28 {{{de.dfki.km.phaselib.impl.alignments.inria.MaxComSubgraphAlgorithm}}} 
     29 
     30Its {{{getGeneratorProcess()}}} method then returns a {{{GraphBasedAlignment}}} with a {{{MaxComSubgraphMeasure}}} as the similarity measure. 
    2231 
    2332=== Parameters ===