Package | Description |
---|---|
weka.experiment |
Modifier and Type | Class and Description |
---|---|
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.
|
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
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.