printBN | R Documentation |
Prints the content of a hybrid Bayesian network
printBN(MoTBF.BN)
MoTBF.BN |
The output of the method |
The results of the fitted functions in the full network.
MoTBFs_Learning
## Dataset Ecoli
require(MoTBFs)
data(ecoli)
data <- ecoli[,-c(1)] ## remove variable sequence
## Directed acyclic graph
dag <- LearningHC(data)
## Learning BN
intervals <- 3
potential <- "MOP"
P <- MoTBFs_Learning(graph = dag, data = data, numIntervals = intervals, POTENTIAL_TYPE=potential,
maxParam = 15)
printBN(P)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.