|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--weka.gui.explorer.Explorer
The main class for the Weka explorer. Lets the user create, open, save, configure, datasets, and perform ML analysis.
Nested Class Summary |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
protected AssociationsPanel |
m_AssociationPanel
Label for a panel that still need to be implemented |
protected AttributeSelectionPanel |
m_AttributeSelectionPanel
Label for a panel that still need to be implemented |
protected ClassifierPanel |
m_ClassifierPanel
The panel for running classifiers |
protected ClustererPanel |
m_ClustererPanel
Label for a panel that still need to be implemented |
protected LogPanel |
m_LogPanel
The panel for log and status messages |
protected PreprocessPanel |
m_PreprocessPanel
The panel for preprocessing instances |
protected JTabbedPane |
m_TabbedPane
The tabbed pane that controls which sub-pane we are working with |
protected VisualizePanel |
m_VisualizePanel
Label for a panel that still need to be implemented |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
Explorer()
Creates the experiment environment gui with no initial experiment |
Method Summary | |
static void |
main(String[] args)
Tests out the explorer environment. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected PreprocessPanel m_PreprocessPanel
protected ClassifierPanel m_ClassifierPanel
protected ClustererPanel m_ClustererPanel
protected AssociationsPanel m_AssociationPanel
protected AttributeSelectionPanel m_AttributeSelectionPanel
protected VisualizePanel m_VisualizePanel
protected JTabbedPane m_TabbedPane
protected LogPanel m_LogPanel
Constructor Detail |
public Explorer()
Method Detail |
public static void main(String[] args)
args
- ignored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |