Package weka.gui.beans
Interface IncrementalClassifierListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
IncrementalClassifierEvaluator
,PredictionAppender
,SerializedModelSaver
public interface IncrementalClassifierListener extends java.util.EventListener
Interface to something that can process a IncrementalClassifierEvent- Since:
- 1.0
- Version:
- $Revision: 1.3 $
- Author:
- Mark Hall
- See Also:
EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
acceptClassifier(IncrementalClassifierEvent e)
Accept the event
-
-
-
Method Detail
-
acceptClassifier
void acceptClassifier(IncrementalClassifierEvent e)
Accept the event- Parameters:
e
- aClassifierEvent
value
-
-