Nothing
#' algorithms Bayesian Networks
#'
#'
#' Entropy and the Kullback-Leibler divergence for Bayesian networks: Computational complexity and efficient implementation.
#' @usage NULL
#'
#' @format
#' A Gaussian Bayesian network to illustrate the algorithms developed in the associated paper (Figure 1, top). The probabilities were available from a repository. The vertices are:
#' \describe{
#' \item{X1}{}
#' \item{X2}{}
#' \item{X3}{}
#' \item{X4}{}
#' }
#'
#' @return An object of class \code{bn.fit}. Refer to the documentation of \code{bnlearn} for details.
#' @keywords GBN
#' @importClassesFrom bnlearn bn.fit
#' @references Scutari, M. (2024). Entropy and the Kullback-Leibler Divergence for Bayesian Networks: Computational Complexity and Efficient Implementation. Algorithms, 17(1), 24.
"algorithms1"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.