get_cliques {jti} | R Documentation |
Return the cliques of a junction tree
Description
Return the cliques of a junction tree
Usage
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)
Arguments
x |
A junction tree object, |
See Also
Examples
# See Example 5 and 6 of the 'jt' function
[Package jti version 0.8.4 Index]