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