Class Tetrad

java.lang.Object
edu.cmu.tetrad.search.utils.Tetrad

public class Tetrad extends Object
Represents a ordered tetrad of variables, (i, j, k, l).
Author:
josephramsey
  • Constructor Details

  • Method Details

    • getI

      public Node getI()
    • getJ

      public Node getJ()
    • getK

      public Node getK()
    • getL

      public Node getL()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPValue

      public double getPValue()
    • getNodes

      public Set<Node> getNodes()