#Classification Based on Association Rules
This R package implements the CBA algorithm described in Liu, et al. 1998. It creates classifiers based on association rules and can then use those classifiers to classify incoming datasets.
The algorithms are implemented in C, and data is formatted and passed to the C implementations via an R interface accessible through this package.