| Package | Description |
|---|---|
| org.cleartk.ml.feature.selection |
| Modifier and Type | Method and Description |
|---|---|
static MutualInformationFeatureSelectionExtractor.CombineScoreMethod |
MutualInformationFeatureSelectionExtractor.CombineScoreMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutualInformationFeatureSelectionExtractor.CombineScoreMethod[] |
MutualInformationFeatureSelectionExtractor.CombineScoreMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MutualInformationFeatureSelectionExtractor.MutualInformationStats.ComputeFeatureScore<OUTCOME_T> |
MutualInformationFeatureSelectionExtractor.MutualInformationStats.getScoreFunction(MutualInformationFeatureSelectionExtractor.CombineScoreMethod combineScoreMethod) |
| Constructor and Description |
|---|
MutualInformationFeatureSelectionExtractor.MutualInformationStats.ComputeFeatureScore(MutualInformationFeatureSelectionExtractor.MutualInformationStats<OUTCOME_T> stats,
MutualInformationFeatureSelectionExtractor.CombineScoreMethod combineMeasureType) |
MutualInformationFeatureSelectionExtractor(String name,
FeatureExtractor1<FOCUS_T> extractor,
MutualInformationFeatureSelectionExtractor.CombineScoreMethod combineMeasureType,
double smoothingCount,
int numFeatures) |
Copyright © 2014. All rights reserved.