| Class | Description |
|---|---|
| CaRuleGeneration |
Class implementing the rule generation procedure of the predictive apriori algorithm for class association rules.
|
| CrList |
Class for the associated list of a CrTree.
|
| CrListElement |
Class for list elements in the associated list of a CrTree.
|
| CrNode |
Class for nodes in a CrTree.
|
| CrTree |
Class for building and using a CrTree.
|
| JCBAPruning |
Class implemting the pruning step of the CBA algorithm using a CrTree.
|
| LabeledItemSet |
Class for storing a set of items together with a class label.
|
| PrecedencePruning |
Class that allows a simple pessimistic-error-rate based pruning or omits
pruning at all and just builds a CrTree with all mined rules.
|
| PruneCAR |
Abstract scheme for storing and pruning class associations.
|