All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Class weka.gui.streams.InstanceLoader
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----javax.swing.JComponent
|
+----javax.swing.JPanel
|
+----weka.gui.streams.InstanceLoader
- public class InstanceLoader
- extends javax.swing.JPanel
- implements java.io.Serializable, java.awt.event.ActionListener, InstanceProducer
A bean that produces a stream of instances from a file.
- Version:
- $Revision: 1.3 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
InstanceLoader()
-
actionPerformed(ActionEvent)
-
addInstanceListener(InstanceListener)
-
getArffFile()
-
getDebug()
-
outputFormat()
-
outputPeek()
-
removeInstanceListener(InstanceListener)
-
setArffFile(String)
-
setDebug(boolean)
-
InstanceLoader
public InstanceLoader()
setDebug
public void setDebug(boolean debug)
getDebug
public boolean getDebug()
setArffFile
public void setArffFile(java.lang.String newArffFile)
getArffFile
public java.lang.String getArffFile()
addInstanceListener
public void addInstanceListener(InstanceListener ipl)
removeInstanceListener
public void removeInstanceListener(InstanceListener ipl)
outputFormat
public Instances outputFormat() throws java.lang.Exception
outputPeek
public Instance outputPeek() throws java.lang.Exception
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
All Packages Class Hierarchy This Package Previous Next Index WEKA's home