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)

Method Index

 o addInstanceListener(InstanceListener)
 
 o outputFormat()
 
 o outputPeek()
 
 o removeInstanceListener(InstanceListener)
 

Method Detail

 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

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