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
Subclasses with type arguments of type ComparisonParameters.Algorithm in edu.cmu.tetrad.study.performanceModifier and TypeClassDescriptionstatic enumAn enumeration of the algorithms that can be used for structure learning.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 TypeMethodDescriptionvoidComparisonParameters.setAlgorithm(ComparisonParameters.Algorithm algorithm) Setter for the fieldalgorithm.