ug.to.jtree {lcd} | R Documentation |
Constructs a junction tree for an undirected graph.
ug.to.jtree(ugamat)
ugamat |
the adjacency matrix of the undirected graph. |
This function and its helpers implement the junction tree construction algorithm described in detail in Section 4.3 and 4.4 of Cowell, et al (1999).
An object of class sep.tree
.
Zongming Ma and Xiangrui Meng
Cowell, R. G., Dawid, A. P., Lauritzen, S. L. and Spiegelhalter, D. J. (1999) Probabilistic Networks and Expert Systems. Springer-Verlag, New York.