jpts<- {bnstruct} | R Documentation |
InferenceEngine
.Add a list of joint probability tables for the cliques of the junction tree.
jpts(x) <- value ## S4 replacement method for signature 'InferenceEngine' jpts(x) <- value
x |
an |
value |
the list of joint probability tables compiled by the |
Each joint probability table is represented as a multidimensional array. To retrieve single dimensions (e.g. to compute marginals), users should provide dimension names.