| AbstractExplorerPanelHandler |
Ancestor for handlers for specific Explorer panels.
|
| AssociationsHandler |
Manages the AssociationsPanel.
|
| AttributeSelectionHandler |
Manages the AttributeSelectionPanel.
|
| ClassifierHandler |
Manages the ClassifierPanel.
|
| ClustererHandler |
Manages the ClustererPanel.
|
| DefaultHandler |
Dummy handler, in case no other handler was located for an explorer panel.
|
| ExperimentHandler |
|
| ExperimentPanel |
This panel allows the user to select and configure a classifier, set the
attribute of the current dataset to be used as the class, and perform an
Experiment (like in the Experimenter) with this Classifier/Dataset
combination.
|
| ExplorerEntryPanel |
Allows the display of multiple Explorer panels.
|
| ExplorerExt |
An extended Explorer interface using menus instead of buttons, as well
as remembering recent files.
|
| MultiExplorer |
Extended interface for the WEKA Explorer, allowing for an arbitrary
number of Explorer panels.
|
| PreprocessHandler |
Manages the PreprocessPanel.
|
| SqlPanel |
A simple demonstration for extending the Explorer by another tab, in this
case the SqlViewer (as an extra tab instead of only the button in the
PreprocessPanel).
|
| WorkspaceHelper |
Helper class for loading/saving workspaces.
|