Uses of Interface
org.knowceans.corpus.ICorpus

Packages that use ICorpus
org.knowceans.corpus   
 

Uses of ICorpus in org.knowceans.corpus
 

Subinterfaces of ICorpus in org.knowceans.corpus
 interface ILabelCorpus
          ILabelCorpus is a corpus with label information.
 interface ITermCorpus
           
 

Classes in org.knowceans.corpus that implement ICorpus
 class LabelNumCorpus
          Represents a corpus of documents, using numerical data only.
 class NumCorpus
          Represents a corpus of documents, using numerical data only.
 

Methods in org.knowceans.corpus that return ICorpus
 ICorpus NumCorpus.getTestCorpus()
          return the test corpus split
 ICorpus ISplitCorpus.getTestCorpus()
          called after split()
 ICorpus NumCorpus.getTrainCorpus()
          return the training corpus split
 ICorpus ISplitCorpus.getTrainCorpus()
          called after split()