Uses of Class
weka.gui.experiment.AbstractSetupPanel
Packages that use AbstractSetupPanel
-
Uses of AbstractSetupPanel in weka.gui.experiment
Subclasses of AbstractSetupPanel in weka.gui.experimentModifier and TypeClassDescriptionclass
This panel controls the configuration of an experiment.class
This panel controls the configuration of an experiment.Methods in weka.gui.experiment that return AbstractSetupPanelModifier and TypeMethodDescriptionstatic AbstractSetupPanel[]
AbstractSetupPanel.getPanels()
Returns a list of all available setup panels.Methods in weka.gui.experiment with parameters of type AbstractSetupPanelModifier and TypeMethodDescriptionint
AbstractSetupPanel.compareTo
(AbstractSetupPanel o) Uses the name for comparison.void
SetupModePanel.switchTo
(AbstractSetupPanel panel, Experiment exp) Switches to the specified panel.