Partial node orderings
Find the partial node ordering implied by a network.
node.ordering(x, debug = FALSE)
x |
an object of class |
debug |
a boolean value. If |
node.ordering()
returns a vector of character strings, an ordered set
of node labels.
node.ordering()
supports only completely directed Bayesian networks.
Marco Scutari
dag = random.graph(LETTERS[1:10]) ord = node.ordering(dag) ord
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.