Uses of Enum Class
edu.pitt.dbmi.algo.bayesian.constraint.inference.BCCausalInference.OP
Packages that use BCCausalInference.OP
-
Uses of BCCausalInference.OP in edu.pitt.dbmi.algo.bayesian.constraint.inference
Methods in edu.pitt.dbmi.algo.bayesian.constraint.inference that return BCCausalInference.OPModifier and TypeMethodDescriptionstatic BCCausalInference.OP
Returns the enum constant of this class with the specified name.static BCCausalInference.OP[]
BCCausalInference.OP.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.pitt.dbmi.algo.bayesian.constraint.inference with parameters of type BCCausalInference.OPModifier and TypeMethodDescriptiondouble
BCCausalInference.probConstraint
(BCCausalInference.OP constraint, int x, int y, int[] z) This function takes a constraint, which has a value of either OP.dependent or OP.independent, of the form "X independent Y given Z" or "X dependent Y given Z" and returns a probability for that constraint given the data in cases and assumed prior probability for that constraint given the data in cases and assumed prior probabilities.