weka.gui |
|
Java Source File Name | Type | Comment |
AttributeListPanel.java | Class | Creates a panel that displays the attributes contained in a set of
instances, letting the user select a single attribute for inspection. |
AttributeSelectionPanel.java | Class | Creates a panel that displays the attributes contained in a set of
instances, letting the user toggle whether each attribute is selected
or not (eg: so that unselected attributes can be removed before
classification). |
AttributeSummaryPanel.java | Class | This panel displays summary statistics about an attribute: name, type
number/% of missing/unique values, number of distinct values. |
AttributeVisualizationPanel.java | Class | Creates a panel that shows a visualization of an
attribute in a dataset. |
BrowserHelper.java | Class | A little helper class for browser related stuff. |
CheckBoxList.java | Class | An extended JList that contains CheckBoxes. |
ComponentHelper.java | Class | A helper class for some common tasks with Dialogs, Icons, etc. |
ConverterFileChooser.java | Class | A specialized JFileChooser that lists all available file Loaders and Savers. |
CostMatrixEditor.java | Class | Class for editing CostMatrix objects. |
CustomPanelSupplier.java | Interface | An interface for objects that are capable of supplying their own
custom GUI components. |
DatabaseConnectionDialog.java | Class | A dialog to enter URL, username and password for a database connection. |
EnsembleLibraryEditor.java | Class | Class for editing Library objects. |
EnsembleSelectionLibraryEditor.java | Class | Class for editing Ensemble Library objects. |
ExtensionFileFilter.java | Class | Provides a file filter for FileChoosers that accepts or rejects files
based on their extension. |
FileEditor.java | Class | A PropertyEditor for File objects that lets the user select a file. |
GenericArrayEditor.java | Class | A PropertyEditor for arrays of objects that themselves have
property editors. |
GenericObjectEditor.java | Class | A PropertyEditor for objects. |
GenericPropertiesCreator.java | Class | This class can generate the properties object that is normally loaded from
the GenericObjectEditor.props file (= PROPERTY_FILE). |
GUIChooser.java | Class | The main class for the Weka GUIChooser. |
HierarchyPropertyParser.java | Class | This class implements a parser to read properties that have
a hierarchy(i.e. |
InstancesSummaryPanel.java | Class | This panel just displays relation name, number of instances, and number of
attributes. |
JListHelper.java | Class | A helper class for JList GUI elements with DefaultListModel or
derived models. |
JTableHelper.java | Class | A helper class for JTable, e.g. |
ListSelectorDialog.java | Class | A dialog to present the user with a list of items, that the user can
make a selection from, or cancel the selection. |
Loader.java | Class | This class is for loading resources from a JAR archive. |
Logger.java | Interface | Interface for objects that display log (permanent historical) and
status (transient) messages. |
LogPanel.java | Class | This panel allows log and status messages to be posted. |
LogWindow.java | Class | Frame that shows the output from stdout and stderr. |
LookAndFeel.java | Class | A little helper class for setting the Look and Feel of the user interface.
Was necessary, since Java 1.5 sometimes crashed the WEKA GUI (e.g. |
Main.java | Class | Menu-based GUI for Weka, replacement for the GUIChooser. |
MainMenuExtension.java | Interface | Classes implementing this interface will be displayed in the "Extensions"
menu in the main GUI of Weka. |
PropertyDialog.java | Class | Support for PropertyEditors with custom editors: puts the editor into
a separate frame. |
PropertyPanel.java | Class | Support for drawing a property value in a component. |
PropertySelectorDialog.java | Class | Allows the user to select any (supported) property of an object, including
properties that any of it's property values may have. |
PropertySheetPanel.java | Class | Displays a property sheet where (supported) properties of the target
object may be edited. |
PropertyText.java | Class | Support for a PropertyEditor that uses text. |
PropertyValueSelector.java | Class | Support for any PropertyEditor that uses tags. |
ResultHistoryPanel.java | Class | A component that accepts named stringbuffers and displays the name in a list
box. |
SaveBuffer.java | Class | This class handles the saving of StringBuffers to files. |
SelectedTagEditor.java | Class | A PropertyEditor that uses tags, where the tags are obtained from a
weka.core.SelectedTag object. |
SetInstancesPanel.java | Class | A panel that displays an instance summary for a set of instances and
lets the user open a set of instances from either a file or URL.
Instances may be obtained either in a batch or incremental fashion.
If incremental reading is used, then
the client should obtain the Loader object (by calling
getLoader()) and read the instances one at a time. |
SimpleCLI.java | Class | Creates a very simple command line for invoking the main method of
classes. |
SimpleCLIPanel.java | Class | Creates a very simple command line for invoking the main method of
classes. |
SimpleDateFormatEditor.java | Class | Class for editing SimpleDateFormat strings. |
SortedTableModel.java | Class | Represents a TableModel with sorting functionality. |
SplashWindow.java | Class | A Splash window.
Usage: MyApplication is your application class. |
SysErrLog.java | Class | This Logger just sends messages to System.err. |
TaskLogger.java | Interface | Interface for objects that display log and display information on
running tasks. |
ViewerDialog.java | Class | A downsized version of the ArffViewer, displaying only one Instances-Object. |
WekaTaskMonitor.java | Class | |