Uses of Enum Class
edu.cmu.tetrad.search.Fcit.START_WITH
Packages that use Fcit.START_WITH
Package
Description
This package contains classes for causal graph search algorithms.
-
Uses of Fcit.START_WITH in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return Fcit.START_WITHModifier and TypeMethodDescriptionstatic Fcit.START_WITHReturns the enum constant of this class with the specified name.static Fcit.START_WITH[]Fcit.START_WITH.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.search with parameters of type Fcit.START_WITHModifier and TypeMethodDescriptionvoidFcit.setStartWith(Fcit.START_WITH startWith) Sets the algorithm to use to get the initial CPDAG.