Uses of Interface
weka.gui.beans.BatchClassifierListener
Packages that use BatchClassifierListener
-
Uses of BatchClassifierListener in weka.gui.beans
Classes in weka.gui.beans that implement BatchClassifierListenerModifier and TypeClassDescriptionclass
A bean that evaluates the performance of batch trained classifiersclass
Bean that can can accept batch or incremental classifier events and produce dataset or instance events which contain instances with predictions appended.class
A bean that saves serialized modelsMethods in weka.gui.beans with parameters of type BatchClassifierListenerModifier and TypeMethodDescriptionvoid
Classifier.addBatchClassifierListener
(BatchClassifierListener cl) Add a batch classifier listenervoid
Classifier.removeBatchClassifierListener
(BatchClassifierListener cl) Remove a batch classifier listener