tml.vectorspace.operations
Class Summary

java.lang.Object
  extended by tml.vectorspace.operations.AbstractOperation<SummaryResult>
      extended by tml.vectorspace.operations.Summary
All Implemented Interfaces:
Operation<SummaryResult>

public class Summary
extends AbstractOperation<SummaryResult>

This operation returns several descriptive statistics on the corpus.

Author:
Jorge Villalon

Constructor Summary
Summary()
           
 
Method Summary
 void start()
          Starts the operation execution
 
Methods inherited from class tml.vectorspace.operations.AbstractOperation
addOperationListener, getBackgroundKnowledgeCorpus, getCorpus, getMaxResults, getName, getRepository, getResults, getResultsCSVString, getResultsNumber, getResultsString, getResultsStringTable, getResultsTable, getResultsTableHeader, getResultsXML, getTimeElapsed, printResults, printResultsCSV, printResultsMatlab, removeOperationListener, setBackgroundKnowledgeCorpus, setCorpus, setMaxResults, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Summary

public Summary()
Method Detail

start

public void start()
           throws java.lang.Exception
Description copied from interface: Operation
Starts the operation execution

Specified by:
start in interface Operation<SummaryResult>
Overrides:
start in class AbstractOperation<SummaryResult>
Throws:
java.lang.Exception