-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.17 KB
/
DESCRIPTION
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
Package: bnviewer
Type: Package
Title: Bayesian Networks Interactive Visualization and Explainable Artificial Intelligence
Version: 0.1.6
Depends: R (>= 3.4)
Authors@R: person("Robson", "Fernandes", email = "robson.fernandes@usp.br", role = c("aut", "cre", "cph"))
Description: Bayesian networks provide an intuitive framework for probabilistic reasoning
and its graphical nature can be interpreted quite clearly. Graph based methods
of machine learning are becoming more popular because they offer a richer model
of knowledge that can be understood by a human in a graphical format. The 'bnviewer'
is an R Package that allows the interactive visualization of Bayesian Networks.
The aim of this package is to improve the Bayesian Networks visualization over
the basic and static views offered by existing packages.
License: MIT + file LICENSE
URL: http://robsonfernandes.net/bnviewer/
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Repository: CRAN
Imports:
visNetwork (>= 2.0.4),
bnlearn (>= 4.3),
methods,
igraph (>= 1.2.4),
shiny,
assertthat,
caret,
e1071,
graphics