Description Usage Arguments Value See Also
View source: R/parents-table.R
Computes the scores of all the Bayesian Networks, with
parent sets corresponding to each row of a single
component of a parentsTable
.
1 2 | scoreParentsTable(parentsTables, logScoreLocalFUN,
logScoreParameters, prior, verbose = F)
|
parentsTables |
A component of a
|
logScoreLocalFUN |
A function that computes the local logScore of a Bayesian Network. |
logScoreParameters |
A list of parameters that are
passed to |
loalPriors |
A list of functions of the same length as the number of nodes that returns the local prior score of the corresponding node, given a numeric vector of parents. |
verbose |
A logical of length 1, indicating whether verbose output should be printed. |
List of numeric vectors of scores.
scoreParentsTableNode
,
enumerateParentsTable
,
whichParentSetRows
,
getRowsThatContain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.