Package weka.gui.beans
Interface IncrementalClassifierListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
IncrementalClassifierEvaluator
,PredictionAppender
,SerializedModelSaver
Interface to something that can process a IncrementalClassifierEvent
- Since:
- 1.0
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Accept the event
-
Method Details
-
acceptClassifier
Accept the event- Parameters:
e
- aClassifierEvent
value
-