hc(x, start = NULL, whitelist = NULL, blacklist = NULL,
score = NULL, ..., debug = FALSE, restart = 0,
perturb = 1, max.iter = Inf, optimized = TRUE)
tabu(x, start = NULL, whitelist = NULL, blacklist = NULL,
score = NULL, ..., debug = FALSE, tabu = 10, max.tabu = tabu,
max.iter = Inf, optimized = TRUE)
bn
, the preseeded directed
acyclic graph used to initialize the algorithm. If none is
specified, an empty one (i.e. without any arc) is used.
score
for details.TRUE
a lot of debugging output
is printed; otherwise the function is completely silent.tabu
function.bnlearn-package
for details.bn
.
See bn-class
for details.Korb K, Nicholson AE (2010). Bayesian Artificial Intelligence. Chapman & Hall/CRC, 2nd edition.
Margaritis D (2003). Learning Bayesian Network Model Structure from Data. Ph.D. thesis, School of Computer Science, Carnegie-Mellon University, Pittsburgh, PA. Available as Technical Report CMU-CS-03-153.
Daly R, Shen Q (2007). "Methods to Accelerate the Learning of Bayesian Network Structures". In "Proceedings of the 2007 UK Workshop on Computational Intelligence", Imperial College, London.