Package weka.gui.beans
Interface IncrementalClassifierListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
IncrementalClassifierEvaluator,PredictionAppender,SerializedModelSaver
public interface IncrementalClassifierListener extends java.util.EventListenerInterface 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 voidacceptClassifier(IncrementalClassifierEvent e)Accept the event
-
-
-
Method Detail
-
acceptClassifier
void acceptClassifier(IncrementalClassifierEvent e)
Accept the event- Parameters:
e- aClassifierEventvalue
-
-