weka.gui.streams
Interface InstanceProducer
- All Known Implementing Classes:
- InstanceJoiner, InstanceLoader
- public interface InstanceProducer
An interface for objects capable of producing streams of instances.
- Version:
- $Revision: 1.4 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
addInstanceListener
public void addInstanceListener(InstanceListener ipl)
removeInstanceListener
public void removeInstanceListener(InstanceListener ipl)
outputFormat
public Instances outputFormat()
throws java.lang.Exception
java.lang.Exception
outputPeek
public Instance outputPeek()
throws java.lang.Exception
java.lang.Exception
Copyright (c)
2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London