Uses of Interface
cc.mallet.types.RankedFeatureVector.PerLabelFactory

Packages that use RankedFeatureVector.PerLabelFactory
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
static class PerLabelFeatureCounts.Factory
           
static class PerLabelInfoGain.Factory
           
 

Constructors in cc.mallet.types with parameters of type RankedFeatureVector.PerLabelFactory
FeatureSelector(RankedFeatureVector.PerLabelFactory perLabelRanker, double minThreshold)
           
FeatureSelector(RankedFeatureVector.PerLabelFactory perLabelRanker, int numFeatures)