Uses of Interface
weka.gui.beans.InstanceListener

Packages that use InstanceListener
weka.gui.beans   
 

Uses of InstanceListener in weka.gui.beans
 

Classes in weka.gui.beans that implement InstanceListener
 class AbstractDataSink
          Abstract class for objects that store instances to some destination.
 class Appender
          A bean that appends multiple incoming data connections into a single data set.
 class ClassAssigner
          Bean that assigns a class attribute to a data set.
 class Classifier
          Bean that wraps around weka.classifiers
 class Filter
          A wrapper bean for Weka filters
 class InstanceStreamToBatchMaker
          Bean that converts an instance stream into a (batch) data set.
 class Saver
          Saves data sets using weka.core.converter classes
 class Sorter
          Sorts incoming instances in ascending or descending order according to the values of user specified attributes.
 class StripChart
          Bean that can display a horizontally scrolling strip chart.
 class SubstringLabeler
          A bean that finds matches in string attribute values (using either substring or regular expression matches) and labels the instance (sets the value of a new attribute) according to the supplied label for the matching rule.
 class SubstringReplacer
          A bean that can replace substrings in the values of string attributes.
 

Methods in weka.gui.beans with parameters of type InstanceListener
 void SubstringReplacer.addInstanceListener(InstanceListener tsl)
          Add an instance listener
 void SubstringLabeler.addInstanceListener(InstanceListener dsl)
          Add an instance listener
 void Sorter.addInstanceListener(InstanceListener dsl)
          Add an instance listener
 void PredictionAppender.addInstanceListener(InstanceListener dsl)
          Add an instance listener
 void Loader.addInstanceListener(InstanceListener dsl)
          Add an instance listener
 void InstanceStreamToBatchMaker.addInstanceListener(InstanceListener il)
           
 void Filter.addInstanceListener(InstanceListener tsl)
          Add an instance listener
 void DataSource.addInstanceListener(InstanceListener dsl)
          Add an instance listener
 void ClassAssigner.addInstanceListener(InstanceListener tsl)
           
 void Appender.addInstanceListener(InstanceListener tsl)
          Add an instance listener
 void AbstractDataSource.addInstanceListener(InstanceListener dsl)
          Add an instance listener
 void SubstringReplacer.removeInstanceListener(InstanceListener tsl)
          Remove an instance listener
 void SubstringLabeler.removeInstanceListener(InstanceListener dsl)
          Remove an instance listener
 void Sorter.removeInstanceListener(InstanceListener dsl)
          Remove an instance listener
 void PredictionAppender.removeInstanceListener(InstanceListener dsl)
          Remove an instance listener
 void Loader.removeInstanceListener(InstanceListener dsl)
          Remove an instance listener
 void InstanceStreamToBatchMaker.removeInstanceListener(InstanceListener il)
           
 void Filter.removeInstanceListener(InstanceListener tsl)
          Remove an instance listener
 void DataSource.removeInstanceListener(InstanceListener dsl)
          Remove an instance listener
 void ClassAssigner.removeInstanceListener(InstanceListener tsl)
           
 void Appender.removeInstanceListener(InstanceListener tsl)
          Remove an instance listener
 void AbstractDataSource.removeInstanceListener(InstanceListener dsl)
          Remove an instance listener
 



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