Description Usage Arguments Value
Analyze network
1 | analyze(analyzer, net, posterior, func = defaultDiagnosticsFunction, ...)
|
analyzer |
An analysis object. |
net |
Network to be analyzed |
posterior |
Posterior probabilities object, either returned from readResults or (embedded in the network) from infer.bayesnet. |
func |
A function to be handed the results of the analysis. It will be handed: func( analyzer, net, posterior, defectIndices, - Indices of defect variables, ordered by probability defectNames, - Name of defect variables, ordered by probability defectProbs, - Probability of defect variables, ordered by probability rootCauseIndices, - Indices of root cause variables, ordered by probability rootCauseNames, - Name of root cause variables, ordered by probability rootCauseProbs - Probability of root cause variables, ordered by probability ... ) If NULL diagnostics will be printed out to R console. |
... |
Additional arguments to be passed to func |
The output of func
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.