Package cc.mallet.types
Class InfoGain.Factory
- java.lang.Object
-
- cc.mallet.types.InfoGain.Factory
-
- All Implemented Interfaces:
RankedFeatureVector.Factory
- Enclosing class:
- InfoGain
public static class InfoGain.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 ilist)
-
-
-
Method Detail
-
newRankedFeatureVector
public RankedFeatureVector newRankedFeatureVector(InstanceList ilist)
- Specified by:
newRankedFeatureVector
in interfaceRankedFeatureVector.Factory
-
-