Uses of Package
weka.classifiers.rules

Packages that use weka.classifiers.rules
Package
Description
 
  • Class
    Description
    The single antecedent in the rule, which is composed of an attribute and the corresponding value.
    Abstract class of generic rule
    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.