Package edu.cmu.tetrad.search
Enum Class Cstar.CpdagAlgorithm
- All Implemented Interfaces:
- Serializable,- Comparable<Cstar.CpdagAlgorithm>,- Constable
- Enclosing class:
- Cstar
An enumeration of the options available for determining the CPDAG used for the algorithm.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThe BOSS algorihtm.The FGES algorithm.The PC_STABLE algorithm.The RESTRICTED_BOSS algorithm.
- 
Method SummaryModifier and TypeMethodDescriptionstatic Cstar.CpdagAlgorithmReturns the enum constant of this class with the specified name.static Cstar.CpdagAlgorithm[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.EnumcompareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
- 
Enum Constant Details- 
PC_STABLEThe PC_STABLE algorithm.
- 
FGESThe FGES algorithm.
- 
BOSSThe BOSS algorihtm.
- 
RESTRICTED_BOSSThe RESTRICTED_BOSS algorithm.
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
 
-