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

Class weka.gui.streams.InstanceViewer

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

public class InstanceViewer
extends JPanel
implements Serializable, InstanceListener
This is a very simple instance viewer - just displays the dataset as text output as it would be written to a file. A more complex viewer might be more spreadsheet-like

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

Constructor Index

 o InstanceViewer()

Method Index

 o batchFinished()
 o getClearEachDataset()
 o getDebug()
 o input(Instance)
 o inputFormat(Instances)
 o instanceProduced(InstanceEvent)
 o setClearEachDataset(boolean)
 o setDebug(boolean)

Constructors

 o InstanceViewer
 public InstanceViewer()

Methods

 o inputFormat
 public void inputFormat(Instances instanceInfo)
 o input
 public void input(Instance instance) throws Exception
 o batchFinished
 public void batchFinished()
 o setClearEachDataset
 public void setClearEachDataset(boolean clear)
 o getClearEachDataset
 public boolean getClearEachDataset()
 o setDebug
 public void setDebug(boolean debug)
 o getDebug
 public boolean getDebug()
 o instanceProduced
 public void instanceProduced(InstanceEvent e)

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