Learn R Programming

jti (version 1.0.0)

jt_leaves: Query Parents or Leaves in a Junction Tree

Description

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

Usage

jt_leaves(jt)

# S3 method for jt jt_leaves(jt)

jt_parents(jt)

# S3 method for jt 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