edu.washington.cs.knowitall.rule.learn
Class MostGeneralRuleLearner<E extends Comparable<E>>

java.lang.Object
  extended by edu.washington.cs.knowitall.rule.learn.Learner<E>
      extended by edu.washington.cs.knowitall.rule.learn.RuleLearner<E>
          extended by edu.washington.cs.knowitall.rule.learn.MostGeneralRuleLearner<E>

public class MostGeneralRuleLearner<E extends Comparable<E>>
extends RuleLearner<E>


Field Summary
 
Fields inherited from class edu.washington.cs.knowitall.rule.learn.Learner
baseRuleFactory, confidenceFunction, validator
 
Constructor Summary
MostGeneralRuleLearner(BaseRuleFactory factory, RuleValidator validator, ConfidenceFunction<E> confidence)
           
 
Method Summary
 List<Rank<E>> search(Rule base)
           
 
Methods inherited from class edu.washington.cs.knowitall.rule.learn.RuleLearner
filterBest, filterBestRules, learn, learn, main, printMissedRelations, printRuleDerivation, printRuleDerivation, printRuleExtractions
 
Methods inherited from class edu.washington.cs.knowitall.rule.learn.Learner
generalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MostGeneralRuleLearner

public MostGeneralRuleLearner(BaseRuleFactory factory,
                              RuleValidator validator,
                              ConfidenceFunction<E> confidence)
Method Detail

search

public List<Rank<E>> search(Rule base)
Specified by:
search in class RuleLearner<E extends Comparable<E>>


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