Package | Description |
---|---|
weka.gui.streams |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceLoader.addInstanceListener(InstanceListener ipl) |
void |
InstanceJoiner.addInstanceListener(InstanceListener ipl) |
void |
InstanceProducer.addInstanceListener(InstanceListener ipl) |
void |
InstanceLoader.removeInstanceListener(InstanceListener ipl) |
void |
InstanceJoiner.removeInstanceListener(InstanceListener ipl) |
void |
InstanceProducer.removeInstanceListener(InstanceListener ipl) |
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.