Description Usage Arguments Examples
Saves an AMIDST dynamic BN to a fle
1 | save_dynamic_amidst_bn(network, file_name)
|
network |
a java object of class |
file_name |
the name of the file that will contain the network |
1 2 3 4 | network <- dbn_generator(1,2,2)
save_dynamic_amidst_bn(network,"sample_net.bn")
new_network <- load_dynamic_amidst_bn("sample_net.bn")
print_amidst_bn(network)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.