Class BackdoorGraphOptions
Options for 'Backdoor graph' construction.
Inheritance
System.Object
    BackdoorGraphOptions
  Implements
System.ComponentModel.INotifyPropertyChanged
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: BayesServer.Causal.Analysis
Assembly: BayesServer.Causal.dll
Syntax
public sealed class BackdoorGraphOptions : INotifyPropertyChanged
  Properties
IsProper
Gets or sets a value which determines whether a 'proper Backdoor graph' is constructed.
Declaration
public bool IsProper { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
A proper backdoor graph only removes outgoing links that are part of 'proper causal paths'.
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
  Event Type
| Type | Description | 
|---|---|
| System.ComponentModel.PropertyChangedEventHandler | 
Implements
      System.ComponentModel.INotifyPropertyChanged