| Package | Description |
|---|---|
| weka.gui.beans |
| Modifier and Type | Class and Description |
|---|---|
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 |
FlowByExpression
A bean that splits incoming instances (or instance streams) according to the
evaluation of a logical expression.
|
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 |
Sorter
Sorts incoming instances in ascending or descending
order according to the values of user specified attributes.
|
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 |
TrainingSetMaker
Bean that accepts a data sets and produces a training set
|
class |
TrainTestSplitMaker
Bean that accepts data sets, training sets, test sets and produces
both a training and test set by randomly spliting the data
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestSetProducer.addTestSetListener(TestSetListener tsl)
Add a listener for test set events
|
void |
PredictionAppender.addTestSetListener(TestSetListener tsl)
Add a test set listener
|
void |
Filter.addTestSetListener(TestSetListener tsl)
Add a test set listener
|
void |
ClassAssigner.addTestSetListener(TestSetListener tsl) |
void |
AbstractTrainAndTestSetProducer.addTestSetListener(TestSetListener tsl)
Add a test set listener
|
void |
AbstractTestSetProducer.addTestSetListener(TestSetListener tsl)
Add a listener for test sets
|
void |
TestSetProducer.removeTestSetListener(TestSetListener tsl)
Remove a listener for test set events
|
void |
PredictionAppender.removeTestSetListener(TestSetListener tsl)
Remove a test set listener
|
void |
Filter.removeTestSetListener(TestSetListener tsl)
Remove a test set listener
|
void |
ClassAssigner.removeTestSetListener(TestSetListener tsl) |
void |
AbstractTrainAndTestSetProducer.removeTestSetListener(TestSetListener tsl)
Remove a test set listener
|
void |
AbstractTestSetProducer.removeTestSetListener(TestSetListener tsl)
Remove a listener for test sets
|
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.