All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----javax.swing.JComponent | +----javax.swing.JPanel | +----weka.gui.streams.InstanceLoader
public InstanceLoader()
public void setDebug(boolean debug)
public boolean getDebug()
public void setArffFile(java.lang.String newArffFile)
public java.lang.String getArffFile()
public void addInstanceListener(InstanceListener ipl)
public void removeInstanceListener(InstanceListener ipl)
public Instances outputFormat() throws java.lang.Exception
public Instance outputPeek() throws java.lang.Exception
public void actionPerformed(java.awt.event.ActionEvent e)
All Packages Class Hierarchy This Package Previous Next Index WEKA's home