cnOrder: Network Node Order

cnOrder-methodR Documentation

Network Node Order

Description

The function returns an order of the nodes of a network that is compatible with its parent structure.

Usage

cnOrder(object)

Arguments

object

a catNetwork or a list of node parents.

Details

An order is compatible with the parent structure of a network if each node has as parents only nodes appearing earlier in that order. That such an order exists is guaranteed by the fact that every catNetwork is a DAG (Directed Acyclic Graph). The result is one order out of, eventually, many possible.

Value

a list of node indices.

Author(s)

N. Balov, P. Salzman

Examples

  cnet <- cnRandomCatnet(numnodes=20, maxParents=3, numCategories=2)
  cnOrder(object=cnet)

catnet documentation built on Nov. 10, 2022, 5:08 p.m.