Enum Class Lofs2.Score

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

public static enum Lofs2.Score extends Enum<Lofs2.Score>
  • Enum Constant Details

    • andersonDarling

      public static final Lofs2.Score andersonDarling
    • skew

      public static final Lofs2.Score skew
    • kurtosis

      public static final Lofs2.Score kurtosis
    • fifthMoment

      public static final Lofs2.Score fifthMoment
    • absoluteValue

      public static final Lofs2.Score absoluteValue
    • exp

      public static final Lofs2.Score exp
    • expUnstandardized

      public static final Lofs2.Score expUnstandardized
    • expUnstandardizedInverted

      public static final Lofs2.Score expUnstandardizedInverted
    • other

      public static final Lofs2.Score other
    • logcosh

      public static final Lofs2.Score logcosh
    • entropy

      public static final Lofs2.Score entropy
  • Method Details

    • values

      public static Lofs2.Score[] 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 Lofs2.Score 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