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