Class OpenmlExperimenter

    • Field Detail

      • m_SetupModePanel

        protected weka.gui.experiment.SimpleSetupPanel m_SetupModePanel
        The panel for configuring the experiment
      • m_RunPanel

        protected weka.gui.experiment.RunPanel m_RunPanel
        The panel for running the experiment
      • m_TabbedPane

        protected JTabbedPane m_TabbedPane
        The tabbed pane that controls which sub-pane we are working with
      • m_Memory

        protected static weka.core.Memory m_Memory
        for monitoring the Memory consumption
    • Constructor Detail

      • OpenmlExperimenter

        public OpenmlExperimenter​(boolean classFirst)
        Creates the experiment environment gui with no initial experiment
        Parameters:
        classFirst - - boolean value
      • OpenmlExperimenter

        public OpenmlExperimenter()
    • Method Detail

      • getApplicationName

        public String getApplicationName()
        Specified by:
        getApplicationName in interface weka.gui.GUIChooser.GUIChooserMenuPlugin
      • getMenuBar

        public JMenuBar getMenuBar()
        Specified by:
        getMenuBar in interface weka.gui.GUIChooser.GUIChooserMenuPlugin
      • getMenuEntryText

        public String getMenuEntryText()
        Specified by:
        getMenuEntryText in interface weka.gui.GUIChooser.GUIChooserMenuPlugin
      • getMenuToDisplayIn

        public weka.gui.GUIChooser.GUIChooserMenuPlugin.Menu getMenuToDisplayIn()
        Specified by:
        getMenuToDisplayIn in interface weka.gui.GUIChooser.GUIChooserMenuPlugin