get_cliques: Return the cliques of a junction tree

View source: R/api_jt.R

get_cliquesR 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, jt.

See Also

jt

Examples

# See Example 5  and 6 of the 'jt' function 


jti documentation built on April 12, 2022, 9:05 a.m.