Class HbsmsGes.GraphWithPValue

java.lang.Object
edu.cmu.tetrad.search.work_in_progress.HbsmsGes.GraphWithPValue
Enclosing class:
HbsmsGes

public static class HbsmsGes.GraphWithPValue extends Object
A graph with a P value.
  • Constructor Details

    • GraphWithPValue

      public GraphWithPValue(Graph graph, double pValue)

      Constructor for GraphWithPValue.

      Parameters:
      graph - a Graph object
      pValue - a double
  • Method Details

    • getGraph

      public Graph getGraph()

      Getter for the field graph.

      Returns:
      a Graph object
    • getPValue

      public double getPValue()

      getPValue.

      Returns:
      a double
    • hashCode

      public int hashCode()

      hashCode.

      Overrides:
      hashCode in class Object
      Returns:
      a int
    • equals

      public boolean equals(Object o)

      equals.

      Overrides:
      equals in class Object
      Parameters:
      o - a Object object
      Returns:
      a boolean