|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RankedFeatureVector | |
---|---|
cc.mallet.types | Fundamental MALLET types, including FeatureVector, Instance, Label etc. |
Uses of RankedFeatureVector in cc.mallet.types |
---|
Subclasses of RankedFeatureVector in cc.mallet.types | |
---|---|
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
|
Methods in cc.mallet.types that return RankedFeatureVector | |
---|---|
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)
|
RankedFeatureVector |
FeatureCounter.toRankedFeatureVector()
|
Constructors in cc.mallet.types with parameters of type RankedFeatureVector | |
---|---|
FeatureSelection(RankedFeatureVector rsv,
int numFeatures)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |