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: 8034 $
- Author:
- Len Trigg (trigg@cs.waikato.ac.nz)
addInstanceListener
void addInstanceListener(InstanceListener ipl)
removeInstanceListener
void removeInstanceListener(InstanceListener ipl)
outputFormat
Instances outputFormat()
throws Exception
- Throws:
Exception
outputPeek
Instance outputPeek()
throws Exception
- Throws:
Exception
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.