Uses of Class
com.bayesserver.causal.AdjustmentSet
-
Packages that use AdjustmentSet Package Description com.bayesserver.causal -
-
Uses of AdjustmentSet in com.bayesserver.causal
Methods in com.bayesserver.causal that return AdjustmentSet Modifier and Type Method Description AdjustmentSetBackdoorValidationOptions. getAdjustmentSet()Gets the adjustment set to be validated.AdjustmentSetDisjunctiveCauseQueryOptions. getAdjustmentSet()Gets the adjustment set, which must include all nodes that are causes of either treatments (X) or outcomes (Y) or both, except those with evidence set.AdjustmentSetDisjunctiveCauseValidationOptions. getAdjustmentSet()Gets the adjustment set to be validated.AdjustmentSetBackdoorQueryOptions. getAdjustmentSetOverride()Gets an adjustment set to use during estimation, instead of the algorithm generating it automatically.AdjustmentSetFrontDoorValidationOptions. getAdjustmentSetXZ()Gets the adjustment set for the adjustment between treatments (X) and front-door nodes (Z).AdjustmentSetFrontDoorQueryOptions. getAdjustmentSetXZOverride()Gets the 'adjustment set' for adjusting between treatments (X) and front-door nodes (Z).AdjustmentSetFrontDoorValidationOptions. getAdjustmentSetZY()Gets the adjustment set for the adjustment between front-door nodes (Z) and outcomes (Y).AdjustmentSetFrontDoorQueryOptions. getAdjustmentSetZYOverride()Gets the 'adjustment set' for adjusting between the front-door nodes (Z) and the outcomes (Y).Methods in com.bayesserver.causal that return types with arguments of type AdjustmentSet Modifier and Type Method Description List<AdjustmentSet>BackdoorCriterionOutput. getSets()Gets a list of identified 'adjustment sets'.List<AdjustmentSet>DisjunctiveCauseCriterionOutput. getSets()Gets an adjustment set which includes all causes of treatments (X) or causes of outcomes (Y) or causes of both.Methods in com.bayesserver.causal with parameters of type AdjustmentSet Modifier and Type Method Description voidDisjunctiveCauseQueryOptions. setAdjustmentSet(AdjustmentSet value)Sets the adjustment set, which must include all nodes that are causes of either treatments (X) or outcomes (Y) or both, except those with evidence set.voidBackdoorQueryOptions. setAdjustmentSetOverride(AdjustmentSet value)Gets an adjustment set to use during estimation, instead of the algorithm generating it automatically.voidFrontDoorQueryOptions. setAdjustmentSetXZOverride(AdjustmentSet value)Sets the 'adjustment set' for adjusting between treatments (X) and front-door nodes (Z).voidFrontDoorQueryOptions. setAdjustmentSetZYOverride(AdjustmentSet value)Sets the 'adjustment set' for adjusting between the front-door nodes (Z) and the outcomes (Y).Constructors in com.bayesserver.causal with parameters of type AdjustmentSet Constructor Description BackdoorValidationOptions(AdjustmentSet adjustmentSet)Initializes a new instance of theBackdoorValidationOptionsclass.DisjunctiveCauseQueryOptions(DisjunctiveCauseSet causesOfTreatmentsOrOutcomes, AdjustmentSet adjustmentSet)Initializes a new instance of theDisjunctiveCauseQueryOptionsclass.DisjunctiveCauseValidationOptions(AdjustmentSet adjustmentSet)Initializes a new instance of theDisjunctiveCauseValidationOptionsclass.FrontDoorValidationOptions(FrontDoorSet frontDoorNodes, AdjustmentSet adjustmentSetXZ, AdjustmentSet adjustmentSetZY)Initializes a new instance of theFrontDoorValidationOptionsclass.
-