Package cc.mallet.types
Class FeatureCounts.Factory
- java.lang.Object
-
- cc.mallet.types.FeatureCounts.Factory
-
- All Implemented Interfaces:
RankedFeatureVector.Factory
- Enclosing class:
- FeatureCounts
public static class FeatureCounts.Factory extends java.lang.Object implements RankedFeatureVector.Factory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RankedFeatureVector
newRankedFeatureVector(InstanceList instances)
-
-
-
Method Detail
-
newRankedFeatureVector
public RankedFeatureVector newRankedFeatureVector(InstanceList instances)
- Specified by:
newRankedFeatureVector
in interfaceRankedFeatureVector.Factory
-
-