Package edu.cmu.tetrad.search
Interface ImpliedOrientation
- All Known Implementing Classes:
MeekRules
,MeekRulesCpdag
,MeekRulesRestricted
public interface ImpliedOrientation
Adds any orientations implied by the given orientation.
- Author:
- Joseph Ramsey
-
Method Summary
Modifier and TypeMethodDescriptionorientImplied
(Graph graph) Adds implied orientations.void
setKnowledge
(Knowledge knowledge) Sets knowledge.
-
Method Details
-
setKnowledge
Sets knowledge. -
orientImplied
Adds implied orientations.- Returns:
- Affected nodes.
-