Uses of Class
adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
-
-
Uses of AbstractInvestigatorTab in adams.gui.tools.wekainvestigator.evaluation
Classes in adams.gui.tools.wekainvestigator.evaluation with type parameters of type AbstractInvestigatorTab Modifier and Type Class Description class
AbstractEvaluation<T extends AbstractInvestigatorTab,R extends AbstractResultItem>
Ancestor for evaluation setups.Fields in adams.gui.tools.wekainvestigator.evaluation declared as AbstractInvestigatorTab Modifier and Type Field Description protected T
AbstractEvaluation. m_Owner
the owner. -
Uses of AbstractInvestigatorTab in adams.gui.tools.wekainvestigator.history
Classes in adams.gui.tools.wekainvestigator.history with type parameters of type AbstractInvestigatorTab Modifier and Type Class Description class
AbstractHistoryPopupMenuItem<H extends adams.gui.core.AbstractNamedHistoryPanel,T extends AbstractInvestigatorTab>
Ancestor for classes that add menu items to the history popup menu.Fields in adams.gui.tools.wekainvestigator.history declared as AbstractInvestigatorTab Modifier and Type Field Description protected T
AbstractHistoryPopupMenuItem. m_Owner
the owner.Methods in adams.gui.tools.wekainvestigator.history with parameters of type AbstractInvestigatorTab Modifier and Type Method Description static void
AbstractHistoryPopupMenuItem. updatePopupMenu(adams.gui.core.AbstractNamedHistoryPanel history, AbstractInvestigatorTab owner, int[] indices, JPopupMenu menu, Class superclass)
Updates the menu for the specified superclass of menu items. -
Uses of AbstractInvestigatorTab in adams.gui.tools.wekainvestigator.job
Fields in adams.gui.tools.wekainvestigator.job declared as AbstractInvestigatorTab Modifier and Type Field Description protected AbstractInvestigatorTab
InvestigatorTabJob. m_Owner
the owner.Methods in adams.gui.tools.wekainvestigator.job that return AbstractInvestigatorTab Modifier and Type Method Description AbstractInvestigatorTab
InvestigatorTabJob. getOwner()
Returns the owner.Constructors in adams.gui.tools.wekainvestigator.job with parameters of type AbstractInvestigatorTab Constructor Description InvestigatorTabJob(AbstractInvestigatorTab owner, String title)
Initializes the job.InvestigatorTabRunnableJob(AbstractInvestigatorTab owner, Runnable run)
Initializes the job. -
Uses of AbstractInvestigatorTab in adams.gui.tools.wekainvestigator.tab
Subclasses of AbstractInvestigatorTab in adams.gui.tools.wekainvestigator.tab Modifier and Type Class Description class
AbstractInvestigatorTabWithDataTable
Ancestor for tabs that have the data table on top.class
AbstractInvestigatorTabWithEditableDataTable
Ancestor for tabs with modifiable data table.class
AssociateTab
Tab for associators.class
AttributeSelectionTab
Tab for attribute selection.class
BoxPlotTab
Visualizes the selected dataset as box plot.class
ClassifyTab
Tab for classification.class
ClusterTab
Tab for clustering.class
CompareTab
For comparing datasets.class
DataQueryTab
Allows the execution of an SQL-like query to manipulate datasets.class
DataTab
Lists the currently loaded datasets.class
ExperimentTab
Tab for running experiment on selected dataset/classifier.class
IndependentComponentsTab
Visualizes the ICA components/sources and ICA space calculated from the selected dataset.class
InstanceTab
Visualizes the selected dataset like the instance explorer.class
LogTab
Just displays the log messages.class
MatrixTab
Visualizes the selected dataset as matrix plot.class
PartialLeastSquaresTab
Visualizes the PLS loadings and PLS space calculated from the selected dataset.class
PreprocessTab
Preprocessing tab.class
PrincipalComponentsTab
Visualizes the PCA loadings and PCA space calculated from the selected dataset.class
ScatterPlotTab
For plotting attributes against each other.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type AbstractInvestigatorTab Modifier and Type Method Description void
InvestigatorTabbedPane. addTab(AbstractInvestigatorTab tab)
Adds the tab.void
InvestigatorTabbedPane. addTab(AbstractInvestigatorTab tab, boolean show)
Adds the tab.
-