Package com.bayesserver.causal
Class BackdoorQueryOptions
- java.lang.Object
-
- com.bayesserver.causal.CausalQueryOptionsBase
-
- com.bayesserver.causal.BackdoorQueryOptions
-
- All Implemented Interfaces:
QueryOptions
public final class BackdoorQueryOptions extends CausalQueryOptionsBase
Options forBackdoorInference
-
-
Constructor Summary
Constructors Constructor Description BackdoorQueryOptions()Initializes a new instance of theBackdoorQueryOptionsclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdjustmentSetgetAdjustmentSetOverride()Gets an adjustment set to use during estimation, instead of the algorithm generating it automatically.voidsetAdjustmentSetOverride(AdjustmentSet value)Gets an adjustment set to use during estimation, instead of the algorithm generating it automatically.-
Methods inherited from class com.bayesserver.causal.CausalQueryOptionsBase
getCancellation, getCausalEffectKind, getCausalInferenceFactory, getConflict, getDecisionAlgorithm, getInconsistentEvidenceMode, getLogLikelihood, getPropagation, getQueryEvidenceMode, getTerminalTime, raisePropertyChanged, setCancellation, setCausalEffectKind, setCausalInferenceFactory, setConflict, setDecisionAlgorithm, setInconsistentEvidenceMode, setLogLikelihood, setPropagation, setQueryEvidenceMode, setTerminalTime
-
-
-
-
Constructor Detail
-
BackdoorQueryOptions
public BackdoorQueryOptions()
Initializes a new instance of theBackdoorQueryOptionsclass.
-
-
Method Detail
-
getAdjustmentSetOverride
public AdjustmentSet getAdjustmentSetOverride()
Gets an adjustment set to use during estimation, instead of the algorithm generating it automatically.
-
setAdjustmentSetOverride
public void setAdjustmentSetOverride(AdjustmentSet value)
Gets an adjustment set to use during estimation, instead of the algorithm generating it automatically.
-
-