Uses of Enum Class
edu.cmu.tetrad.search.test.IndTestFisherZ.ShrinkageMode
Packages that use IndTestFisherZ.ShrinkageMode
Package
Description
This package contains classes for testing causal graph search algorithms.
-
Uses of IndTestFisherZ.ShrinkageMode in edu.cmu.tetrad.search.test
Methods in edu.cmu.tetrad.search.test that return IndTestFisherZ.ShrinkageModeModifier and TypeMethodDescriptionIndTestFisherZ.getShrinkageMode()Retrieves the current shrinkage mode used by this instance.static IndTestFisherZ.ShrinkageModeReturns the enum constant of this class with the specified name.static IndTestFisherZ.ShrinkageMode[]IndTestFisherZ.ShrinkageMode.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 IndTestFisherZ.ShrinkageModeModifier and TypeMethodDescriptionvoidIndTestFisherZ.setShrinkageMode(IndTestFisherZ.ShrinkageMode mode) Sets the shrinkage mode for the instance. -
Uses of IndTestFisherZ.ShrinkageMode in edu.cmu.tetrad.sem
Methods in edu.cmu.tetrad.sem that return IndTestFisherZ.ShrinkageModeModifier and TypeMethodDescriptionSemIm.Result.shrinkageMode()Returns the value of theshrinkageModerecord component.Constructors in edu.cmu.tetrad.sem with parameters of type IndTestFisherZ.ShrinkageModeModifierConstructorDescriptionResult(IndTestFisherZ.ShrinkageMode shrinkageMode, DataSet dataSet, int N, SemIm im) Creates an instance of aResultrecord class.