Uses of Enum Class
edu.cmu.tetrad.search.utils.PcCommon.ConflictRule
Packages that use PcCommon.ConflictRule
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains some utility classes for search algorithms.
-
Uses of PcCommon.ConflictRule in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search with parameters of type PcCommon.ConflictRuleModifier and TypeMethodDescriptionvoidCpc.setConflictRule(PcCommon.ConflictRule conflictRule) Sets which conflict rule to use for resolving collider orientation conflicts.voidPc.setConflictRule(PcCommon.ConflictRule conflictRule) Sets which conflict-rule to use for resolving collider orientation conflicts. -
Uses of PcCommon.ConflictRule in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils that return PcCommon.ConflictRuleModifier and TypeMethodDescriptionstatic PcCommon.ConflictRuleReturns 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 voidPcCommon.orientCollider(Node x, Node y, Node z, PcCommon.ConflictRule conflictRule, Graph graph) Orient a single unshielded triple, x*-*y*-*z, in a graph.voidMaxP.setConflictRule(PcCommon.ConflictRule conflictRule) Sets the PC conflict rule to use for orientation.voidPcCommon.setConflictRule(PcCommon.ConflictRule conflictRule) Sets the conflict rule to use.