public static enum NUTS.Metrics extends java.lang.Enum<NUTS.Metrics>
| Enum Constant and Description |
|---|
DIVERGENT_SAMPLE |
LOG_PROB |
MEAN_TREE_ACCEPT |
STEPSIZE |
TREE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static NUTS.Metrics |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NUTS.Metrics[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NUTS.Metrics STEPSIZE
public static final NUTS.Metrics LOG_PROB
public static final NUTS.Metrics MEAN_TREE_ACCEPT
public static final NUTS.Metrics TREE_SIZE
public static final NUTS.Metrics DIVERGENT_SAMPLE
public static NUTS.Metrics[] values()
for (NUTS.Metrics c : NUTS.Metrics.values()) System.out.println(c);
public static NUTS.Metrics valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null