weka.gui.visualize |
|
Java Source File Name | Type | Comment |
AttributePanel.java | Class | This panel displays one dimensional views of the attributes in a
dataset. |
AttributePanelEvent.java | Class | Class encapsulating a change in the AttributePanel's selected x and y
attributes. |
AttributePanelListener.java | Interface | |
BMPWriter.java | Class | This class takes any JComponent and outputs it to a BMP-file. |
ClassPanel.java | Class | This panel displays coloured labels for nominal attributes and a spectrum
for numeric attributes. |
JComponentWriter.java | Class | This class takes any JComponent and outputs it to a file. |
JPEGWriter.java | Class | This class takes any JComponent and outputs it to a JPEG-file. |
LegendPanel.java | Class | This panel displays legends for a list of plots. |
MatrixPanel.java | Class | This panel displays a plot matrix of the user selected attributes
of a given data set. |
Plot2D.java | Class | This class plots datasets in two dimensions. |
Plot2DCompanion.java | Interface | Interface for classes that need to draw to the Plot2D panel *before*
Plot2D renders anything (eg. |
PlotData2D.java | Class | This class is a container for plottable data. |
PNGWriter.java | Class | This class takes any JComponent and outputs it to a PNG-file. |
PostscriptGraphics.java | Class | The PostscriptGraphics class extends the Graphics2D class to
produce an encapsulated postscript file rather than on-screen display.
Currently only a small (but useful) subset of Graphics methods have been
implemented. |
PostscriptWriter.java | Class | This class takes any Component and outputs it to a Postscript file.
Note:
This writer does not work with Components that rely on clipping, like e.g.
scroll lists. |
PrintableComponent.java | Class | This class extends the component which is handed over in the constructor
by a print dialog.
The Print dialog is accessible via Alt+Shift+LeftMouseClick. |
PrintableHandler.java | Interface | This interface is for all JComponent classes that provide the ability to
print itself to a file. |
PrintablePanel.java | Class | This Panel enables the user to print the panel to various file formats.
The Print dialog is accessible via Ctrl-Shft-Left Mouse Click. |
ThresholdVisualizePanel.java | Class | This panel is a VisualizePanel, with the added ablility to display the
area under the ROC curve if an ROC curve is chosen. |
VisualizePanel.java | Class | This panel allows the user to visualize a dataset (and if provided) a
classifier's/clusterer's predictions in two dimensions.
If the user selects a nominal attribute as the colouring attribute then
each point is drawn in a colour that corresponds to the discrete value
of that attribute for the instance. |
VisualizePanelEvent.java | Class | This event Is fired to a listeners 'userDataEvent' function when
The user on the VisualizePanel clicks submit. |
VisualizePanelListener.java | Interface | Interface implemented by a class that is interested in receiving
submited shapes from a visualize panel. |
VisualizeUtils.java | Class | |