Uses of Enum Class
edu.cmu.tetrad.search.LvLite.ExtraEdgeRemovalStyle
Packages that use LvLite.ExtraEdgeRemovalStyle
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of LvLite.ExtraEdgeRemovalStyle in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return LvLite.ExtraEdgeRemovalStyleModifier and TypeMethodDescriptionstatic LvLite.ExtraEdgeRemovalStyleReturns the enum constant of this class with the specified name.static LvLite.ExtraEdgeRemovalStyle[]LvLite.ExtraEdgeRemovalStyle.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.ExtraEdgeRemovalStyleModifier and TypeMethodDescriptionvoidLvLite.setExtraEdgeRemovalStyle(LvLite.ExtraEdgeRemovalStyle extraEdgeRemovalStyle) Sets the style for removing extra edges.