compareBNs | R Documentation |
Take the list of networks and returns the F-measures
compareBNs(listOfNets)
listOfNets |
list of networks |
F-measures of each combination of network
data("exampleEaRes");data("exampleGeneExp") net1 <- bngeneplot(results = exampleEaRes, exp = exampleGeneExp, pathNum = 1, R = 10, returnNet=TRUE) net2 <- bngeneplot(results = exampleEaRes, exp = exampleGeneExp, pathNum = 1, R = 10, returnNet=TRUE) res <- compareBNs(list(net1$av, net2$av))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.