Learn R Programming

jti (version 1.0.0)

get_cliques: Return the cliques of a junction tree

Description

Return the cliques of a junction tree

Usage

get_cliques(x)

# S3 method for jt get_cliques(x)

# S3 method for charge get_cliques(x)

# S3 method for pot_list get_cliques(x)

get_clique_root_idx(x)

# S3 method for jt get_clique_root_idx(x)

get_clique_root(x)

# S3 method for jt get_clique_root(x)

Arguments

x

A junction tree object, jt.

See Also

jt

Examples

Run this code
# See Example 5  and 6 of the 'jt' function 

Run the code above in your browser using DataLab