get_cliques | R Documentation |
Return the cliques of a junction tree
get_cliques(x)
## S3 method for class 'jt'
get_cliques(x)
## S3 method for class 'charge'
get_cliques(x)
## S3 method for class 'pot_list'
get_cliques(x)
get_clique_root_idx(x)
## S3 method for class 'jt'
get_clique_root_idx(x)
get_clique_root(x)
## S3 method for class 'jt'
get_clique_root(x)
x |
A junction tree object, |
jt
# See Example 5 and 6 of the 'jt' function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.