Uses of Interface
cc.mallet.types.RankedFeatureVector.PerLabelFactory
-
Packages that use RankedFeatureVector.PerLabelFactory Package Description cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. -
-
Uses of RankedFeatureVector.PerLabelFactory in cc.mallet.types
Classes in cc.mallet.types that implement RankedFeatureVector.PerLabelFactory Modifier and Type Class Description static class
PerLabelFeatureCounts.Factory
static class
PerLabelInfoGain.Factory
Constructors in cc.mallet.types with parameters of type RankedFeatureVector.PerLabelFactory Constructor Description FeatureSelector(RankedFeatureVector.PerLabelFactory perLabelRanker, double minThreshold)
FeatureSelector(RankedFeatureVector.PerLabelFactory perLabelRanker, int numFeatures)
-