Description Usage Arguments Value See Also
View source: R/parents-table.R
Creates a list of tables with rows corresponding to the possible parent sets of each node.
1 2 | enumerateParentsTable(numberOfNodes, maxNumberParents,
required, banned, verbose = F)
|
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. |
A list of matrices of the form returned by
enumerateParentsTableNode.
enumerateParentsTableNode,
scoreParentsTable,
whichParentSetRows,
getRowsThatContain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.