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)
InstanceSavePanel()
-
batchFinished()
-
getArffFile()
-
getDebug()
-
input(Instance)
-
inputFormat(Instances)
-
instanceProduced(InstanceEvent)
-
setArffFile(String)
-
setDebug(boolean)
-
InstanceSavePanel
public InstanceSavePanel()
input
public void input(Instance instance) throws java.lang.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(java.lang.String newArffFile)
getArffFile
public java.lang.String getArffFile()
instanceProduced
public void instanceProduced(InstanceEvent e)
All Packages Class Hierarchy This Package Previous Next Index WEKA's home