weka.gui.beans
Interface BatchClassifierListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ClassifierPerformanceEvaluator, PredictionAppender, SerializedModelSaver

public interface BatchClassifierListener
extends EventListener

Interface to something that can process a BatchClassifierEvent

Since:
1.0
Version:
$Revision: 8034 $
Author:
Mark Hall
See Also:
EventListener

Method Summary
 void acceptClassifier(BatchClassifierEvent e)
          Accept a BatchClassifierEvent
 

Method Detail

acceptClassifier

void acceptClassifier(BatchClassifierEvent e)
Accept a BatchClassifierEvent

Parameters:
e - a BatchClassifierEvent value


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.