addEdgeNoisyOr: Add an edge into/a parent to a noisy-or node

Description Usage Arguments

Description

Add an edge into/a parent to a noisy-or node

Usage

1
addEdgeNoisyOr(net, child, parent, params, params2 = NULL)

Arguments

net

The network.

child

The index of the noisy-or node to add a parent to.

parent

The index of the node to add as a parent.

params

The parameters to add to the child for the parent. This should be a matrix with as many rows as the parent node has non-zero values (I.e. one less than the number of values of the parent).

params2

The disambiguation parameters to use for the child. This is used only if the child is multinomial. If the child is multinomial and this is NULL a weighted mutex disambiguation matrix is created.


mickash/Adaptive-Bayesian-Networks documentation built on Nov. 14, 2019, 12:14 a.m.