Uses of Class
adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
-
Packages that use PerFoldMultiPagePane Package Description adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold -
-
Uses of PerFoldMultiPagePane in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold with parameters of type PerFoldMultiPagePane Modifier and Type Method Description abstract JMenuItem
AbstractPerFoldPopupMenuItem. createMenuItem(PerFoldMultiPagePane pane, int[] indices)
Creates the menu item to add to the pane's popup menu.JMenuItem
CopySetup. createMenuItem(PerFoldMultiPagePane pane, int[] indices)
Creates the menu item to add to the pane's popup menu.JMenuItem
SubRangeEvaluation. createMenuItem(PerFoldMultiPagePane pane, int[] indices)
Creates the menu item to add to the pane's popup menu.protected void
SubRangeEvaluation. createSubEvaluation(PerFoldMultiPagePane pane, ResultItem item, weka.classifiers.Evaluation eval, int fold, double[] range)
Creates the sub-range evaluation and adds it to the pane.protected void
SubRangeEvaluation. createSubEvaluations(PerFoldMultiPagePane pane, ResultItem item, weka.classifiers.Evaluation[] evals, int[] folds, double[] range)
Creates the sub-range evaluation and adds it to the pane.protected double[]
SubRangeEvaluation. queryUser(PerFoldMultiPagePane pane, ResultItem item)
Queries the user for the range.static void
AbstractPerFoldPopupMenuItem. updatePopupMenu(PerFoldMultiPagePane pane, AbstractOutputGenerator generator, int[] indices, JPopupMenu menu)
Updates the menu.
-