Uses of Enum Class
edu.cmu.tetrad.search.Fofc.Algorithm
Packages that use Fofc.Algorithm
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of Fofc.Algorithm in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return Fofc.AlgorithmModifier and TypeMethodDescriptionstatic Fofc.AlgorithmReturns the enum constant of this class with the specified name.static Fofc.Algorithm[]Fofc.Algorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.cmu.tetrad.search with parameters of type Fofc.AlgorithmModifierConstructorDescriptionFofc(DataSet dataSet, BpcTestType testType, Fofc.Algorithm algorithm, double alpha) Conctructor.Fofc(ICovarianceMatrix cov, BpcTestType testType, Fofc.Algorithm algorithm, double alpha) Constructor.