Learn R Programming

BayesNetBP (version 1.0.1)

PrintTree: Print the cluster tree

Description

Print a clustertree object in a readable format

Usage

PrintTree(tree)

Arguments

tree

a clustertree object

Details

Print a clustertree object in a readable format by outputing cluster members and linear potentials assigned to each cluster.

References

Cowell, R. G. (2005). Local propagation in conditional Gaussian Bayesian networks. Journal of Machine Learning Research, 6(Sep), 1517-1550.

See Also

clustertree

Examples

Run this code
data(toytree)
PrintTree(toytree)

Run the code above in your browser using DataLab