tml.vectorspace.operations
Class FactorAnalysisPlot

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

public class FactorAnalysisPlot
extends AbstractOperation<FactorAnalysisPlotResult>

This operation simply presents the content of the reconstructed term/doc matrix with a column for documents and the first row showing the terms

Author:
Jorge Villalon

Constructor Summary
FactorAnalysisPlot()
           
 
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

FactorAnalysisPlot

public FactorAnalysisPlot()
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<FactorAnalysisPlotResult>
Overrides:
start in class AbstractOperation<FactorAnalysisPlotResult>
Throws:
java.lang.Exception