Uses of Enum Class
edu.cmu.tetrad.data.UnmixSpec.CovarianceMode
Packages that use UnmixSpec.CovarianceMode
-
Uses of UnmixSpec.CovarianceMode in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return UnmixSpec.CovarianceModeModifier and TypeMethodDescriptionUnmixSpec.getCovarianceMode()Retrieves the covariance mode.static UnmixSpec.CovarianceModeReturns the enum constant of this class with the specified name.static UnmixSpec.CovarianceMode[]UnmixSpec.CovarianceMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.data with parameters of type UnmixSpec.CovarianceModeModifier and TypeMethodDescriptionUnmixSpec.setCovarianceMode(UnmixSpec.CovarianceMode m) Sets the covariance mode.