cnCatnetFromEdges: catNetwork from Edges

View source: R/catnet.def.R

cnCatnetFromEdgesR Documentation

catNetwork from Edges

Description

Creates a catNetwork object from list of nodes and edges.

Usage

cnCatnetFromEdges(nodes, edges, numCategories=2)

Arguments

nodes

a vector of node names

edges

a list of node edges

numCategories

an integer, the number of categories per node

Details

The function uses a list of nodes and directional edges to create a catNetwork with specified (fixed) number of node categories. A random probability model is assigned, which can be changed later by cnSetProb for example. Note that cnSetProb takes a given data sample and changes both the node categories and their conditional probabilities according to it.

Value

A catNetwork object

Author(s)

N. Balov

See Also

cnNew, cnCatnetFromSif, cnSetProb


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