Package weka.gui

Class CostBenefitAnalysisPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CostBenefitAnalysisPanel extends JPanel
Panel for displaying the cost-benefit plots and all control widgets.
Version:
$Revision: $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}com)
See Also:
  • Constructor Details

    • CostBenefitAnalysisPanel

      public CostBenefitAnalysisPanel()
  • Method Details

    • getMasterPlot

      public PlotData2D getMasterPlot()
      Get the master threshold plot data
      Returns:
      the master threshold data
    • setDataSet

      public void setDataSet(PlotData2D data, Attribute classAtt) throws Exception
      Set the threshold data for the panel to use.
      Parameters:
      data - PlotData2D object encapsulating the threshold data.
      classAtt - the class attribute from the original data used to generate the threshold data.
      Throws:
      Exception - if something goes wrong.