Uses of Class
com.bayesserver.causal.BackdoorMethod
-
Packages that use BackdoorMethod Package Description com.bayesserver.causal -
-
Uses of BackdoorMethod in com.bayesserver.causal
Methods in com.bayesserver.causal that return BackdoorMethod Modifier and Type Method Description BackdoorMethod
BackdoorCriterionOptions. getMethod()
static BackdoorMethod
BackdoorMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackdoorMethod[]
BackdoorMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.causal with parameters of type BackdoorMethod Modifier and Type Method Description void
BackdoorCriterionOptions. setMethod(BackdoorMethod value)
-