Uses of Enum Class
edu.cmu.tetrad.search.FindTwoFactorClusters.Algorithm
Packages that use FindTwoFactorClusters.Algorithm
-
Uses of FindTwoFactorClusters.Algorithm in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return FindTwoFactorClusters.AlgorithmModifier and TypeMethodDescriptionFindTwoFactorClusters.getAlgorithm()
Returns the enum constant of this class with the specified name.static FindTwoFactorClusters.Algorithm[]
FindTwoFactorClusters.Algorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.search with parameters of type FindTwoFactorClusters.AlgorithmModifier and TypeMethodDescriptionvoid
FindTwoFactorClusters.setAlgorithm
(FindTwoFactorClusters.Algorithm algorithm) Constructors in edu.cmu.tetrad.search with parameters of type FindTwoFactorClusters.AlgorithmModifierConstructorDescriptionFindTwoFactorClusters
(DataSet dataSet, FindTwoFactorClusters.Algorithm algorithm, double alpha) FindTwoFactorClusters
(ICovarianceMatrix cov, FindTwoFactorClusters.Algorithm algorithm, double alpha)