| Package | Description |
|---|---|
| edu.umass.cs.mallet.base.types |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpGain |
class |
FeatureCounts |
class |
GainRatio
List of features along with their thresholds sorted in descending order of
the ratio of (1) information gained by splitting instances on the
feature at its associated threshold value, to (2) the split information.
|
class |
GradientGain |
class |
InfoGain |
class |
KLGain |
class |
LabelVector |
class |
PartiallyRankedFeatureVector |
| Modifier and Type | Method and Description |
|---|---|
RankedFeatureVector |
RankedFeatureVector.Factory.newRankedFeatureVector(InstanceList ilist) |
RankedFeatureVector |
InfoGain.Factory.newRankedFeatureVector(InstanceList ilist) |
RankedFeatureVector |
GradientGain.Factory.newRankedFeatureVector(InstanceList ilist) |
RankedFeatureVector |
FeatureCounts.Factory.newRankedFeatureVector(InstanceList ilist) |
RankedFeatureVector |
ExpGain.Factory.newRankedFeatureVector(InstanceList ilist) |
RankedFeatureVector[] |
RankedFeatureVector.PerLabelFactory.newRankedFeatureVectors(InstanceList ilist) |
RankedFeatureVector[] |
PerLabelInfoGain.Factory.newRankedFeatureVectors(InstanceList ilist) |
RankedFeatureVector[] |
PerLabelFeatureCounts.Factory.newRankedFeatureVectors(InstanceList ilist) |
| Constructor and Description |
|---|
FeatureSelection(RankedFeatureVector rsv,
int numFeatures) |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.