Class Ida.NodeEffects

java.lang.Object
edu.cmu.tetrad.search.Ida.NodeEffects
Enclosing class:
Ida

public static class Ida.NodeEffects extends Object
Gives a list of nodes (parents or children) and corresponding minimum effects for the IDA algorithm.
Author:
josephramsey
  • Method Details

    • getNodes

      public List<Node> getNodes()
      Returns the nodes.
      Returns:
      The nodes.
    • setNodes

      public void setNodes(List<Node> nodes)
      Sets the nodes.
      Parameters:
      nodes - The nodes.
    • getEffects

      public LinkedList<Double> getEffects()
      Returns the effects.
      Returns:
      The effects.
    • setEffects

      public void setEffects(LinkedList<Double> effects)
      Sets the effects.
      Parameters:
      effects - The effects.
    • toString

      public String toString()
      Returns a string representation of this object.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.