| dwi | R Documentation |
Computation of the distance-weigthed influence in a Bayesian network
dwi(bn, node, w)
bn |
object of class |
node |
a node of |
w |
a number in |
The distance-weigthed influence of a node X_j on an output node X_i in a Bayesian network is
DWI(X_j,X_i,w)= \sum_{s\in S_{ji}}w^{|s|},
where S_{ji} is the set of active trails between X_j and X_i, w\in(0,1] is an input parameter, and |s| is the length of the trail s.
A dataframe with the following columns: Nodes - the vertices of the BN; Influence - the distance-weigthed influence of the corresponding node.
Albrecht, D., Nicholson, A. E., & Whittle, C. (2014). Structural sensitivity for the knowledge engineering of Bayesian networks. In Probabilistic Graphical Models (pp. 1-16). Springer International Publishing.
ewi, mutual_info
dwi(travel, "T", 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.