Class Cstar.Record

java.lang.Object
edu.cmu.tetrad.search.Cstar.Record
All Implemented Interfaces:
TetradSerializable, Serializable
Enclosing class:
Cstar

public static class Cstar.Record extends Object implements TetradSerializable
Represents a single record in the returned table for CSTaR.
See Also:
  • Method Details

    • getCauseNode

      public Node getCauseNode()
      Returns the cause node associated with this record.
      Returns:
      the cause node
    • getEffectNode

      public Node getEffectNode()
      Retrieves the effect node of the record.
      Returns:
      The effect node.
    • getPi

      public double getPi()
      Retrieves the value of pi.
      Returns:
      The value of pi.
    • getNumCauses

      public int getNumCauses()
      Retrieves the number of possible causes of the target in a record.
      Returns:
      The number of possible causes of the target.
    • getNumEffects

      public int getNumEffects()
      Retrieves the number of possible effects of the target in a record.
      Returns:
      The number of possible effects of the target.