cc.mallet.types
Class InfoGain.Factory

java.lang.Object
  extended by 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
InfoGain.Factory()
           
 
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

InfoGain.Factory

public InfoGain.Factory()
Method Detail

newRankedFeatureVector

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