Uses of Interface
Util.DocIdentifiable

Packages that use DocIdentifiable
benchmark Classes that benchmark the system. 
SVM Executing SVM, and functions to test/benchmark SVM capability 
Util Lots of classes that are used throughout the engine, and could possibly be used in another project. 
 

Uses of DocIdentifiable in benchmark
 

Classes in benchmark that implement DocIdentifiable
 class KnownReuters
          Reuters article that we know the classifications of from the MySQL DB
 class TestReuters
           
 

Uses of DocIdentifiable in SVM
 

Subinterfaces of DocIdentifiable in SVM
 interface SVMTestable
           
 interface SVMTrainable
           
 

Uses of DocIdentifiable in Util
 

Classes in Util that implement DocIdentifiable
 class KnownDoc
          Repsents documents that are from the training set
 class TestDoc
          Represents documents that we wish to classify or cluster.