Class Experimenter

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Perspective

@PerspectiveInfo(ID="weka.gui.experimenter", title="Experiment", toolTipText="Run large scale experiments", iconPath="weka/gui/weka_icon_new_small.png") public class Experimenter extends AbstractPerspective
The main class for the experiment environment. Lets the user create, open, save, configure, run experiments, and analyse experimental results.
Version:
$Revision: 15294 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • Experimenter

      public Experimenter()
      Creates the experiment environment gui with no initial experiment
    • Experimenter

      public Experimenter(boolean classFirst)
      Creates the experiment environment gui with no initial experiment
  • Method Details

    • instantiationComplete

      public void instantiationComplete()
      Gets called if we are running in a GUIApplication. We pass on a reference to the main perspective to the ResultsPanel here.
      Specified by:
      instantiationComplete in interface Perspective
      Overrides:
      instantiationComplete in class AbstractPerspective
    • terminate

      public void terminate()
      Terminates this panel, which means, in the case of this panel, that it sets all references to associated JFrame objects to null.
      Overrides:
      terminate in class AbstractPerspective
    • main

      public static void main(String[] args)
      Tests out the experiment environment.
      Parameters:
      args - ignored.