Description Usage Arguments Value Examples
Compute the topological ordering of the nodes of a network, in order to divide the network in layers.
1 2 3 4 |
x |
a |
a vector containing layers the nodes can be divided into.
1 2 3 4 5 6 7 | ## Not run:
dataset <- BNDataset("file.header", "file.data")
x <- BN(dataset)
x <- learn.network(x, dataset)
layering(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.