Uses of Interface
weka.gui.beans.TestSetListener
Packages that use TestSetListener
-
Uses of TestSetListener in weka.gui.beans
Classes in weka.gui.beans that implement TestSetListenerModifier and TypeClassDescriptionclass
Abstract class for objects that store instances to some destination.class
A bean that appends multiple incoming data connections into a single data set.class
Bean that encapsulates displays bar graph summaries for attributes in a data set.class
Bean that assigns a class attribute to a data set.class
Bean that wraps around weka.classifiersclass
Bean that wraps around weka.clusterersclass
Bean for splitting instances into training ant test sets according to a cross validationclass
Bean that encapsulates weka.gui.visualize.VisualizePanelclass
A wrapper bean for Weka filtersclass
A bean that splits incoming instances (or instance streams) according to the evaluation of a logical expression.class
class
Saves data sets using weka.core.converter classesclass
Bean that encapsulates weka.gui.visualize.MatrixPanel for displaying a scatter plot matrix.class
Sorts incoming instances in ascending or descending order according to the values of user specified attributes.class
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
Bean that collects and displays pieces of textclass
Bean that accepts a data sets and produces a training setclass
Bean that accepts data sets, training sets, test sets and produces both a training and test set by randomly spliting the dataMethods in weka.gui.beans with parameters of type TestSetListenerModifier and TypeMethodDescriptionvoid
AbstractTestSetProducer.addTestSetListener
(TestSetListener tsl) Add a listener for test setsvoid
AbstractTrainAndTestSetProducer.addTestSetListener
(TestSetListener tsl) Add a test set listenervoid
ClassAssigner.addTestSetListener
(TestSetListener tsl) void
Filter.addTestSetListener
(TestSetListener tsl) Add a test set listenervoid
PredictionAppender.addTestSetListener
(TestSetListener tsl) Add a test set listenervoid
TestSetProducer.addTestSetListener
(TestSetListener tsl) Add a listener for test set eventsvoid
AbstractTestSetProducer.removeTestSetListener
(TestSetListener tsl) Remove a listener for test setsvoid
AbstractTrainAndTestSetProducer.removeTestSetListener
(TestSetListener tsl) Remove a test set listenervoid
ClassAssigner.removeTestSetListener
(TestSetListener tsl) void
Filter.removeTestSetListener
(TestSetListener tsl) Remove a test set listenervoid
PredictionAppender.removeTestSetListener
(TestSetListener tsl) Remove a test set listenervoid
TestSetProducer.removeTestSetListener
(TestSetListener tsl) Remove a listener for test set events