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 TypeClassDescriptionclassThis panel controls the configuration of an experiment.classThis 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 TypeMethodDescriptionintAbstractSetupPanel.compareTo(AbstractSetupPanel o) Uses the name for comparison.voidSetupModePanel.switchTo(AbstractSetupPanel panel, Experiment exp) Switches to the specified panel.