Uses of Class
weka.experiment.ResultMatrix
Packages that use ResultMatrix
-
Uses of ResultMatrix in weka.experiment
Subclasses of ResultMatrix in weka.experimentModifier and TypeClassDescriptionclassGenerates the matrix in CSV ('comma-separated values') format.classGenerates output for a data and script file for GnuPlot.classGenerates the matrix output as HTML.classGenerates the matrix output in LaTeX-syntax.classGenerates the output as plain text (for fixed width fonts).classOnly 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 TypeMethodDescriptionvoidResultMatrix.assign(ResultMatrix matrix) acquires the data from the given matrix.voidPairedTTester.setResultMatrix(ResultMatrix matrix) Sets the matrix to use to produce the output.voidTester.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 ResultMatrixExperimenterDefaults.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 TypeMethodDescriptionvoidOutputFormatDialog.setResultMatrix(ResultMatrix matrix) Sets the matrix to use as initial selected output format.