BN_Data_Generator {BNDataGenerator} | R Documentation |
Data Generator based on Bayesian Network Model
BN_Data_Generator(arcs_mat, Probs, n, nodename=NULL, cardinality=NULL)
arcs_mat |
A matrix that determines the arcs. |
Probs |
The conditional probabilities. |
n |
Data size. |
nodename |
The names of each nodes. |
cardinality |
The cardinality of each nodes. |
Jae-seong Yoo <praster1@gmail.com>
Jae-seong Yoo, (2014), "A Study on Comparison of Bayesian Network Structure Learning Algorithms for Selecting Appropriate Models", M.S. thesis, Department of Statistics, Korea University, Seoul.
See demo(asia) or demo(topology).