| build.junction.tree {bnstruct} | R Documentation |
Starting from the adjacency matrix of the directed acyclic graph of the network contained in an InferenceEngine, build a JunctionTree for the network and store it into an InferenceEngine.
build.junction.tree(object, ...) ## S4 method for signature 'InferenceEngine' build.junction.tree(object, ...)
object |
an |
... |
potential further arguments for methods. |
InferenceEngine
## Not run:
dataset <- BNDataset("file.header", "file.data")
net <- BN(dataset)
eng <- InferenceEngine()
eng <- build.junction.tree(eng)
## End(Not run)