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)

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)
 

Constructor Detail

 o InstanceLoader
public InstanceLoader()

Method Detail

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

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