cc.mallet.types
Class ExpGain.Factory

java.lang.Object
  extended by 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
ExpGain.Factory(LabelVector[] classifications)
           
ExpGain.Factory(LabelVector[] classifications, double gaussianPriorVariance)
           
 
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

ExpGain.Factory

public ExpGain.Factory(LabelVector[] classifications)

ExpGain.Factory

public ExpGain.Factory(LabelVector[] classifications,
                       double gaussianPriorVariance)
Method Detail

newRankedFeatureVector

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