Uses of Interface
weka.gui.beans.BatchClustererListener

Packages that use BatchClustererListener
weka.gui.beans   
 

Uses of BatchClustererListener in weka.gui.beans
 

Classes in weka.gui.beans that implement BatchClustererListener
 class ClustererPerformanceEvaluator
          A bean that evaluates the performance of batch trained clusterers
 class PredictionAppender
          Bean that can can accept batch or incremental classifier events and produce dataset or instance events which contain instances with predictions appended.
 class SerializedModelSaver
          A bean that saves serialized models
 

Methods in weka.gui.beans with parameters of type BatchClustererListener
 void Clusterer.addBatchClustererListener(BatchClustererListener cl)
          Add a batch clusterer listener
 void Clusterer.removeBatchClustererListener(BatchClustererListener cl)
          Remove a batch clusterer listener
 



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