Uses of Class
weka.experiment.ResultMatrix
Packages that use ResultMatrix
-
Uses of ResultMatrix in weka.experiment
Subclasses of ResultMatrix in weka.experimentModifier and TypeClassDescriptionclass
Generates the matrix in CSV ('comma-separated values') format.class
Generates output for a data and script file for GnuPlot.class
Generates the matrix output as HTML.class
Generates the matrix output in LaTeX-syntax.class
Generates the output as plain text (for fixed width fonts).class
Only outputs the significance indicators.Methods in weka.experiment that return ResultMatrixModifier and TypeMethodDescriptionPairedTTester.getResultMatrix()
Gets the instance that produces the output.Tester.getResultMatrix()
Gets the instance that produces the output.Methods in weka.experiment with parameters of type ResultMatrixModifier and TypeMethodDescriptionvoid
ResultMatrix.assign
(ResultMatrix matrix) acquires the data from the given matrix.void
PairedTTester.setResultMatrix
(ResultMatrix matrix) Sets the matrix to use to produce the output.void
Tester.setResultMatrix
(ResultMatrix matrix) Sets the matrix to use to produce the output.Constructors in weka.experiment with parameters of type ResultMatrixModifierConstructorDescriptionResultMatrix
(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 ResultMatrixModifier and TypeMethodDescriptionstatic final ResultMatrix
ExperimenterDefaults.getOutputFormat()
returns the classname (and optional options) of the ResultMatrix class, responsible for the output format.OutputFormatDialog.getResultMatrix()
Gets the currently selected output format result matrix.Methods in weka.gui.experiment with parameters of type ResultMatrixModifier and TypeMethodDescriptionvoid
OutputFormatDialog.setResultMatrix
(ResultMatrix matrix) Sets the matrix to use as initial selected output format.