Package edu.cmu.tetrad.search.utils
Class Tetrad
java.lang.Object
edu.cmu.tetrad.search.utils.Tetrad
Represents a ordered tetrad of variables, (i, j, k, l).
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
getI
Getter for the field
i
.- Returns:
- a
Node
object
-
getJ
Getter for the field
j
.- Returns:
- a
Node
object
-
getK
Getter for the field
k
.- Returns:
- a
Node
object
-
getL
Getter for the field
l
.- Returns:
- a
Node
object
-
hashCode
public int hashCode()hashCode.
-
equals
-
toString
toString.
-
getPValue
public double getPValue()Getter for the field
pValue
.- Returns:
- a double
-
getNodes
getNodes.
- Returns:
- a
Set
object
-