public static enum Pool.Feature extends java.lang.Enum<Pool.Feature>
Enum Constant and Description |
---|
NUM_GAUSSIANS_PER_STATE |
NUM_SENONES |
NUM_STREAMS |
Modifier and Type | Method and Description |
---|---|
static Pool.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pool.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pool.Feature NUM_SENONES
public static final Pool.Feature NUM_GAUSSIANS_PER_STATE
public static final Pool.Feature NUM_STREAMS
public static Pool.Feature[] values()
for (Pool.Feature c : Pool.Feature.values()) System.out.println(c);
public static Pool.Feature 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