Class MarkovCheck.AllSubsetsIndependenceFacts

java.lang.Object
edu.cmu.tetrad.search.MarkovCheck.AllSubsetsIndependenceFacts
Enclosing class:
MarkovCheck

public static final class MarkovCheck.AllSubsetsIndependenceFacts extends Object
Stores the set of m-separation facts and the set of m-connection facts for a graph, for the global check.
  • Constructor Details

    • AllSubsetsIndependenceFacts

      public AllSubsetsIndependenceFacts(Set<IndependenceFact> msep, Set<IndependenceFact> mconn)
      Constructor.
      Parameters:
      msep - The set of m-separation facts.
      mconn - The set of m-connection facts.
  • Method Details

    • toStringIndep

      public String toStringIndep()
      Returns a string representation of the m-separation facts.
      Returns:
      A string representation of the m-separation facts.
    • toStringDep

      public String toStringDep()
      Returns a string representation of the m-connection facts.
      Returns:
      A string representation of the m-connection facts.
    • getMsep

      public List<IndependenceFact> getMsep()
      Returns the set of m-separation facts.
      Returns:
      The set of m-separation facts.
    • getMconn

      public List<IndependenceFact> getMconn()
      Returns the set of m-connection facts.
      Returns:
      The set of m-connection facts.