edu.washington.cs.knowitall.ontology.match
Class PercentOverlapMatcher

java.lang.Object
  extended by edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
      extended by edu.washington.cs.knowitall.ontology.match.PercentOverlapMatcher
Direct Known Subclasses:
BinaryOverlapMatcher

public class PercentOverlapMatcher
extends OntologicalRelationMatcher


Constructor Summary
PercentOverlapMatcher()
           
 
Method Summary
 boolean matches(OntologicalRelation rel1, OntologicalRelation rel2)
           
 double percent(OntologicalRelation rel1, OntologicalRelation rel2)
           
 
Methods inherited from class edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
create, create, create, getClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentOverlapMatcher

public PercentOverlapMatcher()
Method Detail

matches

public boolean matches(OntologicalRelation rel1,
                       OntologicalRelation rel2)
Specified by:
matches in class OntologicalRelationMatcher

percent

public double percent(OntologicalRelation rel1,
                      OntologicalRelation rel2)
Specified by:
percent in class OntologicalRelationMatcher


Copyright © 2011 University of Washington CSE. All Rights Reserved.