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)
InstancesSummaryPanel()
- Creates the instances panel with no initial instances.
main(String[])
- Tests out the instance summary panel from the command line.
setInstances(Instances)
- Tells the panel to use a new set of instances.
InstancesSummaryPanel
public InstancesSummaryPanel()
Creates the instances panel with no initial instances.
setInstances
public void setInstances(Instances inst)
Tells the panel to use a new set of instances.
- Parameters:
inst
- a set of Instances
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