Uses of Class
weka.experiment.ResultMatrix

Packages that use ResultMatrix
weka.experiment   
 

Uses of ResultMatrix in weka.experiment
 

Subclasses of ResultMatrix in weka.experiment
 class ResultMatrixCSV
          This matrix is a container for the datasets and classifier setups and their statistics.
 class ResultMatrixGnuPlot
          This matrix is a container for the datasets and classifier setups and their statistics.
 class ResultMatrixHTML
          This matrix is a container for the datasets and classifier setups and their statistics.
 class ResultMatrixLatex
          This matrix is a container for the datasets and classifier setups and their statistics.
 class ResultMatrixPlainText
          This matrix is a container for the datasets and classifier setups and their statistics.
 class ResultMatrixSignificance
          This matrix is a container for the datasets and classifier setups and their statistics.
 

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
 



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