Package com.bayesserver.causal
Interface CausalQueryOutput
-
- All Superinterfaces:
QueryOutput
- All Known Implementing Classes:
BackdoorQueryOutput
,CausalQueryOutputBase
,DisjunctiveCauseQueryOutput
,FrontDoorQueryOutput
public interface CausalQueryOutput extends QueryOutput
Additional outputs specific to causal queries.
-
-
Method Summary
-
Methods inherited from interface com.bayesserver.inference.QueryOutput
getConflict, getLogLikelihood, reset, setConflict, setLogLikelihood
-
-