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