All Packages Class Hierarchy This Package Previous Next Index WEKA's home
Interface weka.gui.streams.InstanceProducer
- public interface InstanceProducer
An interface for objects capable of producing streams of instances.
- Version:
- $Revision: 1.3 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
addInstanceListener(InstanceListener)
-
outputFormat()
-
outputPeek()
-
removeInstanceListener(InstanceListener)
-
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
All Packages Class Hierarchy This Package Previous Next Index WEKA's home