Uses of Enum Class
edu.cmu.tetrad.study.performance.ComparisonParameters.Algorithm
Packages that use ComparisonParameters.Algorithm
-
Uses of ComparisonParameters.Algorithm in edu.cmu.tetrad.study.performance
Methods in edu.cmu.tetrad.study.performance that return ComparisonParameters.AlgorithmModifier and TypeMethodDescriptionComparisonParameters.getAlgorithm()
Getter for the fieldalgorithm
.Returns the enum constant of this class with the specified name.static ComparisonParameters.Algorithm[]
ComparisonParameters.Algorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.study.performance with parameters of type ComparisonParameters.AlgorithmModifier and TypeMethodDescriptionvoid
ComparisonParameters.setAlgorithm
(ComparisonParameters.Algorithm algorithm) Setter for the fieldalgorithm
.