Package edu.cmu.tetrad.search
Enum Class Lofs.Rule
- All Implemented Interfaces:
Serializable
,Comparable<Lofs.Rule>
,Constable
- Enclosing class:
Lofs
Give a list of options for rules for doing the non-Gaussian orientations.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe EB rule.The FastICA rule.The IGCI rule.The Patel rule.The Patel25 rule.The Patel50 rule.The Patel75 rule.The Patel90 rule.The R1 rule.The R1 Time Lag rule.The R2 rule.The R3 rule.The RC rule.The RSkew rule.The RSkewE rule.The Skew rule.The SkewE rule.The Tahn rule. -
Method Summary
Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
EB
The EB rule. -
FastICA
The FastICA rule. -
IGCI
The IGCI rule. -
Patel
The Patel rule. -
Patel25
The Patel25 rule. -
Patel50
The Patel50 rule. -
Patel75
The Patel75 rule. -
Patel90
The Patel90 rule. -
R1
The R1 rule. -
R1TimeLag
The R1 Time Lag rule. -
R2
The R2 rule. -
R3
The R3 rule. -
RC
The RC rule. -
RSkew
The RSkew rule. -
RSkewE
The RSkewE rule. -
Skew
The Skew rule. -
SkewE
The SkewE rule. -
Tanh
The Tahn rule.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-