tml.vectorspace.operations
Class ParagraphCoherenceIndex

java.lang.Object
  extended by tml.vectorspace.operations.AbstractOperation<PassageDistancesResult>
      extended by tml.vectorspace.operations.PassageDistances
          extended by tml.vectorspace.operations.ParagraphCoherenceIndex
All Implemented Interfaces:
Operation<PassageDistancesResult>

public class ParagraphCoherenceIndex
extends PassageDistances


Constructor Summary
ParagraphCoherenceIndex()
           
 
Method Summary
 void start()
          Starts the operation execution
 
Methods inherited from class tml.vectorspace.operations.PassageDistances
getInnerData, getResultsTable, getResultsTableHeader
 
Methods inherited from class tml.vectorspace.operations.AbstractOperation
addOperationListener, getBackgroundKnowledgeCorpus, getCorpus, getMaxResults, getName, getRepository, getResults, getResultsCSVString, getResultsNumber, getResultsString, getResultsStringTable, 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

ParagraphCoherenceIndex

public ParagraphCoherenceIndex()
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<PassageDistancesResult>
Overrides:
start in class PassageDistances
Throws:
java.lang.Exception