cc.mallet.types
Interface RankedFeatureVector.PerLabelFactory

All Known Implementing Classes:
PerLabelFeatureCounts.Factory, PerLabelInfoGain.Factory
Enclosing class:
RankedFeatureVector

public static interface RankedFeatureVector.PerLabelFactory


Method Summary
 RankedFeatureVector[] newRankedFeatureVectors(InstanceList ilist)
           
 

Method Detail

newRankedFeatureVectors

RankedFeatureVector[] newRankedFeatureVectors(InstanceList ilist)