|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InstanceListener | |
|---|---|
| weka.gui.streams | |
| Uses of InstanceListener in weka.gui.streams |
|---|
| Classes in weka.gui.streams that implement InstanceListener | |
|---|---|
class |
InstanceCounter
A bean that counts instances streamed to it. |
class |
InstanceSavePanel
A bean that saves a stream of instances to a file. |
class |
InstanceTable
A bean that takes a stream of instances and displays in a table. |
class |
InstanceViewer
This 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 InstanceListener | |
|---|---|
void |
InstanceProducer.addInstanceListener(InstanceListener ipl)
|
void |
InstanceLoader.addInstanceListener(InstanceListener ipl)
|
void |
InstanceJoiner.addInstanceListener(InstanceListener ipl)
|
void |
InstanceProducer.removeInstanceListener(InstanceListener ipl)
|
void |
InstanceLoader.removeInstanceListener(InstanceListener ipl)
|
void |
InstanceJoiner.removeInstanceListener(InstanceListener ipl)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||