Package edu.cmu.tetrad.search
Class Cstar.Record
java.lang.Object
edu.cmu.tetrad.search.Cstar.Record
- All Implemented Interfaces:
TetradSerializable
,Serializable
- Enclosing class:
Cstar
Represents a single record in the returned table for CSTaR.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the cause node associated with this record.Retrieves the effect node of the record.int
Retrieves the number of possible causes of the target in a record.int
Retrieves the number of possible effects of the target in a record.double
getPi()
Retrieves the value of pi.
-
Method Details
-
getCauseNode
Returns the cause node associated with this record.- Returns:
- the cause node
-
getEffectNode
-
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.
-