Uses of Class
Util.TestDoc

Packages that use TestDoc
benchmark Classes that benchmark the system. 
cluster Classes that deal with the unsupervised clustering. 
Tools Tools to use when preprocessing the XML files to more usable forms. 
Util Lots of classes that are used throughout the engine, and could possibly be used in another project. 
 

Uses of TestDoc in benchmark
 

Subclasses of TestDoc in benchmark
 class TestReuters
           
 

Uses of TestDoc in cluster
 

Methods in cluster with parameters of type TestDoc
 void Phrase.removeCoveredDoc(TestDoc d)
           
 

Method parameters in cluster with type arguments of type TestDoc
static void HTMLDumper.createHTMLFiles(java.util.List<Phrase> clusters, java.util.List<TestDoc> files, java.io.File outDir, java.lang.String catHeader)
           
static void OntologyBasedPhraseFinder.findPhrasesOfSize(java.util.List<Phrase> set, java.util.List<TestDoc> docs, VectorManager vm, int[] phraseSizes, int cat, int cutoff)
           
static double[] TreeHelper.genFreqList(int idx, VectorManager vm, java.util.List<TestDoc> docs)
           
 

Uses of TestDoc in Tools
 

Method parameters in Tools with type arguments of type TestDoc
static void TxtToHtmlConverter.convertTestDocs(java.util.List<TestDoc> docs)
           
 

Uses of TestDoc in Util
 

Subclasses of TestDoc in Util
 class KnownDoc
          Repsents documents that are from the training set
 

Methods in Util that return types with arguments of type TestDoc
static java.util.List<TestDoc> FileListReader.genList(int num, java.util.List<KnownDoc> exclude)
          Will return min of num and remaining papers
static java.util.List<TestDoc> FileListReader.makeTestList(java.io.File inputFile)
           
static java.util.List<TestDoc> FileListReader.makeTestList(java.lang.String string)
           
 

Methods in Util with parameters of type TestDoc
 int TestDoc.compareTo(TestDoc arg0)
           
 

Constructors in Util with parameters of type TestDoc
KnownDoc(TestDoc t)