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 TypeMethodDescriptionvoid
Cpc.setConflictRule
(PcCommon.ConflictRule conflictRule) Sets which conflict rule to use for resolving collider orientation conflicts.void
Pc.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.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
PcCommon.orientCollider
(Node x, Node y, Node z, PcCommon.ConflictRule conflictRule, Graph graph, boolean verbose) 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.