analyze: Analyze network

Description Usage Arguments Value

Description

Analyze network

Usage

1
analyze(analyzer, net, posterior, func = defaultDiagnosticsFunction, ...)

Arguments

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

Value

The output of func


mickash/Adaptive-Bayesian-Networks documentation built on Nov. 14, 2019, 12:14 a.m.