Uses of Class
weka.associations.tertius.Predicate

Packages that use Predicate
weka.associations   
weka.associations.tertius   
 

Uses of Predicate in weka.associations
 

Methods in weka.associations that return Predicate
private  Predicate Tertius.buildPredicate(Instances instances, Attribute attr, boolean isClass)
          Build the predicate corresponding to an attribute.
 

Uses of Predicate in weka.associations.tertius
 

Fields in weka.associations.tertius declared as Predicate
private  Predicate Literal.m_predicate
           
 

Methods in weka.associations.tertius that return Predicate
 Predicate Literal.getPredicate()
           
 

Methods in weka.associations.tertius with parameters of type Predicate
private  SimpleLinkedList Rule.refine(Predicate pred, int firstIndex, int lastIndex, boolean addToBody, boolean addToHead)
          Refine a rule by adding a range of literals of a predicate, either to the head or to the body of the rule.
 

Constructors in weka.associations.tertius with parameters of type Predicate
IndividualLiteral(Predicate predicate, java.lang.String value, int index, int sign, int missing, int type)
           
Literal(Predicate predicate, int sign, int missing)
           
AttributeValueLiteral(Predicate predicate, java.lang.String value, int index, int sign, int missing)