Last chance! 50% off unlimited learning
Sale ends in
maketrylist(initnw,data,prior=jointprior(network(data)),timetrace=FALSE)
network
, from which the
search is started.network
.jointprior
.TRUE
, prints some timing
information on the screen.autosearch
or
heuristic
.networkfamily
,
autosearch
heuristic
data(rats)
rats.nw <- network(rats)
rats.pr <- jointprior(rats.nw,12)
rats.nw <- learn(rats.nw,rats,rats.pr)$nw
rats.tr <- maketrylist(rats.nw,rats,rats.pr)
rats.hi <- heuristic(rats.nw,rats,rats.pr,trylist=rats.tr)$nw
Run the code above in your browser using DataLab