forked from adw96/bnstruct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1 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
30
31
Package: bnstruct
Description: Bayesian Network Structure Learning from Data with Missing Values.
The package implements the Silander-Myllymaki complete search,
the Max-Min Parents-and-Children, the Hill-Climbing, the
Max-Min Hill-climbing heuristic searches, and the Structural
Expectation-Maximization algorithm. Available scoring functions are
BDeu, AIC, BIC. The package also implements methods for generating and using
bootstrap samples, imputed data, inference.
Type: Package
Title: Bayesian Network Structure Learning from Data with Missing Values
Version: 1.0.3
Date: 2018-04-04
Depends:
R (>= 2.10),
bitops,
Matrix,
igraph,
methods
Suggests:
graph,
Rgraphviz,
qgraph,
knitr,
testthat
Authors@R: c(person("Francesco", "Sambo", role=c("aut","cre"),
email="francesco.sambo@unipd.it"), person("Alberto", "Franzin", role=c("aut"),
email="afranzin@ulb.ac.be"))
License: GPL (>=2) | file LICENSE
Encoding: UTF-8
RoxygenNote: 5.0.1
VignetteBuilder: knitr