| ClusterTree-class {BayesNetBP} | R Documentation |
An S4 class of the cluster tree.
Description
The ClusterTree object is the computational object for belief propagation.
Slots
clusterA
vectorstoring the name of clusters in the cluster tree.nodeA
vectorstoring the name of nodes in the Bayesian network.graphA
listof two graphNEL objects:$dagstores the graph of Bayesian network,$treestores the graph of the cluster tree.memberA named
listof the node cluster membership.parentA named
vectorindicating the parent node of a given cluster in the cluster tree.cluster.classA named
vectorof logical values indicating whether a cluster is continuous or discrete.node.classA named
vectorof logical values indicating whether a node is continuous or discrete.assignmentA named
listindicating the assignment of discrete nodes discrete clusters.propagatedA
logicalvalue indicating whether the discrete compartment has been propagated.cptA named
listof the conditional probability tables.jptA named
listof the joint distribution tables.lppotentialA named
listof the linear predictor potentials assigned to each cluster in the lppotential slots.postbagA named
listof the linear predictor potentials assigned to each cluster in the postbag slots.activeflagA named
vectorof logical values indicating whether a continuous cluster is active.absorbed.variablesA
vectorof characters indicating variables observed with hard evidence.absorbed.valuesA
listindicating the values of the variables observed with hard evidence.absorbed.soft.variablesA
vectorof characters indicating variables observed with soft or likelihood evidence.absorbed.soft.valuesA
listof the likelihoods of the soft or likelihood evidence.