Uses of Enum Class
edu.cmu.tetrad.search.Fask.LeftRight
Packages that use Fask.LeftRight
Package
Description
This package contains classes for causal graph search algorithms.
-
Uses of Fask.LeftRight in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return Fask.LeftRightModifier and TypeMethodDescriptionstatic Fask.LeftRightReturns the enum constant of this class with the specified name.static Fask.LeftRight[]Fask.LeftRight.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 Fask.LeftRightModifier and TypeMethodDescriptionvoidFask.setLeftRight(Fask.LeftRight leftRight) Sets the left-right scoring method used in the FASK algorithm.