Enum Class TestType

java.lang.Object
java.lang.Enum<TestType>
edu.cmu.tetrad.search.TestType
All Implemented Interfaces:
TetradSerializable, Serializable, Comparable<TestType>, java.lang.constant.Constable

public enum TestType extends Enum<TestType> implements TetradSerializable
An enumeration of the test types for BuildPureClusters, and Purify.
  • Enum Constant Details

    • GAUSSIAN_PVALUE

      public static final TestType GAUSSIAN_PVALUE
    • GAUSSIAN_SCORE_MARKS

      public static final TestType GAUSSIAN_SCORE_MARKS
    • GAUSSIAN_SCORE

      public static final TestType GAUSSIAN_SCORE
    • GAUSSIAN_SCORE_ITERATE

      public static final TestType GAUSSIAN_SCORE_ITERATE
    • NONE

      public static final TestType NONE
    • DISCRETE_LRT

      public static final TestType DISCRETE_LRT
    • DISCRETE_VARIATIONAL

      public static final TestType DISCRETE_VARIATIONAL
    • GAUSSIAN_FACTOR

      public static final TestType GAUSSIAN_FACTOR
    • DISCRETE

      public static final TestType DISCRETE
    • TETRAD_BOLLEN

      public static final TestType TETRAD_BOLLEN
    • TETRAD_DELTA

      public static final TestType TETRAD_DELTA
    • TETRAD_WISHART

      public static final TestType TETRAD_WISHART
    • TETRAD_BASED

      public static final TestType TETRAD_BASED
    • POPULATION

      public static final TestType POPULATION
    • SAG

      public static final TestType SAG
    • GAP

      public static final TestType GAP
  • Method Details

    • values

      public static TestType[] 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 TestType 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
    • serializableInstance

      public static TestType serializableInstance()
    • getPurifyTestDescriptions

      public static TestType[] getPurifyTestDescriptions()
    • getTestDescriptions

      public static TestType[] getTestDescriptions()