Package com.bayesserver.analysis
Class DSeparationOutput
- java.lang.Object
-
- com.bayesserver.analysis.DSeparationOutput
-
public final class DSeparationOutput extends Object
Contains the results of a test for D-Separation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSeparationTestResultCollection
getTestResults()
The collection of test results.
-
-
-
Method Detail
-
getTestResults
public DSeparationTestResultCollection getTestResults()
The collection of test results. One for each test node.
-
-