Uses of Enum Class
edu.cmu.tetrad.search.FindOneFactorClusters.Algorithm
Packages that use FindOneFactorClusters.Algorithm
-
Uses of FindOneFactorClusters.Algorithm in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return FindOneFactorClusters.AlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static FindOneFactorClusters.Algorithm[]
FindOneFactorClusters.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 FindOneFactorClusters.AlgorithmModifierConstructorDescriptionFindOneFactorClusters
(DataSet dataSet, TestType testType, FindOneFactorClusters.Algorithm algorithm, double alpha) FindOneFactorClusters
(ICovarianceMatrix cov, TestType testType, FindOneFactorClusters.Algorithm algorithm, double alpha)