Uses of Enum Class
edu.cmu.tetrad.search.Ftfc.Algorithm
Packages that use Ftfc.Algorithm
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of Ftfc.Algorithm in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return Ftfc.AlgorithmModifier and TypeMethodDescriptionstatic Ftfc.Algorithm
Returns the enum constant of this class with the specified name.static Ftfc.Algorithm[]
Ftfc.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 Ftfc.AlgorithmModifierConstructorDescriptionFtfc
(DataSet dataSet, Ftfc.Algorithm algorithm, double alpha) Conctructor.Ftfc
(ICovarianceMatrix cov, Ftfc.Algorithm algorithm, double alpha) Conctructor.