Uses of Interface
weka.gui.streams.InstanceListener
Packages that use InstanceListener
-
Uses of InstanceListener in weka.gui.streams
Classes in weka.gui.streams that implement InstanceListenerModifier and TypeClassDescriptionclassA bean that counts instances streamed to it.classA bean that saves a stream of instances to a file.classA bean that takes a stream of instances and displays in a table.classThis is a very simple instance viewer - just displays the dataset as text output as it would be written to a file.Methods in weka.gui.streams with parameters of type InstanceListenerModifier and TypeMethodDescriptionvoidInstanceJoiner.addInstanceListener(InstanceListener ipl) voidInstanceLoader.addInstanceListener(InstanceListener ipl) voidInstanceProducer.addInstanceListener(InstanceListener ipl) voidInstanceJoiner.removeInstanceListener(InstanceListener ipl) voidInstanceLoader.removeInstanceListener(InstanceListener ipl) voidInstanceProducer.removeInstanceListener(InstanceListener ipl)