Description Usage Arguments See Also Examples
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.
1 2 3 4  | build.junction.tree(object, ...)
## S4 method for signature 'InferenceEngine'
build.junction.tree(object, ...)
 | 
object | 
 an   | 
... | 
 potential further arguments for methods.  | 
InferenceEngine
1 2 3 4 5 6 7  | ## Not run: 
dataset <- BNDataset("file.header", "file.data")
net <- BN(dataset)
eng <- InferenceEngine()
eng <- build.junction.tree(eng)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.