Uses of Interface
weka.gui.visualize.PrintableHandler

Packages that use PrintableHandler
weka.gui   
weka.gui.hierarchyvisualizer   
weka.gui.treevisualizer   
weka.gui.visualize   
 

Uses of PrintableHandler in weka.gui
 

Classes in weka.gui that implement PrintableHandler
 class AttributeVisualizationPanel
          Creates a panel that shows a visualization of an attribute in a dataset.
 

Uses of PrintableHandler in weka.gui.hierarchyvisualizer
 

Classes in weka.gui.hierarchyvisualizer that implement PrintableHandler
 class HierarchyVisualizer
           
 

Uses of PrintableHandler in weka.gui.treevisualizer
 

Classes in weka.gui.treevisualizer that implement PrintableHandler
 class TreeVisualizer
          Class for displaying a Node structure in Swing.
 

Uses of PrintableHandler in weka.gui.visualize
 

Classes in weka.gui.visualize that implement PrintableHandler
 class PrintableComponent
          This class extends the component which is handed over in the constructor by a print dialog.
 class PrintablePanel
          This Panel enables the user to print the panel to various file formats.
 class ThresholdVisualizePanel
          This panel is a VisualizePanel, with the added ablility to display the area under the ROC curve if an ROC curve is chosen.
 class VisualizePanel
          This panel allows the user to visualize a dataset (and if provided) a classifier's/clusterer's predictions in two dimensions.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.