Package com.bayesserver.analysis
Class DSeparationTestResult
- java.lang.Object
-
- com.bayesserver.analysis.DSeparationTestResult
-
public final class DSeparationTestResult extends Object
The result of a D-Separation check for a test node.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSeparationCategory
getCategory()
The test result.Node
getNode()
The test node.Integer
getTime()
The zero based time at which the test was performed, or null if the node is not temporal.
-
-
-
Method Detail
-
getNode
public Node getNode()
The test node.
-
getTime
public Integer getTime()
The zero based time at which the test was performed, or null if the node is not temporal.
-
getCategory
public DSeparationCategory getCategory()
The test result.
-
-