cc.mallet.types
Class GradientGain.Factory

java.lang.Object
  extended by 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
GradientGain.Factory(LabelVector[] classifications)
           
 
Method Summary
 RankedFeatureVector newRankedFeatureVector(InstanceList ilist)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradientGain.Factory

public GradientGain.Factory(LabelVector[] classifications)
Method Detail

newRankedFeatureVector

public RankedFeatureVector newRankedFeatureVector(InstanceList ilist)
Specified by:
newRankedFeatureVector in interface RankedFeatureVector.Factory