tp.builder
Class BuilderStatistics

java.lang.Object
  extended by 
      extended by tp.builder.BuilderStatistics

public class BuilderStatistics
extends

Class for building the statistics about the whole dataset of text documents


Constructor Summary
BuilderStatistics()
          Constructor of the class
 
Method Summary
 DocsRepresentDB calculateStatistics(DocsRepresentDB database)
          The method scans all features of all documents and counts the overall statistics
protected  java.lang.Void doInBackground()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderStatistics

public BuilderStatistics()
Constructor of the class

Method Detail

calculateStatistics

public DocsRepresentDB calculateStatistics(DocsRepresentDB database)
The method scans all features of all documents and counts the overall statistics

Parameters:
database - database of document representations
Returns:
databse of document representations with statistics

doInBackground

protected java.lang.Void doInBackground()
                                 throws java.lang.Exception
Throws:
java.lang.Exception