cc.mallet.types
Class PerLabelFeatureCounts.Factory

java.lang.Object
  extended by cc.mallet.types.PerLabelFeatureCounts.Factory
All Implemented Interfaces:
RankedFeatureVector.PerLabelFactory
Enclosing class:
PerLabelFeatureCounts

public static class PerLabelFeatureCounts.Factory
extends java.lang.Object
implements RankedFeatureVector.PerLabelFactory


Constructor Summary
PerLabelFeatureCounts.Factory()
           
 
Method Summary
 RankedFeatureVector[] newRankedFeatureVectors(InstanceList ilist)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerLabelFeatureCounts.Factory

public PerLabelFeatureCounts.Factory()
Method Detail

newRankedFeatureVectors

public RankedFeatureVector[] newRankedFeatureVectors(InstanceList ilist)
Specified by:
newRankedFeatureVectors in interface RankedFeatureVector.PerLabelFactory