程序包 weka.gui.streams

类 InstanceSavePanel

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, InstanceListener

public class InstanceSavePanel extends Panel implements InstanceListener
A bean that saves a stream of instances to a file.
版本:
$Revision: 7059 $
作者:
Len Trigg (trigg@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • InstanceSavePanel

      public InstanceSavePanel()
  • 方法详细资料

    • input

      public void input(Instance instance) throws Exception
      抛出:
      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)
      指定者:
      instanceProduced 在接口中 InstanceListener