Uses of Class
edu.washington.cs.knowitall.rule.Rank

Packages that use Rank
edu.washington.cs.knowitall.rule   
edu.washington.cs.knowitall.rule.confidence   
edu.washington.cs.knowitall.rule.learn   
 

Uses of Rank in edu.washington.cs.knowitall.rule
 

Methods in edu.washington.cs.knowitall.rule that return types with arguments of type Rank
static
<E extends Comparable<E>>
com.google.common.base.Predicate<Rank<E>>
Rank.confidenceEqualsPredicate(E conf)
           
static
<E extends Comparable<E>>
com.google.common.base.Function<Rank<E>,E>
Rank.toConfidenceFunction()
           
static
<E extends Comparable<E>>
Iterable<Rank<E>>
Rank.transform(Iterable<Rule> rules, ConfidenceFunction<E> confidenceFunction)
           
 

Methods in edu.washington.cs.knowitall.rule with parameters of type Rank
 int Rank.compareTo(Rank<E> rank)
           
 

Method parameters in edu.washington.cs.knowitall.rule with type arguments of type Rank
static
<E extends Comparable<E>>
Iterable<Rule>
Rank.toRules(Iterable<Rank<E>> ranks)
           
 

Uses of Rank in edu.washington.cs.knowitall.rule.confidence
 

Methods in edu.washington.cs.knowitall.rule.confidence that return Rank
 Rank<E> ConfidenceFunction.createRank(Rule rule)
           
 

Methods in edu.washington.cs.knowitall.rule.confidence that return types with arguments of type Rank
 Iterable<Rank<E>> ConfidenceFunction.reduce(Iterable<Rank<E>> ranks, Map<Rule,Results> results)
           
 

Method parameters in edu.washington.cs.knowitall.rule.confidence with type arguments of type Rank
 Iterable<Rank<E>> ConfidenceFunction.reduce(Iterable<Rank<E>> ranks, Map<Rule,Results> results)
           
 

Uses of Rank in edu.washington.cs.knowitall.rule.learn
 

Methods in edu.washington.cs.knowitall.rule.learn that return types with arguments of type Rank
 List<Rank<E>> RuleLearner.filterBest(Iterable<Rank<E>> rules)
           
 List<Rank<E>> RuleLearner.filterBestRules(Collection<Rule> rules)
           
 List<Rank<E>> RuleLearner.learn(Annotation annotation)
          Generalize rules from the base rule created from the supplied annotation.
 List<Rank<E>> RuleLearner.learn(Iterable<Annotation> annotations)
           
abstract  List<Rank<E>> RuleLearner.search(Rule rule)
           
 List<Rank<E>> BeamSearchRuleLearner.search(Rule base)
           
 List<Rank<E>> MostGeneralRuleLearner.search(Rule base)
           
 

Method parameters in edu.washington.cs.knowitall.rule.learn with type arguments of type Rank
 String BeamSearchRuleLearner.beamToString(Iterable<Rank<E>> beam)
           
 List<Rank<E>> RuleLearner.filterBest(Iterable<Rank<E>> rules)
           
 



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