Uses of Interface
szte.io.DocumentSet

Packages that use DocumentSet
szte.csd   
szte.io   
 

Uses of DocumentSet in szte.csd
 

Methods in szte.csd that return DocumentSet
 DocumentSet ContentShiftDetector.getEval()
           
 DocumentSet ContentShiftDetector.getTrain()
           
 

Methods in szte.csd with parameters of type DocumentSet
 DataHandler ContentShiftDetector.buildVSM(DocumentSet docset, DataHandler train)
          Constructs the Vector Space Model according to basic parameters (phrase length, lemmatization etc.).
 void ContentShiftDetector.initClassifiers(DocumentSet docset)
           
 void ContentShiftDetector.relabel(DataHandler dh, DocumentSet docset, java.lang.String label)
          We use the same Vector Space Model throughout an iteration, just its binary labeling varies according to the target labels of the original document multi-lableing task.
 void ContentShiftDetector.setEval(DocumentSet eval)
           
 

Uses of DocumentSet in szte.io
 

Classes in szte.io that implement DocumentSet
 class CMCDataHolder
          The reader and container class for the CMC XML format.
 class ObesDocumentSet
          The reader and container class for the Obesity 2008 challenge corpus.
 class ReutersDocSet
          The reader and container class for the Reuters corpus.
 class WikiDocSet
          The reader and container class for the Wikipedia soocer corpus.
 

Methods in szte.io with parameters of type DocumentSet
static java.util.Set<java.lang.String> CorpusStat.getLabelSet(DocumentSet docset)
           
static int CorpusStat.getTotalAssignmentNum(DocumentSet docset)
           
static int CorpusStat.getTotalTokenNum(DocumentSet docset)
           
static void CorpusStat.printStatistics(DocumentSet docset)
           
static void CorpusStat.printStatistics(DocumentSet docseta, DocumentSet docsetb)