Uses of Interface
weka.gui.streams.InstanceProducer

Packages that use InstanceProducer
weka.gui.streams   
 

Uses of InstanceProducer in weka.gui.streams
 

Classes in weka.gui.streams that implement InstanceProducer
 class InstanceJoiner
          A bean that joins two streams of instances into one.
 class InstanceLoader
          A bean that produces a stream of instances from a file.
 

Fields in weka.gui.streams declared as InstanceProducer
private  InstanceProducer InstanceLoader.LoadThread.m_IP
           
 

Constructors in weka.gui.streams with parameters of type InstanceProducer
InstanceLoader.LoadThread(InstanceProducer ip)