getAllConsistentWithDAG: Get all consistent with DAG

Description Usage Arguments Value

View source: R/graph-ops.R

Description

Get all consistent with DAG

Usage

1
2
  getAllConsistentWithDAG(bn, currentNetwork,
    numberOfNodes, nodesSeq, change, maxIndegree)

Arguments

bn

A sub-bn

currentNetwork

A list, containing in the first position the starting bn, and in the second position the routes matrix for that BN.

numberOfNodes

The number of nodes of the bn

nodesSeq

A sequence 1:numberOfNodes

change

A numeric vector, containing the nodes whose parents are to be changed.

maxIndegree

Maximum indegree

Value

A list of possible parents of each node


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