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 javax.swing.JPanel
The main class for the Weka explorer. Lets the user create,
open, save, configure, datasets, and perform ML analysis.
- Version:
- $Revision: 1.19 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
Explorer()
- Creates the experiment environment gui with no initial experiment
main(String[])
- Tests out the explorer environment.
Explorer
public Explorer()
Creates the experiment environment gui with no initial experiment
main
public static void main(java.lang.String args[])
Tests out the explorer environment.
- Parameters:
args
- ignored.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home