View source: R/helper_binary_ops.R
jt_nbinary_ops | R Documentation |
Number of binary operations needed to propagate in a junction tree given evidence, using the Lauritzen-Spiegelhalter scheme
jt_nbinary_ops(x, evidence = list(), root = NULL, nc = 1)
## S3 method for class 'triangulation'
jt_nbinary_ops(x, evidence = list(), root = NULL, nc = 1)
x |
A junction tree object or an object returned from the triangulation function |
evidence |
List of character vectors with evidence nodes |
root |
Integer specifying the root node in the junction tree |
nc |
Integer. The number of cores to be used in parallel |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.