arc: Association Rule Classification

Implements the Classification-based on Association Rules (CBA) algorithm for association rule classification. The package, also described in Hahsler et al. (2019) <doi:10.32614/RJ-2019-048>, contains several convenience methods that allow to automatically set CBA parameters (minimum confidence, minimum support) and it also natively handles numeric attributes by integrating a pre-discretization step. The rule generation phase is handled by the 'arules' package. To further decrease the size of the CBA models produced by the 'arc' package, postprocessing by the 'qCBA' package is suggested.

Version: 1.4
Depends: R (≥ 3.2.3), arules (≥ 1.7-4), R.utils, discretization
Imports: Matrix (≥ 0.5-0), methods, datasets
Suggests: qCBA
Published: 2023-08-17
Author: Tomas Kliegr [aut, cre]
Maintainer: Tomas Kliegr <kliegr at gmail.com>
BugReports: https://github.com/kliegr/arc/issues
License: GPL-3
Copyright: The mdlp2.R script reuses parts of the code from the R `discretization` package by HyunJi Kim (GPL license).
URL: https://github.com/kliegr/arc
NeedsCompilation: no
Materials: NEWS
CRAN checks: arc results

Documentation:

Reference manual: arc.pdf

Downloads:

Package source: arc_1.4.tar.gz
Windows binaries: r-devel: arc_1.4.zip, r-release: arc_1.4.zip, r-oldrel: arc_1.4.zip
macOS binaries: r-release (arm64): arc_1.4.tgz, r-oldrel (arm64): arc_1.4.tgz, r-release (x86_64): arc_1.4.tgz
Old sources: arc archive

Reverse dependencies:

Reverse depends: qCBA

Linking:

Please use the canonical form https://CRAN.R-project.org/package=arc to link to this page.