idl.tmt.representation
Interface RepresentationBuilder

All Known Implementing Classes:
BagOfWordsRepresentationBuilder

public interface RepresentationBuilder

Created on May 12, 2004

Author:
jelsas

Method Summary
 void cleanup()
           
 TmtMatrix getRepresentation()
           
 TermList getTermList()
           
 double getWeight()
           
 void setNumDocuments(int numDocuments)
           
 void setWeight(double weight)
           
 

Method Detail

getRepresentation

public TmtMatrix getRepresentation()

getTermList

public TermList getTermList()

setNumDocuments

public void setNumDocuments(int numDocuments)

getWeight

public double getWeight()

setWeight

public void setWeight(double weight)

cleanup

public void cleanup()