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 java.awt.Panel
implements java.io.Serializable, InstanceListener
A bean that saves a stream of instances to a file.

Version:
$Revision: 1.3 $
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)
 

Constructor Detail

 o InstanceSavePanel
public InstanceSavePanel()

Method Detail

 o input
public void input(Instance instance) throws java.lang.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(java.lang.String newArffFile)
 o getArffFile
public java.lang.String getArffFile()
 o instanceProduced
public void instanceProduced(InstanceEvent e)

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