-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
21 lines (21 loc) · 906 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: arulesCBA
Version: 1.2.3
Date: 2022-05-24
Title: Classification Based on Association Rules
Authors@R: c(
person("Michael", "Hahsler", role=c("aut", "cre", "cph"),
email = "[email protected]"),
person("Ian", "Johnson", role=c("aut","cph"),
email = "[email protected]"),
person("Tyler", "Giallanza", role=c("ctb"))
)
Description: Provides the infrastructure for association rule-based classification including the algorithms CBA, CMAR, CPAR, C4.5, FOIL, PART, PRM, RCAR, and RIPPER to build associative classifiers.
Maintainer: Michael Hahsler <[email protected]>
Depends: R (>= 3.5.0), Matrix (>= 1.2-0), arules (>= 1.6-5)
Imports: methods, discretization (>= 1.0-1), glmnet (>= 3.0-0)
Suggests: testthat, mlbench, rJava, RWeka
License: GPL-3
URL: https://github.com/mhahsler/arulesCBA
BugReports: https://github.com/mhahsler/arulesCBA
RoxygenNote: 7.1.2
Encoding: UTF-8