public static enum MutualInformationFeatureSelectionExtractor.CombineScoreMethod extends Enum<MutualInformationFeatureSelectionExtractor.CombineScoreMethod>
| Modifier and Type | Class and Description |
|---|---|
static class |
MutualInformationFeatureSelectionExtractor.CombineScoreMethod.AverageScores<OUTCOME_T> |
static class |
MutualInformationFeatureSelectionExtractor.CombineScoreMethod.CombineScoreFunction<OUTCOME_T> |
static class |
MutualInformationFeatureSelectionExtractor.CombineScoreMethod.MaxScores<OUTCOME_T> |
| Modifier and Type | Method and Description |
|---|---|
static MutualInformationFeatureSelectionExtractor.CombineScoreMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutualInformationFeatureSelectionExtractor.CombineScoreMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MutualInformationFeatureSelectionExtractor.CombineScoreMethod AVERAGE
public static final MutualInformationFeatureSelectionExtractor.CombineScoreMethod MAX
public static MutualInformationFeatureSelectionExtractor.CombineScoreMethod 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 nullpublic static MutualInformationFeatureSelectionExtractor.CombineScoreMethod[] values()
for (MutualInformationFeatureSelectionExtractor.CombineScoreMethod c : MutualInformationFeatureSelectionExtractor.CombineScoreMethod.values()) System.out.println(c);
Copyright © 2014. All rights reserved.