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

java.lang.Object
  extended by edu.washington.cs.knowitall.ontology.match.OntologicalRelationMatcher
      extended by edu.washington.cs.knowitall.ontology.match.PercentOverlapMatcher
          extended by edu.washington.cs.knowitall.ontology.match.BinaryOverlapMatcher

public class BinaryOverlapMatcher
extends PercentOverlapMatcher


Field Summary
 double threshold
           
 
Constructor Summary
BinaryOverlapMatcher(double percent)
           
 
Method Summary
 double percent(OntologicalRelation rel1, OntologicalRelation rel2)
           
 
Methods inherited from class edu.washington.cs.knowitall.ontology.match.PercentOverlapMatcher
matches
 
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
 

Field Detail

threshold

public final double threshold
Constructor Detail

BinaryOverlapMatcher

public BinaryOverlapMatcher(double percent)
Method Detail

percent

public double percent(OntologicalRelation rel1,
                      OntologicalRelation rel2)
Overrides:
percent in class PercentOverlapMatcher


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