Uses of Class
weka.gui.visualize.PlotData2D
Packages that use PlotData2D
Package
Description
-
Uses of PlotData2D in weka.gui
Methods in weka.gui that return PlotData2DModifier and TypeMethodDescriptionCostBenefitAnalysisPanel.getMasterPlot()
Get the master threshold plot dataMethods in weka.gui with parameters of type PlotData2DModifier and TypeMethodDescriptionvoid
CostBenefitAnalysisPanel.setDataSet
(PlotData2D data, Attribute classAtt) Set the threshold data for the panel to use. -
Uses of PlotData2D in weka.gui.beans
Methods in weka.gui.beans that return PlotData2DModifier and TypeMethodDescriptionThresholdDataEvent.getDataSet()
Return the instances of the data setVisualizableErrorEvent.getDataSet()
Return the instances of the data setMethods in weka.gui.beans with parameters of type PlotData2DModifier and TypeMethodDescriptionvoid
CostBenefitAnalysis.setCurveData
(PlotData2D curveData, Attribute origClassAtt) Set the threshold curve data to use.Constructors in weka.gui.beans with parameters of type PlotData2DModifierConstructorDescriptionThresholdDataEvent
(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 PlotData2DModifier and TypeMethodDescriptionAbstractPlotInstances.getPlotData
(String name) Assembles and returns the plot. -
Uses of PlotData2D in weka.gui.visualize
Methods in weka.gui.visualize that return PlotData2DMethods in weka.gui.visualize that return types with arguments of type PlotData2DMethods in weka.gui.visualize with parameters of type PlotData2DModifier and TypeMethodDescriptionvoid
Plot2D.addPlot
(PlotData2D newPlot) Add a plot to the list of plots to displayvoid
VisualizePanel.addPlot
(PlotData2D newPlot) Set a new plot to the visualize panelvoid
Plot2D.setMasterPlot
(PlotData2D master) Set the master plot.void
VisualizePanel.setMasterPlot
(PlotData2D newPlot) Set the master plot for the visualize panelMethod parameters in weka.gui.visualize with type arguments of type PlotData2DModifier and TypeMethodDescriptionvoid
LegendPanel.setPlotList
(ArrayList<PlotData2D> pl) Set the list of plots to generate legend entries for -
Uses of PlotData2D in weka.knowledgeflow.steps
Methods in weka.knowledgeflow.steps that return types with arguments of type PlotData2D