Add an edge into/a parent to a noisy-or node
1 | addEdgeNoisyOr(net, child, parent, params, params2 = NULL)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.