| Package | Description |
|---|---|
| weka.gui | |
| weka.gui.experiment | |
| weka.gui.explorer | |
| weka.gui.knowledgeflow |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCLIPanel
Creates a very simple command line for invoking the main method of classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Experimenter
The main class for the experiment environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationsPanel
This panel allows the user to select, configure, and run a scheme that learns
associations.
|
class |
AttributeSelectionPanel
This panel allows the user to select and configure an attribute evaluator and
a search method, set the attribute of the current dataset to be used as the
class, and perform attribute selection using one of two selection modes
(select using all the training data or perform a n-fold cross validation---on
each trial selecting features using n-1 folds of the data).
|
class |
ClassifierPanel
This panel allows the user to select and configure a classifier, set the
attribute of the current dataset to be used as the class, and evaluate the
classifier using a number of testing modes (test on the training data,
train/test on a percentage split, n-fold cross-validation, test on a separate
split).
|
class |
ClustererPanel
This panel allows the user to select and configure a clusterer, and evaluate
the clusterer using a number of testing modes (test on the training data,
train/test on a percentage split, test on a separate split).
|
class |
PreprocessPanel
This panel controls simple preprocessing of instances.
|
class |
VisualizePanel
A slightly extended MatrixPanel for better support in the Explorer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeSummaryPerspective
Knowledge Flow perspective that provides a matrix of
AttributeVisualizationPanels
|
class |
MainKFPerspective
Main perspective for the Knowledge flow application
|
class |
ScatterPlotMatrixPerspective
Knowledge Flow perspective for the scatter plot matrix
|
class |
SQLViewerPerspective
Perspective that wraps the {@code SQLViewer) component
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.