enumerateParentsTable: Table of all possible parents of a node.

Description Usage Arguments Value See Also

View source: R/parents-table.R

Description

Creates a list of tables with rows corresponding to the possible parent sets of each node.

Usage

1
2
  enumerateParentsTable(numberOfNodes, maxNumberParents,
    required, banned, verbose = F)

Arguments

numberOfNodes

Number of nodes

maxNumberParents

The maximum indegree of the node.

required

A list of numeric vectors. Each component is a numeric vector containing the nodes that must be included in every parent set for this node.

banned

A list of numeric vectors. Each component is a numeric vector containing the nodes that must be excluded from every parent set for this node.

verbose

A logical of length 1, indicating whether verbose output should be printed.

Value

A list of matrices of the form returned by enumerateParentsTableNode.

See Also

enumerateParentsTableNode, scoreParentsTable, whichParentSetRows, getRowsThatContain


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.