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 Frame
The main class for the Weka GUIChooser. Lets the user choose which GUI they want to run.

Version:
$Revision: 1.1 $
Author:
Len Trigg (trigg@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.

Constructors

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

Methods

 o main
 public static void main(String args[])
Tests out the GUIChooser environment.

Parameters:
args - ignored.

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