save_dynamic_amidst_bn: Saves an AMIDST dynamic BN to a fle

Description Usage Arguments Examples

View source: R/io.R

Description

Saves an AMIDST dynamic BN to a fle

Usage

1
save_dynamic_amidst_bn(network, file_name)

Arguments

network

a java object of class DynamicBayesianNetwork

file_name

the name of the file that will contain the network

Examples

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)

ramidst documentation built on May 30, 2017, 5:27 a.m.