cc.mallet.types
Class PerLabelInfoGain.Factory

java.lang.Object
  extended by cc.mallet.types.PerLabelInfoGain.Factory
All Implemented Interfaces:
RankedFeatureVector.PerLabelFactory
Enclosing class:
PerLabelInfoGain

public static class PerLabelInfoGain.Factory
extends java.lang.Object
implements RankedFeatureVector.PerLabelFactory


Constructor Summary
PerLabelInfoGain.Factory()
           
 
Method Summary
 RankedFeatureVector[] newRankedFeatureVectors(InstanceList ilist)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerLabelInfoGain.Factory

public PerLabelInfoGain.Factory()
Method Detail

newRankedFeatureVectors

public RankedFeatureVector[] newRankedFeatureVectors(InstanceList ilist)
Specified by:
newRankedFeatureVectors in interface RankedFeatureVector.PerLabelFactory