forked from jirifilip/arulesExplain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1016 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: arulesExplanation
Type: Package
Title: Arules Explanation
Version: 0.1.0
Authors@R: c(
person("Jiri", "Filip", email = "filj03@vse.cz", role = c("aut", "cre", "ctb", "cph")),
person("Tomas", "Kliegr", email = "tomas.kliegr@vse.cz", role = c("aut", "ctb")))
Description: arulesExplanation provides a way to convert arules data structures to
natural language explanations, which can be understood by non-experts. The package can explain all rules
in a classifier, or only explain a rule that classified a certain instance.
Additionally, arulesExplanation provides several convenience functions for converting data structures
between the qCBA and arules packages.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
arc,
arules,
methods,
qCBA
Encoding: UTF-8
LazyData: true
Suggests: testthat
RoxygenNote: 6.1.1
Collate:
'arulesExplanation.R'
'data.R'
'intervalReader.R'
'explanationObject.R'
'explanations.R'
'itemMatrixConversion.R'