Uses of Enum Class
edu.cmu.tetrad.search.Fask.AdjacencyMethod
Packages that use Fask.AdjacencyMethod
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of Fask.AdjacencyMethod in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return Fask.AdjacencyMethodModifier and TypeMethodDescriptionstatic Fask.AdjacencyMethod
Returns the enum constant of this class with the specified name.static Fask.AdjacencyMethod[]
Fask.AdjacencyMethod.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.AdjacencyMethodModifier and TypeMethodDescriptionvoid
Fask.setAdjacencyMethod
(Fask.AdjacencyMethod adjacencyMethod) Sets the adjacency method used.