Enum Class Lofs.Rule

java.lang.Object
java.lang.Enum<Lofs.Rule>
edu.cmu.tetrad.search.Lofs.Rule
All Implemented Interfaces:
Serializable, Comparable<Lofs.Rule>, Constable
Enclosing class:
Lofs

public static enum Lofs.Rule extends Enum<Lofs.Rule>
Give a list of options for rules for doing the non-Gaussian orientations.
  • Enum Constant Details

    • EB

      public static final Lofs.Rule EB
      The EB rule.
    • FastICA

      public static final Lofs.Rule FastICA
      The FastICA rule.
    • IGCI

      public static final Lofs.Rule IGCI
      The IGCI rule.
    • Patel

      public static final Lofs.Rule Patel
      The Patel rule.
    • Patel25

      public static final Lofs.Rule Patel25
      The Patel25 rule.
    • Patel50

      public static final Lofs.Rule Patel50
      The Patel50 rule.
    • Patel75

      public static final Lofs.Rule Patel75
      The Patel75 rule.
    • Patel90

      public static final Lofs.Rule Patel90
      The Patel90 rule.
    • R1

      public static final Lofs.Rule R1
      The R1 rule.
    • R1TimeLag

      public static final Lofs.Rule R1TimeLag
      The R1 Time Lag rule.
    • R2

      public static final Lofs.Rule R2
      The R2 rule.
    • R3

      public static final Lofs.Rule R3
      The R3 rule.
    • RC

      public static final Lofs.Rule RC
      The RC rule.
    • RSkew

      public static final Lofs.Rule RSkew
      The RSkew rule.
    • RSkewE

      public static final Lofs.Rule RSkewE
      The RSkewE rule.
    • Skew

      public static final Lofs.Rule Skew
      The Skew rule.
    • SkewE

      public static final Lofs.Rule SkewE
      The SkewE rule.
    • Tanh

      public static final Lofs.Rule Tanh
      The Tahn rule.
  • Method Details

    • values

      public static Lofs.Rule[] 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

      public static Lofs.Rule valueOf(String name)
      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 name
      NullPointerException - if the argument is null