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.1 $
Author:
Len Trigg (trigg@cs.waikato.ac.nz)

Method Index

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

Methods

 o addInstanceListener
 public abstract void addInstanceListener(InstanceListener ipl)
 o removeInstanceListener
 public abstract void removeInstanceListener(InstanceListener ipl)
 o outputFormat
 public abstract Instances outputFormat() throws Exception
 o outputPeek
 public abstract Instance outputPeek() throws Exception

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