Uses of Class
weka.gui.visualize.PlotData2D

Packages that use PlotData2D
weka.gui.beans   
weka.gui.explorer   
weka.gui.visualize   
 

Uses of PlotData2D in weka.gui.beans
 

Methods in weka.gui.beans that return PlotData2D
 PlotData2D ThresholdDataEvent.getDataSet()
          Return the instances of the data set
 PlotData2D VisualizableErrorEvent.getDataSet()
          Return the instances of the data set
 

Methods in weka.gui.beans with parameters of type PlotData2D
 void CostBenefitAnalysis.setCurveData(PlotData2D curveData, Attribute origClassAtt)
          Set the threshold curve data to use.
 

Constructors in weka.gui.beans with parameters of type PlotData2D
ThresholdDataEvent(Object source, PlotData2D dataSet)
           
ThresholdDataEvent(Object source, PlotData2D dataSet, Attribute classAtt)
           
VisualizableErrorEvent(Object source, PlotData2D dataSet)
           
 

Uses of PlotData2D in weka.gui.explorer
 

Methods in weka.gui.explorer that return PlotData2D
 PlotData2D AbstractPlotInstances.getPlotData(String name)
          Assembles and returns the plot.
 

Uses of PlotData2D in weka.gui.visualize
 

Methods in weka.gui.visualize that return PlotData2D
 PlotData2D Plot2D.getMasterPlot()
          Get the master plot
 

Methods in weka.gui.visualize with parameters of type PlotData2D
 void VisualizePanel.addPlot(PlotData2D newPlot)
          Set a new plot to the visualize panel
 void Plot2D.addPlot(PlotData2D newPlot)
          Add a plot to the list of plots to display
 void VisualizePanel.setMasterPlot(PlotData2D newPlot)
          Set the master plot for the visualize panel
 void Plot2D.setMasterPlot(PlotData2D master)
          Set the master plot.
 



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