Displaying 1 result from an estimated 1 matches for "mmhc".
Did you mean:
mmc
2013 Apr 10
1
bnlearn: how to compute boot strength with mmhc and a blacklist
...acklist<-data.frame(from=c("x1", "x1", "x1", "x2", "x2",
"x2")) , to=c("x2", "n3", "n4", "x1"," n3", "n4"))
> result <- boot.strength(data, R=200, algorithm="mmhc",
algorithm.args=list(blacklist=myblacklist))
> bootstrength
from to strength direction
1 n3 n4 1.000 0.5
2 n3 x1 0.340 0.5
3 n3 x2 0.115 0.5
4 n4 n1 1.000 0.5
5 n4 x1 0.080 0.5
6 n4 x2 1.000...