Uses of Class
com.bayesserver.causal.IndirectGraphOptions
-
Packages that use IndirectGraphOptions Package Description com.bayesserver.causal -
-
Uses of IndirectGraphOptions in com.bayesserver.causal
Methods in com.bayesserver.causal with parameters of type IndirectGraphOptions Modifier and Type Method Description static void
IndirectGraph. convert(Network network, Evidence evidence, Distribution query, IndirectGraphOptions options)
Constructs the 'Indirect graph' from a Bayesian network, one of more treatments (X) and one or more outcomes (Y).static void
IndirectGraph. convert(Network network, List<CausalNode> treatments, List<CausalNode> outcomes, IndirectGraphOptions options)
Constructs the 'Indirect graph' from a Bayesian network, one of more treatments (X) and one or more outcomes (Y).
-