Uses of Class
weka.gui.AbstractPerspective
Packages that use AbstractPerspective
-
Uses of AbstractPerspective in weka.gui.experiment
Subclasses of AbstractPerspective in weka.gui.experimentModifier and TypeClassDescriptionclass
The main class for the experiment environment. -
Uses of AbstractPerspective in weka.gui.explorer
Subclasses of AbstractPerspective in weka.gui.explorerModifier and TypeClassDescriptionclass
This panel allows the user to select, configure, and run a scheme that learns associations.class
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
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
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
This panel controls simple preprocessing of instances.class
A slightly extended MatrixPanel for better support in the Explorer. -
Uses of AbstractPerspective in weka.gui.knowledgeflow
Subclasses of AbstractPerspective in weka.gui.knowledgeflowModifier and TypeClassDescriptionclass
Knowledge Flow perspective that provides a matrix of AttributeVisualizationPanelsclass
Main perspective for the Knowledge flow applicationclass
Knowledge Flow perspective for the scatter plot matrixclass
Perspective that wraps the {@code SQLViewer) component @author Mark Hall (mhall{[at]}pentaho{[dot]}com) @version $Revision: $