Uses of Interface
weka.gui.beans.TestSetListener

Packages that use TestSetListener
weka.gui.beans   
 

Uses of TestSetListener in weka.gui.beans
 

Classes in weka.gui.beans that implement TestSetListener
 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 AttributeSummarizer
          Bean that encapsulates displays bar graph summaries for attributes in a data set.
 class ClassAssigner
          Bean that assigns a class attribute to a data set.
 class Classifier
          Bean that wraps around weka.classifiers
 class Clusterer
          Bean that wraps around weka.clusterers
 class CrossValidationFoldMaker
          Bean for splitting instances into training ant test sets according to a cross validation
 class DataVisualizer
          Bean that encapsulates weka.gui.visualize.VisualizePanel
 class Filter
          A wrapper bean for Weka filters
 class Saver
          Saves data sets using weka.core.converter classes
 class ScatterPlotMatrix
          Bean that encapsulates weka.gui.visualize.MatrixPanel for displaying a scatter plot matrix.
 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 TextViewer
          Bean that collects and displays pieces of text
 class TrainTestSplitMaker
          Bean that accepts data sets, training sets, test sets and produces both a training and test set by randomly spliting the data
 

Methods in weka.gui.beans with parameters of type TestSetListener
 void AbstractTestSetProducer.addTestSetListener(TestSetListener tsl)
          Add a listener for test sets
 void AbstractTrainAndTestSetProducer.addTestSetListener(TestSetListener tsl)
          Add a test set listener
 void PredictionAppender.addTestSetListener(TestSetListener tsl)
          Add a test set listener
 void ClassAssigner.addTestSetListener(TestSetListener tsl)
           
 void TestSetProducer.addTestSetListener(TestSetListener tsl)
          Add a listener for test set events
 void Filter.addTestSetListener(TestSetListener tsl)
          Add a test set listener
 void AbstractTestSetProducer.removeTestSetListener(TestSetListener tsl)
          Remove a listener for test sets
 void AbstractTrainAndTestSetProducer.removeTestSetListener(TestSetListener tsl)
          Remove a test set listener
 void PredictionAppender.removeTestSetListener(TestSetListener tsl)
          Remove a test set listener
 void ClassAssigner.removeTestSetListener(TestSetListener tsl)
           
 void TestSetProducer.removeTestSetListener(TestSetListener tsl)
          Remove a listener for test set events
 void Filter.removeTestSetListener(TestSetListener tsl)
          Remove a test set listener
 



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