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 Summary
ConstructorsConstructorDescriptionAllSubsetsIndependenceFacts
(Set<IndependenceFact> msep, Set<IndependenceFact> mconn) Constructor. -
Method Summary
-
Constructor Details
-
AllSubsetsIndependenceFacts
Constructor.- Parameters:
msep
- The set of m-separation facts.mconn
- The set of m-connection facts.
-
-
Method Details
-
toStringIndep
Returns a string representation of the m-separation facts.- Returns:
- A string representation of the m-separation facts.
-
toStringDep
Returns a string representation of the m-connection facts.- Returns:
- A string representation of the m-connection facts.
-
getMsep
Returns the set of m-separation facts.- Returns:
- The set of m-separation facts.
-
getMconn
Returns the set of m-connection facts.- Returns:
- The set of m-connection facts.
-