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 TypeMethodDescriptionvoidBoss.searchSuborder(List<Node> prefix, List<Node> suborder, Map<Node, GrowShrinkTree> gsts) Searches a suborder of the variables.voidSp.searchSuborder(List<Node> prefix, List<Node> suborder, Map<Node, GrowShrinkTree> gsts) Searches for the best suborder of nodes given a prefix and a suborder.voidSuborderSearch.searchSuborder(List<Node> prefix, List<Node> suborder, Map<Node, GrowShrinkTree> gsts) Searches the suborder.