Uses of Class
weka.associations.tertius.Rule

Packages that use Rule
weka.associations.tertius   
 

Uses of Rule in weka.associations.tertius
 

Methods in weka.associations.tertius with parameters of type Rule
 boolean Rule.equivalentTo(Rule otherRule)
          Test if this rule is equivalent to another rule.
 boolean Body.isIncludedIn(Rule otherRule)
          Test if this Body is included in a rule.
abstract  boolean LiteralSet.isIncludedIn(Rule otherRule)
          Test if this LiteralSet is included in a rule.
 boolean Head.isIncludedIn(Rule otherRule)
          Test if this Head is included in a rule.
 boolean Rule.sameClauseAs(Rule otherRule)
          Test if this rule and another rule correspond to the same clause.
 boolean Rule.subsumes(Rule otherRule)
          Test if this rule subsumes another rule.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.