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

Class weka.gui.explorer.Explorer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.JPanel
                                   |
                                   +----weka.gui.explorer.Explorer

public class Explorer
extends JPanel
The main class for the Weka explorer. Lets the user create, open, save, configure, datasets, and perform ML analysis.

Version:
$Revision: 1.9 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Constructor Index

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

Method Index

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

Constructors

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

Methods

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

Parameters:
args - ignored.

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