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 GrowShrinkTreeModifier and TypeMethodDescriptionRetrieves the GrowShrinkTree (GST) associated with the given Node.Method 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) Searches a suborder of the variables.void
Sp.searchSuborder
(List<Node> prefix, List<Node> suborder, Map<Node, GrowShrinkTree> gsts) Searches for the best suborder of nodes given a prefix and a suborder.void
SuborderSearch.searchSuborder
(List<Node> prefix, List<Node> suborder, Map<Node, GrowShrinkTree> gsts) Searches the suborder.