Description Usage Arguments Value See Also
View source: R/parents-table.R
Creates a list that allows quick lookup of a
parentsTable. This is needed for
whichParentSetRows
.
1 2 | getRowsThatContain(numberOfNodes, parentsTables,
maxNumberParents)
|
numberOfNodes |
The number of nodes. A numeric vector. |
parentsTables |
A list of tables of the form
returned by |
maxNumberParents |
The maximum indegree for each node. A numeric vector of length 1. |
A list of length numberOfNodes
. Each component of
this list is a list of length numberOfNodes
, the
i^th component of which is a numeric vector containing
the indicies of parentsTables[[node]]
that
correspond to parent sets including i
.
enumerateParentsTable
,
scoreParentsTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.