Package com.bayesserver.causal
Class BackdoorGraphOptions
- java.lang.Object
-
- com.bayesserver.causal.BackdoorGraphOptions
-
public final class BackdoorGraphOptions extends Object
Options for 'Backdoor graph' construction.
-
-
Constructor Summary
Constructors Constructor Description BackdoorGraphOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getIsProper()
Gets a value which determines whether a 'proper Backdoor graph' is constructed.void
setIsProper(boolean value)
Sets a value which determines whether a 'proper Backdoor graph' is constructed.
-
-
-
Method Detail
-
getIsProper
public boolean getIsProper()
Gets a value which determines whether a 'proper Backdoor graph' is constructed. A proper backdoor graph only removes outgoing links that are part of 'proper causal paths'.
-
setIsProper
public void setIsProper(boolean value)
Sets a value which determines whether a 'proper Backdoor graph' is constructed. A proper backdoor graph only removes outgoing links that are part of 'proper causal paths'.
-
-