Uses of Class
weka.associations.tertius.LiteralSet

Packages that use LiteralSet
weka.associations.tertius   
 

Uses of LiteralSet in weka.associations.tertius
 

Subclasses of LiteralSet in weka.associations.tertius
 class Body
          Class representing the body of a rule.
 class Head
          Class representing the head of a rule.
 

Methods in weka.associations.tertius with parameters of type LiteralSet
 boolean LiteralSet.negationIncludedIn(LiteralSet otherSet)
          Test if the negation of this LiteralSet is included in another LiteralSet.