| wpdag.from.dag {bnstruct} | R Documentation |
Given a BN object with a dag, return a network
with its wpdag set as the CPDAG computed starting from the dag.
wpdag.from.dag(x, layering = NULL) ## S4 method for signature 'BN' wpdag.from.dag(x, layering = NULL)
x |
a |
layering |
vector containing the layers each node belongs to. |
a BN object with an initialized wpdag.
## Not run: net <- learn.network(dataset, layering=layering) wp.net <- wpdag.from.dag(net, layering) ## End(Not run)