Uses of Enum Class
edu.cmu.tetrad.search.test.ConditionalCorrelationIndependence.Kernel
Packages that use ConditionalCorrelationIndependence.Kernel
Package
Description
Contains classes for running conditional independence tests for various sorts of data.
-
Uses of ConditionalCorrelationIndependence.Kernel in edu.cmu.tetrad.search.test
Methods in edu.cmu.tetrad.search.test that return ConditionalCorrelationIndependence.KernelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ConditionalCorrelationIndependence.Kernel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.search.test with parameters of type ConditionalCorrelationIndependence.KernelModifier and TypeMethodDescriptionvoid
IndTestConditionalCorrelation.setKernel
(ConditionalCorrelationIndependence.Kernel kernel) Sets the kernel to be used.void
ConditionalCorrelationIndependence.setKernelMultiplier
(ConditionalCorrelationIndependence.Kernel kernelMultiplier) Sets the kernel multiplier.