Description Usage Arguments Value
Remove an edge into/a parent to a node. The node must be Noisy-Or or Dirichlet.
1 2 | removeEdge(net, child, parent, params = NULL, cn = NULL, deepUpdate = F,
dropImages = F)
|
child |
The index of the node to remove the parent from. |
parent |
The index of the node to remove as a parent. |
params |
For a multinomial noisy-or node, this is The new parameter 2 matrix. If NULL a weighted mutex matrix is created. For a dirichlet node, this is the new parameters matrix. |
cn |
A RODBC connection. Required if performing deep update. |
deepUpdate |
Specifies whether a deep update should be performed. |
dropImages |
Specifies if images should be dropped on a deepUpdate. |
network |
The network |
The updated network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.