类 Explorer

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, Accessible

public class Explorer extends JPanel
The main class for the Weka explorer. Lets the user create, open, save, configure, datasets, and perform ML analysis.
版本:
$Revision: 10438 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • Explorer

      public Explorer()
      Creates the experiment environment gui with no initial experiment
  • 方法详细资料

    • getPanels

      public Vector<Explorer.ExplorerPanel> getPanels()
      returns all the panels, apart from the PreprocessPanel
      返回:
      the currently displayed panels w/o PreprocessPanel
    • getPreprocessPanel

      public PreprocessPanel getPreprocessPanel()
      returns the instance of the PreprocessPanel being used in this instance of the Explorer
      返回:
      the panel
    • getTabbedPane

      public JTabbedPane getTabbedPane()
      returns the tabbed pane of the Explorer
      返回:
      the tabbed pane
    • addCapabilitiesFilterListener

      public void addCapabilitiesFilterListener(Explorer.CapabilitiesFilterChangeListener l)
      adds the listener to the list of objects that listen for changes of the CapabilitiesFilter
      参数:
      l - the listener to add
      另请参阅:
      • m_CapabilitiesFilterChangeListeners
    • removeCapabilitiesFilterListener

      public boolean removeCapabilitiesFilterListener(Explorer.CapabilitiesFilterChangeListener l)
      Removes the specified listener from the set of listeners if it is present.
      参数:
      l - the listener to remove
      返回:
      true if the listener was registered
    • notifyCapabilitiesFilterListener

      public void notifyCapabilitiesFilterListener(Capabilities filter)
      notifies all the listeners of a change
      参数:
      filter - the affected filter
    • main

      public static void main(String[] args)
      Tests out the explorer environment.
      参数:
      args - ignored.