iglu.ir
Class TrainableVectorCreator

java.lang.Object
  |
  +--iglu.ir.AbstractVectorCreator
        |
        +--iglu.ir.TrainableVectorCreator
All Implemented Interfaces:
VectorCreator
Direct Known Subclasses:
GeneralVectorCreator, TFIDFVectorCreator

public abstract class TrainableVectorCreator
extends AbstractVectorCreator


Field Summary
 
Fields inherited from class iglu.ir.AbstractVectorCreator
 
Constructor Summary
TrainableVectorCreator()
           
 
Method Summary
abstract  void addDoc(Document d)
           
 
Methods inherited from class iglu.ir.AbstractVectorCreator
cleanUp, setDictionary, setLinearlyScale, setMaxSize, setNormalize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface iglu.ir.VectorCreator
getVector
 

Constructor Detail

TrainableVectorCreator

public TrainableVectorCreator()
Method Detail

addDoc

public abstract void addDoc(Document d)