Learn R Programming

ramidst (version 0.1.0)

dbn_generator: Generates a random dynamic Bayesian network

Description

Generates a random dynamic Bayesian network

Usage

dbn_generator(n_c_vars, n_d_vars, n_s)

Arguments

n_c_vars
the number of Gaussian variables
n_d_vars
the number of discrete variables
n_s
the number of states of the discrete variables

Value

a Java object of class DynamicBayesianNetwork

Examples

Run this code
d <- dbn_generator(3,2,2)
print_amidst_bn(d)

Run the code above in your browser using DataLab