Package | Description |
---|---|
weka.experiment | |
weka.gui.experiment |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ResultMatrix |
Tester.getResultMatrix()
Gets the instance that produces the output.
|
ResultMatrix |
PairedTTester.getResultMatrix()
Gets the instance that produces the output.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.