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.
- 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 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)
All Packages Class Hierarchy This Package Previous Next Index WEKA's home