Uses of Package
weka.gui.visualize

Packages that use weka.gui.visualize
weka.classifiers.trees   
weka.gui.beans   
weka.gui.boundaryvisualizer   
weka.gui.explorer   
weka.gui.visualize   
 

Classes in weka.gui.visualize used by weka.classifiers.trees
VisualizePanel
          This panel allows the user to visualize a dataset (and if provided) a classifier's/clusterer's predictions in two dimensions.
VisualizePanelEvent
          This event Is fired to a listeners 'userDataEvent' function when The user on the VisualizePanel clicks submit.
VisualizePanelListener
          Interface implemented by a class that is interested in receiving submited shapes from a visualize panel.
 

Classes in weka.gui.visualize used by weka.gui.beans
MatrixPanel
          This panel displays a plot matrix of the user selected attributes of a given data set.
VisualizePanel
          This panel allows the user to visualize a dataset (and if provided) a classifier's/clusterer's predictions in two dimensions.
 

Classes in weka.gui.visualize used by weka.gui.boundaryvisualizer
ClassPanel
          This panel displays coloured labels for nominal attributes and a spectrum for numeric attributes.
 

Classes in weka.gui.visualize used by weka.gui.explorer
MatrixPanel
          This panel displays a plot matrix of the user selected attributes of a given data set.
PlotData2D
          This class is a container for plottable data.
VisualizePanel
          This panel allows the user to visualize a dataset (and if provided) a classifier's/clusterer's predictions in two dimensions.
 

Classes in weka.gui.visualize used by weka.gui.visualize
AttributePanel
          This panel displays one dimensional views of the attributes in a dataset.
AttributePanelEvent
          Class encapsulating a change in the AttributePanel's selected x and y attributes.
AttributePanelListener
          Interface for classes that want to listen for Attribute selection changes in the attribute panel
ClassPanel
          This panel displays coloured labels for nominal attributes and a spectrum for numeric attributes.
LegendPanel
          This panel displays legends for a list of plots.
MatrixPanel.Plot
          Internal class responsible for displaying the actual matrix Requires the internal data fields of the parent class to be properly initialized before being created
Plot2D
          This class plots datasets in two dimensions.
Plot2DCompanion
          Interface for classes that need to draw to the Plot2D panel *before* Plot2D renders anything (eg.
PlotData2D
          This class is a container for plottable data.
VisualizePanel
          This panel allows the user to visualize a dataset (and if provided) a classifier's/clusterer's predictions in two dimensions.
VisualizePanel.PlotPanel
          Inner class to handle plotting
VisualizePanelEvent
          This event Is fired to a listeners 'userDataEvent' function when The user on the VisualizePanel clicks submit.
VisualizePanelListener
          Interface implemented by a class that is interested in receiving submited shapes from a visualize panel.