The createbn
function create a Bayesian network without any arcs. The
nodenames supplied as argument are used to determine the amount of nodes and
their names. Furthermore, the possible emissions from the nodes are begin
retrieved from the emissionOutputPerNode
argument.
1 | createbn(nodeNames, emissionOutputPerNode, seed)
|
nodeNames |
The names that the nodes must have. |
emissionOutputPerNode |
The possible outputs per node. |
seed |
The seed for the randomized functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.