dynamic_ordering {dbnR}R Documentation

Gets the ordering of a single time slice in a DBN

Description

This method gets the structure of a DBN, isolates the nodes of a single time slice and then gives a topological ordering of them.

Usage

dynamic_ordering(structure)

Arguments

structure

the structure of the network.

Value

the ordered nodes of t_0


[Package dbnR version 0.7.8 Index]