All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.GUIChooser

java.lang.Object
    |
    +----java.awt.Component
            |
            +----java.awt.Container
                    |
                    +----java.awt.Window
                            |
                            +----java.awt.Frame
                                    |
                                    +----weka.gui.GUIChooser

public class GUIChooser
extends java.awt.Frame
The main class for the Weka GUIChooser. Lets the user choose which GUI they want to run.

Version:
$Revision: 1.6 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Constructor Index

 o GUIChooser()
Creates the experiment environment gui with no initial experiment

Method Index

 o main(String[])
Tests out the GUIChooser environment.

Constructor Detail

 o GUIChooser
public GUIChooser()
          Creates the experiment environment gui with no initial experiment

Method Detail

 o main
public static void main(java.lang.String args[])
          Tests out the GUIChooser environment.
Parameters:
args - ignored.

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home