Uses of Interface
weka.gui.Perspective
Packages that use Perspective
-
Uses of Perspective in weka.gui
Classes in weka.gui that implement PerspectiveModifier and TypeClassDescriptionclassBase classes for GUI perspectives to extend.classCreates a very simple command line for invoking the main method of classes.Methods in weka.gui that return PerspectiveModifier and TypeMethodDescriptionGUIApplication.getMainPerspective()Get the mainPerspectiveof this application - i.e.PerspectiveManager.getMainPerspective()Get the main application perspective.WorkbenchApp.getMainPerspective()Get the main perspective of this application.PerspectiveManager.getPerspective(String ID) Get the perspective with the given IDMethods in weka.gui that return types with arguments of type PerspectiveModifier and TypeMethodDescriptionPerspectiveManager.getLoadedPerspectives()Get a list of all loaded perspectives.PerspectiveManager.getVisiblePerspectives()Get a list of visible perspectives. -
Uses of Perspective in weka.gui.experiment
Classes in weka.gui.experiment that implement PerspectiveModifier and TypeClassDescriptionclassThe main class for the experiment environment. -
Uses of Perspective in weka.gui.explorer
Classes in weka.gui.explorer that implement PerspectiveModifier and TypeClassDescriptionclassThis panel allows the user to select, configure, and run a scheme that learns associations.classThis 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).classThis 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).classThis 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).classThis panel controls simple preprocessing of instances.classA slightly extended MatrixPanel for better support in the Explorer. -
Uses of Perspective in weka.gui.knowledgeflow
Classes in weka.gui.knowledgeflow that implement PerspectiveModifier and TypeClassDescriptionclassKnowledge Flow perspective that provides a matrix of AttributeVisualizationPanelsclassMain perspective for the Knowledge flow applicationclassKnowledge Flow perspective for the scatter plot matrixclassPerspective that wraps the {@code SQLViewer) component @author Mark Hall (mhall{[at]}pentaho{[dot]}com) @version $Revision: $Methods in weka.gui.knowledgeflow that return PerspectiveModifier and TypeMethodDescriptionKnowledgeFlowApp.getMainPerspective()Get the main perspective of this application