Package weka.gui.beans
Interface BatchClassifierListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
ClassifierPerformanceEvaluator,PredictionAppender,SerializedModelSaver
public interface BatchClassifierListener extends java.util.EventListenerInterface to something that can process a BatchClassifierEvent- Since:
- 1.0
- Version:
- $Revision: 1.2 $
- Author:
- Mark Hall
- See Also:
EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptClassifier(BatchClassifierEvent e)Accept a BatchClassifierEvent
-
-
-
Method Detail
-
acceptClassifier
void acceptClassifier(BatchClassifierEvent e)
Accept a BatchClassifierEvent- Parameters:
e- aBatchClassifierEventvalue
-
-