Uses of Class
edu.cmu.tetrad.search.utils.GrowShrinkTree
Packages that use GrowShrinkTree
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of GrowShrinkTree in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return GrowShrinkTreeMethod parameters in edu.cmu.tetrad.search with type arguments of type GrowShrinkTreeModifier and TypeMethodDescriptionvoid
Boss.searchSuborder
(List<Node> prefix, List<Node> suborder, Map<Node, GrowShrinkTree> gsts) void
Sp.searchSuborder
(List<Node> prefix, List<Node> suborder, Map<Node, GrowShrinkTree> gsts) This is the method called by PermutationSearch per tier.void
SuborderSearch.searchSuborder
(List<Node> prefix, List<Node> suborder, Map<Node, GrowShrinkTree> gsts) Searches the suborder.