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)
ResultsPanel()
- Creates the results panel with no initial experiment.
main(String[])
- Tests out the results panel from the command line.
setDatasetKeyFromDialog()
-
setExperiment(Experiment)
- Tells the panel to use a new experiment.
setInstances(Instances)
- Sets up the panel with a new set of instances, attempting
to guess the correct settings for various columns.
setResultKeyFromDialog()
-
setTestBaseFromDialog()
-
ResultsPanel
public ResultsPanel()
Creates the results panel with no initial experiment.
setExperiment
public void setExperiment(Experiment exp)
Tells the panel to use a new experiment.
- Parameters:
exp
- a value of type 'Experiment'
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.
setResultKeyFromDialog
public void setResultKeyFromDialog()
setDatasetKeyFromDialog
public void setDatasetKeyFromDialog()
setTestBaseFromDialog
public void setTestBaseFromDialog()
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