Class InstanceSavePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, InstanceListener

public class InstanceSavePanel extends Panel implements InstanceListener
A bean that saves a stream of instances to a file.
Version:
$Revision: 8034 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • InstanceSavePanel

      public InstanceSavePanel()
  • Method Details

    • input

      public void input(Instance instance) throws Exception
      Throws:
      Exception
    • inputFormat

      public void inputFormat(Instances instanceInfo)
    • batchFinished

      public void batchFinished()
    • setDebug

      public void setDebug(boolean debug)
    • getDebug

      public boolean getDebug()
    • setArffFile

      public void setArffFile(String newArffFile)
    • getArffFile

      public String getArffFile()
    • instanceProduced

      public void instanceProduced(InstanceEvent e)
      Specified by:
      instanceProduced in interface InstanceListener