Uses of Class
weka.gui.visualize.PlotData2D
Package
Description
-
Uses of PlotData2D in weka.gui
Modifier and TypeMethodDescriptionCostBenefitAnalysisPanel.getMasterPlot()
Get the master threshold plot dataModifier and TypeMethodDescriptionvoid
CostBenefitAnalysisPanel.setDataSet
(PlotData2D data, Attribute classAtt) Set the threshold data for the panel to use. -
Uses of PlotData2D in weka.gui.beans
Modifier and TypeMethodDescriptionThresholdDataEvent.getDataSet()
Return the instances of the data setVisualizableErrorEvent.getDataSet()
Return the instances of the data setModifier and TypeMethodDescriptionvoid
CostBenefitAnalysis.setCurveData
(PlotData2D curveData, Attribute origClassAtt) Set the threshold curve data to use.ModifierConstructorDescriptionThresholdDataEvent
(Object source, PlotData2D dataSet) ThresholdDataEvent
(Object source, PlotData2D dataSet, Attribute classAtt) VisualizableErrorEvent
(Object source, PlotData2D dataSet) -
Uses of PlotData2D in weka.gui.explorer
Modifier and TypeMethodDescriptionAbstractPlotInstances.getPlotData
(String name) Assembles and returns the plot. -
Uses of PlotData2D in weka.gui.visualize
Modifier 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 panelModifier and TypeMethodDescriptionvoid
LegendPanel.setPlotList
(ArrayList<PlotData2D> pl) Set the list of plots to generate legend entries for -
Uses of PlotData2D in weka.knowledgeflow.steps