Uses of Class
adams.gui.tools.wekainvestigator.output.TableContentPanel
-
Packages that use TableContentPanel Package Description adams.gui.tools.wekainvestigator.tab.classifytab.output -
-
Uses of TableContentPanel in adams.gui.tools.wekainvestigator.tab.classifytab.output
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return TableContentPanel Modifier and Type Method Description protected TableContentPanel
ConfusionMatrix. createOutput(weka.classifiers.Evaluation eval, adams.core.MessageCollection errors)
Generates the table with the confusion matrix.protected TableContentPanel
Predictions. createOutput(weka.classifiers.Evaluation eval, int[] originalIndices, adams.data.spreadsheet.SpreadSheet additionalAttributes, adams.core.MessageCollection errors)
Generates the output from the evaluation.
-