Uses of Package
weka.classifiers.rules

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

Classes in weka.classifiers.rules used by weka.classifiers.meta
ZeroR
          Class for building and using a 0-R classifier.
 

Classes in weka.classifiers.rules used by weka.classifiers.rules
ConjunctiveRule.Antd
          The single antecedent in the rule, which is composed of an attribute and the corresponding value.
DecisionTable.Link
          Class for a node in a linked list.
JRip.Antd
          The single antecedent in the rule, which is composed of an attribute and the corresponding value.
NNge
          NNge classifier.
NNge.Exemplar
          Implements Exemplar as used by NNge : parallel axis hyperrectangle.
OneR.OneRRule
          Class for storing store a 1R rule.
Prism.PrismRule
          Class for storing a PRISM ruleset, i.e. a list of rules
Prism.Test
          Class for storing a list of attribute-value tests
Ridor.Antd
          The single antecedent in the rule, which is composed of an attribute and the corresponding value.
Ridor.Ridor_node
          Private class implementing the single node of Ridor.
Ridor.RidorRule
          This class implements a single rule that predicts the 2-class distribution.
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.