Uses of Package
weka.classifiers.rules

Packages that use weka.classifiers.rules
weka.classifiers.rules   
 

Classes in weka.classifiers.rules used by weka.classifiers.rules
FRIP.Antd
          The single antecedent in the rule, which is composed of an attribute and the corresponding value.
Rule
          Abstract class of generic rule
RuleStats
          This class implements the statistics functions used in the propositional rule learner, from the simpler ones like count of true/false positive/negatives, filter data based on the ruleset, etc.