Uses of Class
weka.experiment.ResultMatrix

Packages that use ResultMatrix
weka.experiment   
weka.gui.experiment   
 

Uses of ResultMatrix in weka.experiment
 

Subclasses of ResultMatrix in weka.experiment
 class ResultMatrixCSV
          Generates the matrix in CSV ('comma-separated values') format.
 class ResultMatrixGnuPlot
          Generates output for a data and script file for GnuPlot.
 class ResultMatrixHTML
          Generates the matrix output as HTML.
 class ResultMatrixLatex
          Generates the matrix output in LaTeX-syntax.
 class ResultMatrixPlainText
          Generates the output as plain text (for fixed width fonts).
 class ResultMatrixSignificance
          Only outputs the significance indicators.
 

Methods in weka.experiment that return ResultMatrix
 ResultMatrix Tester.getResultMatrix()
          Gets the instance that produces the output.
 ResultMatrix PairedTTester.getResultMatrix()
          Gets the instance that produces the output.
 

Methods in weka.experiment with parameters of type ResultMatrix
 void ResultMatrix.assign(ResultMatrix matrix)
          acquires the data from the given matrix.
 void Tester.setResultMatrix(ResultMatrix matrix)
          Sets the matrix to use to produce the output.
 void PairedTTester.setResultMatrix(ResultMatrix matrix)
          Sets the matrix to use to produce the output.
 

Constructors in weka.experiment with parameters of type ResultMatrix
ResultMatrix(ResultMatrix matrix)
          initializes the matrix with the values from the given matrix.
ResultMatrixCSV(ResultMatrix matrix)
          initializes the matrix with the values from the given matrix.
ResultMatrixGnuPlot(ResultMatrix matrix)
          initializes the matrix with the values from the given matrix.
ResultMatrixHTML(ResultMatrix matrix)
          initializes the matrix with the values from the given matrix.
ResultMatrixLatex(ResultMatrix matrix)
          initializes the matrix with the values from the given matrix.
ResultMatrixPlainText(ResultMatrix matrix)
          initializes the matrix with the values from the given matrix.
ResultMatrixSignificance(ResultMatrix matrix)
          initializes the matrix with the values from the given matrix.
 

Uses of ResultMatrix in weka.gui.experiment
 

Methods in weka.gui.experiment that return ResultMatrix
static ResultMatrix ExperimenterDefaults.getOutputFormat()
          returns the classname (and optional options) of the ResultMatrix class, responsible for the output format.
 ResultMatrix OutputFormatDialog.getResultMatrix()
          Gets the currently selected output format result matrix.
 

Methods in weka.gui.experiment with parameters of type ResultMatrix
 void OutputFormatDialog.setResultMatrix(ResultMatrix matrix)
          Sets the matrix to use as initial selected output format.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.