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

Class weka.gui.streams.InstanceSavePanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----weka.gui.streams.InstanceSavePanel

public class InstanceSavePanel
extends Panel
implements Serializable, InstanceListener
A bean that saves a stream of instances to a file.

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

Constructor Index

 o InstanceSavePanel()

Method Index

 o batchFinished()
 o getArffFile()
 o getDebug()
 o input(Instance)
 o inputFormat(Instances)
 o instanceProduced(InstanceEvent)
 o setArffFile(String)
 o setDebug(boolean)

Constructors

 o InstanceSavePanel
 public InstanceSavePanel()

Methods

 o input
 public void input(Instance instance) throws Exception
 o inputFormat
 public void inputFormat(Instances instanceInfo)
 o batchFinished
 public void batchFinished()
 o setDebug
 public void setDebug(boolean debug)
 o getDebug
 public boolean getDebug()
 o setArffFile
 public void setArffFile(String newArffFile)
 o getArffFile
 public String getArffFile()
 o instanceProduced
 public void instanceProduced(InstanceEvent e)

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