transClose: transitive closure

View source: R/bnem_main.r

transCloseR Documentation

transitive closure

Description

calculates transitive closure of a hyper-graph

Usage

transClose(g, max.iter = NULL, verbose = FALSE)

Arguments

g

hyper-graph in normal form

max.iter

maximal iteration till convergence

verbose

TRUE for verbose output

Value

transitive closure in normal form

Author(s)

Martin Pirkl

Examples

g <- c("A=B", "B=C")
gclose <- transClose(g)

MartinFXP/B-NEM documentation built on Oct. 27, 2023, 8:24 p.m.