Package | Description |
---|---|
weka.gui.beans |
Modifier and Type | Field and Description |
---|---|
protected InstanceEvent |
PredictionAppender.m_instanceEvent |
Modifier and Type | Method and Description |
---|---|
void |
ClassAssigner.acceptInstance(InstanceEvent e) |
void |
Classifier.acceptInstance(InstanceEvent e)
Accepts an instance for incremental processing.
|
void |
InstanceListener.acceptInstance(InstanceEvent e)
Accept and process an instance event
|
abstract void |
AbstractDataSink.acceptInstance(InstanceEvent e)
Accept an instance
|
void |
StripChart.acceptInstance(InstanceEvent e) |
void |
Saver.acceptInstance(InstanceEvent e)
Methods reacts to instance events and saves instances incrementally.
|
void |
Filter.acceptInstance(InstanceEvent e)
Accept an instance for processing by StreamableFilters only
|
void |
InstanceStreamToBatchMaker.acceptInstance(InstanceEvent e)
Accept an instance to add to the batch.
|
protected void |
PredictionAppender.notifyInstanceAvailable(InstanceEvent e)
Notify all instance listeners that an instance is available
|
protected void |
ClassAssigner.notifyInstanceListeners(InstanceEvent tse) |
protected void |
Filter.notifyInstanceListeners(InstanceEvent tse) |
protected void |
Loader.notifyInstanceLoaded(InstanceEvent e)
Notify all instance listeners that a new instance is available
|
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.