Package cc.mallet.types
Class PerLabelFeatureCounts.Factory
- java.lang.Object
-
- 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
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RankedFeatureVector[]
newRankedFeatureVectors(InstanceList ilist)
-
-
-
Method Detail
-
newRankedFeatureVectors
public RankedFeatureVector[] newRankedFeatureVectors(InstanceList ilist)
- Specified by:
newRankedFeatureVectors
in interfaceRankedFeatureVector.PerLabelFactory
-
-