Learn R Programming

jti (version 0.8.4)

leaves: Query Parents or Leaves in a Junction Tree

Description

Return the clique indices of current parents or leaves in a junction tree

Usage

leaves(jt)

# S3 method for jt leaves(jt)

parents(jt)

# S3 method for jt parents(jt)

Arguments

jt

A junction tree object, jt.

See Also

jt, get_cliques

Examples

Run this code
# See example 6 in the help page for the jt function

Run the code above in your browser using DataLab