Package: arc
Title: Association Rule Classification
Version: 1.1
Author: Tomas Kliegr [aut, cre]
Maintainer: Tomas Kliegr <kliegr@gmail.com>
Description: Implements the Classification-based on
    Association Rules (CBA) 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.
Depends: R (>= 3.2.3), arules (>= 1.5-0), R.utils, discretization
License: AGPL-3
Encoding: UTF-8
LazyData: true
Imports: Matrix, methods, datasets
RoxygenNote: 6.0.0
NeedsCompilation: no
Packaged: 2017-03-02 09:45:22 UTC; tomas
Repository: CRAN
Date/Publication: 2017-03-02 14:29:51
