Learn R Programming

⚠️There's a newer version (1.2.7) of this package.Take me there.

#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.

Copy Link

Version

Install

install.packages('arulesCBA')

Monthly Downloads

1,306

Version

1.0

License

GPL-3

Maintainer

Ian Johnson

Last Published

August 28th, 2016

Functions in arulesCBA (1.0)

predict

Classification with CBA classifier
CBA

Classification Based on Association Rules
rules

Get the Association Rules from a CBA classifier