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 JPanel
implements Serializable, ActionListener, InstanceProducer
A bean that produces a stream of instances from a file.

Version:
$Revision: 1.1 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Constructor Index

 o InstanceLoader()

Method Index

 o actionPerformed(ActionEvent)
 o addInstanceListener(InstanceListener)
 o getArffFile()
 o getDebug()
 o outputFormat()
 o outputPeek()
 o removeInstanceListener(InstanceListener)
 o setArffFile(String)
 o setDebug(boolean)

Constructors

 o InstanceLoader
 public InstanceLoader()

Methods

 o setDebug
 public void setDebug(boolean debug)
 o getDebug
 public boolean getDebug()
 o setArffFile
 public void setArffFile(String newArffFile)
 o getArffFile
 public String getArffFile()
 o addInstanceListener
 public synchronized void addInstanceListener(InstanceListener ipl)
 o removeInstanceListener
 public synchronized void removeInstanceListener(InstanceListener ipl)
 o outputFormat
 public Instances outputFormat() throws Exception
 o outputPeek
 public Instance outputPeek() throws Exception
 o actionPerformed
 public void actionPerformed(ActionEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home