All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.gui.experiment.ResultsPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.JPanel
                                   |
                                   +----weka.gui.experiment.ResultsPanel

public class ResultsPanel
extends JPanel
This panel controls simple analysis of experimental results.

Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Constructor Index

 o ResultsPanel()
Creates the results panel with no initial experiment.

Method Index

 o main(String[])
Tests out the results panel from the command line.
 o setDatasetKeyFromDialog()
 o setExperiment(Experiment)
Tells the panel to use a new experiment.
 o setInstances(Instances)
Sets up the panel with a new set of instances, attempting to guess the correct settings for various columns.
 o setResultKeyFromDialog()
 o setTestBaseFromDialog()

Constructors

 o ResultsPanel
 public ResultsPanel()
Creates the results panel with no initial experiment.

Methods

 o setExperiment
 public void setExperiment(Experiment exp)
Tells the panel to use a new experiment.

Parameters:
exp - a value of type 'Experiment'
 o setInstances
 public void setInstances(Instances newInstances)
Sets up the panel with a new set of instances, attempting to guess the correct settings for various columns.

Parameters:
newInstances - the new set of results.
 o setResultKeyFromDialog
 public void setResultKeyFromDialog()
 o setDatasetKeyFromDialog
 public void setDatasetKeyFromDialog()
 o setTestBaseFromDialog
 public void setTestBaseFromDialog()
 o main
 public static void main(String args[])
Tests out the results panel from the command line.

Parameters:
args - ignored

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home