Enum Class Fcit.START_WITH

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

public static enum Fcit.START_WITH extends Enum<Fcit.START_WITH>
Enumeration representing different start options.
  • Enum Constant Details

    • BOSS

      public static final Fcit.START_WITH BOSS
      Start with BOSS.
    • GRASP

      public static final Fcit.START_WITH GRASP
      Start with GRaSP.
    • SP

      public static final Fcit.START_WITH SP
      Start with SP.
    • INITIAL_GRAPH

      public static final Fcit.START_WITH INITIAL_GRAPH
      Starts with an initial CPDAG over the variables of the independence test that is given in the constructor.
  • Method Details

    • values

      public static Fcit.START_WITH[] 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 Fcit.START_WITH 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