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