Package: arc
Title: Association Rule Classification
Version: 1.3
Date: 2020-11-06
Author: Tomas Kliegr [aut, cre]
Maintainer: Tomas Kliegr <kliegr@gmail.com>
Description: Implements the Classification-based on
    Association Rules (CBA) (Bing Liu, Wynne Hsu,	Yiming Ma (1999) <https://dl.acm.org/doi/10.5555/3000292.3000305>) algorithm for association rule classification (ARC).
    The package also 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. QCBA package can be obtained from CRAN archive or from <https://github.com/kliegr/QCBA>.
Copyright: The mdlp2.R script reuses parts of the code from the R
        `discretization` package by HyunJi Kim (GPL license).
Depends: R (>= 3.2.3), arules (>= 1.6-6), R.utils, discretization
License: AGPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/kliegr/arc
BugReports: https://github.com/kliegr/arc/issues
Imports: Matrix, methods, datasets
Suggests: qCBA
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-11-06 09:34:43 UTC; tomas
Repository: CRAN
Date/Publication: 2020-11-07 00:20:11 UTC
Built: R 4.1.3; ; 2023-04-17 15:36:40 UTC; windows
