Uses of Enum Class
edu.cmu.tetrad.search.LvLite.START_WITH
Packages that use LvLite.START_WITH
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of LvLite.START_WITH in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return LvLite.START_WITHModifier and TypeMethodDescriptionstatic LvLite.START_WITH
Returns the enum constant of this class with the specified name.static LvLite.START_WITH[]
LvLite.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 LvLite.START_WITHModifier and TypeMethodDescriptionvoid
LvLite.setStartWith
(LvLite.START_WITH startWith) Sets the algorithm to use to obtain the initial CPDAG.