Uses of Enum Class
edu.pitt.dbmi.algo.bayesian.constraint.inference.BCInference.OP
Packages that use BCInference.OP
-
Uses of BCInference.OP in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search with parameters of type BCInference.OPModifier and TypeMethodDescriptiondouble
IndTestProbabilistic.probConstraint
(BCInference bci, BCInference.OP op, Node x, Node y, Node[] z, Map<Node, Integer> indices) double
ProbabilisticMAPIndependence.probConstraint
(BCInference.OP op, Node x, Node y, Node[] z) -
Uses of BCInference.OP in edu.pitt.dbmi.algo.bayesian.constraint.inference
Methods in edu.pitt.dbmi.algo.bayesian.constraint.inference that return BCInference.OPModifier and TypeMethodDescriptionstatic BCInference.OP
Returns the enum constant of this class with the specified name.static BCInference.OP[]
BCInference.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 BCInference.OPModifier and TypeMethodDescriptiondouble
BCInference.probConstraint
(BCInference.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.