compareBNs: compareBNs

View source: R/utilities.R

compareBNsR Documentation

compareBNs

Description

Take the list of networks and returns the F-measures

Usage

compareBNs(listOfNets)

Arguments

listOfNets

list of networks

Value

F-measures of each combination of network

Examples

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))

noriakis/CBNplot documentation built on April 7, 2024, 8:27 p.m.