analyzer: Create an analysis object

Description Usage Arguments Value

Description

Create an analysis object. If we have three variables: Rain : None,Light,Heavy Sprinker : Off,On WetGrass : False,True And we consider wet grass to be a defect, and rain or the sprinkler to be potential root causes, then our matrices would be: Root Cause Matrix: 1 , 2 1 , 3 2 , 2 Defect Matrix: 3 , 2

Usage

1
analyzer(rootCauses, defects)

Arguments

rootCauses

a matrix of two columns specifying the variables/value combinations that represent root causes.

defects

a matrix of two columns specifying the variables/value combinations that represent defects.

Value

An analysis object


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