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

Class weka.gui.InstancesSummaryPanel

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

public class InstancesSummaryPanel
extends javax.swing.JPanel
This panel just displays relation name, number of instances, and number of attributes.

Version:
$Revision: 1.3 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Constructor Index

 o InstancesSummaryPanel()
Creates the instances panel with no initial instances.

Method Index

 o main(String[])
Tests out the instance summary panel from the command line.
 o setInstances(Instances)
Tells the panel to use a new set of instances.

Constructor Detail

 o InstancesSummaryPanel
public InstancesSummaryPanel()
          Creates the instances panel with no initial instances.

Method Detail

 o setInstances
public void setInstances(Instances inst)
          Tells the panel to use a new set of instances.
Parameters:
inst - a set of Instances
 o main
public static void main(java.lang.String args[])
          Tests out the instance summary panel from the command line.
Parameters:
args - optional name of dataset to load

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