public static enum FeatureSelector.SelectionType extends Enum<FeatureSelector.SelectionType>
| Enum Constant and Description |
|---|
Covariance |
MutualInformation |
Random |
| Modifier and Type | Method and Description |
|---|---|
static FeatureSelector.SelectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureSelector.SelectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureSelector.SelectionType Random
public static final FeatureSelector.SelectionType MutualInformation
public static final FeatureSelector.SelectionType Covariance
public static FeatureSelector.SelectionType[] values()
for (FeatureSelector.SelectionType c : FeatureSelector.SelectionType.values()) System.out.println(c);
public static FeatureSelector.SelectionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015 Java Data Mining Package. All rights reserved.