Package edu.cmu.tetrad.search
Class MarkovCheck.AllSubsetsIndependenceFacts
java.lang.Object
edu.cmu.tetrad.search.MarkovCheck.AllSubsetsIndependenceFacts
- Enclosing class:
- MarkovCheck
Stores the set of m-separation facts and the set of m-connection facts for a graph, for the global check.
- 
Constructor SummaryConstructorsConstructorDescriptionAllSubsetsIndependenceFacts(Set<IndependenceFact> msep, Set<IndependenceFact> mconn) Constructor.
- 
Method Summary
- 
Constructor Details- 
AllSubsetsIndependenceFactsConstructor.- Parameters:
- msep- The set of m-separation facts.
- mconn- The set of m-connection facts.
 
 
- 
- 
Method Details- 
toStringIndepReturns a string representation of the m-separation facts.- Returns:
- A string representation of the m-separation facts.
 
- 
toStringDepReturns a string representation of the m-connection facts.- Returns:
- A string representation of the m-connection facts.
 
- 
getMsepReturns the set of m-separation facts.- Returns:
- The set of m-separation facts.
 
- 
getMconnReturns the set of m-connection facts.- Returns:
- The set of m-connection facts.
 
 
-