Class BackdoorGraphOptions


  • public final class BackdoorGraphOptions
    extends Object
    Options for 'Backdoor graph' construction.
    • Constructor Detail

      • BackdoorGraphOptions

        public BackdoorGraphOptions()
    • 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'.