mmpc(x, cluster = NULL, whitelist = NULL, blacklist = NULL,
test = NULL, alpha = 0.05, debug = FALSE, optimized = TRUE,
strict = FALSE, direction = FALSE)
snow integration
for details and a simple
example.mi
(mutual information for discrete
data), fmi
(fast mutual information), TRUE
a lot of debugging output
is printed; otherwise the function is completely silent.bnlearn-package
for details.TRUE
conflicting results in
the learning process generate an error; otherwise they result in
a warning.TRUE
(and undirected
is
set to FALSE
) each possible direction of each undirected arc is
tested, and the one with the lowest p-value is accepted as the true
direction for that arcbn
.
See bn-class
for details.I. Tsamardinos, L. E. Brown, C. Aliferis. The max-min hill-climbing Bayesian network learning algorithm. Machine Learning, 65(1), pages 31-78. Kluwer Academic Publishers, 2006.
gs
, fast.iamb
, iamb
,
inter.iamb
, hc
.