Uses of Enum Class
edu.cmu.tetrad.search.utils.PcCommon.ConflictRule
Packages that use PcCommon.ConflictRule
Package
Description
Contains some utility classes for search algorithms.
-
Uses of PcCommon.ConflictRule in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils that return PcCommon.ConflictRuleModifier and TypeMethodDescriptionstatic PcCommon.ConflictRule
Returns the enum constant of this class with the specified name.static PcCommon.ConflictRule[]
PcCommon.ConflictRule.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.search.utils with parameters of type PcCommon.ConflictRuleModifier and TypeMethodDescriptionstatic void
MaxP.orientCollider
(Node x, Node y, Node z, PcCommon.ConflictRule conflictRule, Graph graph) Orient a single unshielded triple, x*-*y*-*z, in a graph.void
MaxP.setConflictRule
(PcCommon.ConflictRule conflictRule) Sets the PC conflict rule to use for orientation.void
PcCommon.setConflictRule
(PcCommon.ConflictRule conflictRule) Sets the conflict rule to use.