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 javax.swing.JPanel
This panel controls simple analysis of experimental results.

Version:
$Revision: 1.20 $
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()
 

Constructor Detail

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

Method Detail

 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(java.lang.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