Package edu.cmu.tetrad.search
Interface Reorienter
- All Known Implementing Classes:
CpcOrienter
,FgesOrienter
public interface Reorienter
Reorients all or part of the given graph.
- Author:
- Joseph Ramsey
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Globally reorients the graph.void
setKnowledge
(Knowledge knowledge) Sets the knowledge.
-
Method Details
-
setKnowledge
Sets the knowledge. -
orient
Globally reorients the graph.
-