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 classAbstractEvaluation<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 TAbstractEvaluation. m_Ownerthe 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 classAbstractHistoryPopupMenuItem<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 TAbstractHistoryPopupMenuItem. m_Ownerthe owner.Methods in adams.gui.tools.wekainvestigator.history with parameters of type AbstractInvestigatorTab Modifier and Type Method Description static voidAbstractHistoryPopupMenuItem. 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 AbstractInvestigatorTabInvestigatorTabJob. m_Ownerthe owner.Methods in adams.gui.tools.wekainvestigator.job that return AbstractInvestigatorTab Modifier and Type Method Description AbstractInvestigatorTabInvestigatorTabJob. 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 classAbstractInvestigatorTabWithDataTableAncestor for tabs that have the data table on top.classAbstractInvestigatorTabWithEditableDataTableAncestor for tabs with modifiable data table.classAssociateTabTab for associators.classAttributeSelectionTabTab for attribute selection.classBoxPlotTabVisualizes the selected dataset as box plot.classClassifyTabTab for classification.classClusterTabTab for clustering.classCompareTabFor comparing datasets.classDataQueryTabAllows the execution of an SQL-like query to manipulate datasets.classDataTabLists the currently loaded datasets.classExperimentTabTab for running experiment on selected dataset/classifier.classIndependentComponentsTabVisualizes the ICA components/sources and ICA space calculated from the selected dataset.classInstanceTabVisualizes the selected dataset like the instance explorer.classLogTabJust displays the log messages.classMatrixTabVisualizes the selected dataset as matrix plot.classPartialLeastSquaresTabVisualizes the PLS loadings and PLS space calculated from the selected dataset.classPreprocessTabPreprocessing tab.classPrincipalComponentsTabVisualizes the PCA loadings and PCA space calculated from the selected dataset.classScatterPlotTabFor plotting attributes against each other.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type AbstractInvestigatorTab Modifier and Type Method Description voidInvestigatorTabbedPane. addTab(AbstractInvestigatorTab tab)Adds the tab.voidInvestigatorTabbedPane. addTab(AbstractInvestigatorTab tab, boolean show)Adds the tab.
-