Uses of Class
adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
-
Packages that use AbstractEditableDataTableAction Package Description adams.gui.tools.wekainvestigator.datatable.action adams.gui.tools.wekainvestigator.tab -
-
Uses of AbstractEditableDataTableAction in adams.gui.tools.wekainvestigator.datatable.action
Subclasses of AbstractEditableDataTableAction in adams.gui.tools.wekainvestigator.datatable.action Modifier and Type Class Description classAppendAppends the selected datasets into single dataset (one-after-the-other).classCompatibilityChecks the compatibility of the selected datasets.classCopyCopies the selected dataset.classMergeMerges the selected datasets (side-by-side).classRandomizeRandomizes the selected dataset.classRandomSubsetCreates a random subset from a dataset and inserts it as a new dataset.classRemoveTestSetRemoves the test instances from one dataset in another.classRenameRenames the selected dataset.classRevertReverts the selected dataset (if possible).classSaveSaves the selected data.classSaveIndexedSplitsRunsSaves the indexed splits runs generated from the selected data.classSplitCreates train/test splits from a dataset and inserts these as new datasets. -
Uses of AbstractEditableDataTableAction in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab with type parameters of type AbstractEditableDataTableAction Modifier and Type Field Description protected List<AbstractEditableDataTableAction>AbstractInvestigatorTabWithEditableDataTable. m_Actionsthe available actions.
-