Package | Description |
---|---|
weka.gui.beans | |
weka.gui.explorer | |
weka.gui.visualize |
Modifier and Type | Field and Description |
---|---|
protected PlotData2D |
CostBenefitAnalysis.AnalysisPanel.m_costBenefit
Data for the cost/benefit curve
|
protected PlotData2D |
CostBenefitAnalysis.AnalysisPanel.m_masterPlot
Data for the threshold curve
|
protected PlotData2D |
ModelPerformanceChart.m_masterPlot |
Modifier and Type | Method and Description |
---|---|
PlotData2D |
ThresholdDataEvent.getDataSet()
Return the instances of the data set
|
PlotData2D |
VisualizableErrorEvent.getDataSet()
Return the instances of the data set
|
Modifier and Type | Method and Description |
---|---|
void |
CostBenefitAnalysis.setCurveData(PlotData2D curveData,
Attribute origClassAtt)
Set the threshold curve data to use.
|
void |
CostBenefitAnalysis.AnalysisPanel.setDataSet(PlotData2D data,
Attribute classAtt)
Set the threshold data for the panel to use.
|
Constructor and Description |
---|
ThresholdDataEvent(Object source,
PlotData2D dataSet) |
ThresholdDataEvent(Object source,
PlotData2D dataSet,
Attribute classAtt) |
VisualizableErrorEvent(Object source,
PlotData2D dataSet) |
Modifier and Type | Method and Description |
---|---|
static PlotData2D |
ClustererPanel.setUpVisualizableInstances(Instances testInstances,
ClusterEvaluation eval)
Sets up the structure for the visualizable instances.
|
Modifier and Type | Field and Description |
---|---|
protected PlotData2D |
Plot2D.m_masterPlot
The master plot
|
protected PlotData2D |
VisualizePanel.PlotPanel.m_originalPlot
The master plot
|
Modifier and Type | Method and Description |
---|---|
PlotData2D |
Plot2D.getMasterPlot()
Get the master plot
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizePanel.addPlot(PlotData2D newPlot)
Set a new plot to the visualize panel
|
void |
VisualizePanel.PlotPanel.addPlot(PlotData2D newPlot)
Adds a plot.
|
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 |
VisualizePanel.PlotPanel.setMasterPlot(PlotData2D newPlot)
Clears all existing plots and sets a new master plot
|
void |
Plot2D.setMasterPlot(PlotData2D master)
Set the master plot.
|
Constructor and Description |
---|
LegendEntry(PlotData2D data,
int dataIndex) |
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.