load_amidst_bn: Loads an AMIDST BN from a fle

Description Usage Arguments Value Examples

View source: R/io.R

Description

Loads an AMIDST BN from a fle

Usage

1
load_amidst_bn(file_name)

Arguments

file_name

the name of the file containing the network in .net format

Value

a java object of class BayesianNetwork

Examples

1
2
3
network <- load_amidst_bn(system.file("extdata","WasteIncinerator.bn",
package="ramidst"))
print_amidst_bn(network)

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