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

Packages that use Results
edu.washington.cs.knowitall.rule   
edu.washington.cs.knowitall.rule.confidence   
 

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

Methods in edu.washington.cs.knowitall.rule with parameters of type Results
 boolean Results.subsumes(Results results)
          Determine if this ResultsRank's results cover the others'.
 

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

Fields in edu.washington.cs.knowitall.rule.confidence with type parameters of type Results
protected  Map<Rule,Results> ConfidenceFunction.results
          Used for improving the speed of computations.
 

Methods in edu.washington.cs.knowitall.rule.confidence that return Results
 Results ConfidenceFunction.results(Rule rule)
           
 

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

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



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