Package edu.cmu.tetrad.search
Class Ida.NodeEffects
java.lang.Object
edu.cmu.tetrad.search.Ida.NodeEffects
- Enclosing class:
Ida
Gives a list of nodes (parents or children) and corresponding minimum effects for the IDA algorithm.
- Author:
- josephramsey
-
Method Summary
Modifier and TypeMethodDescriptionReturns the effects.getNodes()Returns the nodes.voidsetEffects(LinkedList<Double> effects) Sets the effects.voidSets the nodes.toString()Returns a string representation of this object.
-
Method Details
-
getNodes
Returns the nodes.- Returns:
- The nodes.
-
setNodes
Sets the nodes.- Parameters:
nodes- The nodes.
-
getEffects
Returns the effects.- Returns:
- The effects.
-
setEffects
Sets the effects.- Parameters:
effects- The effects.
-
toString
Returns a string representation of this object.
-