Package weka.gui.streams

Interface Summary
InstanceListener An interface for objects interested in listening to streams of instances.
InstanceProducer An interface for objects capable of producing streams of instances.
SerialInstanceListener Defines an interface for objects able to produce two output streams of instances.
 

Class Summary
InstanceCounter A bean that counts instances streamed to it.
InstanceEvent An event encapsulating an instance stream event.
InstanceJoiner A bean that joins two streams of instances into one.
InstanceLoader A bean that produces a stream of instances from a file.
InstanceSavePanel A bean that saves a stream of instances to a file.
InstanceTable A bean that takes a stream of instances and displays in a table.
InstanceViewer This is a very simple instance viewer - just displays the dataset as text output as it would be written to a file.