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 class
Append
Appends the selected datasets into single dataset (one-after-the-other).class
Compatibility
Checks the compatibility of the selected datasets.class
Copy
Copies the selected dataset.class
Merge
Merges the selected datasets (side-by-side).class
Randomize
Randomizes the selected dataset.class
RandomSubset
Creates a random subset from a dataset and inserts it as a new dataset.class
RemoveTestSet
Removes the test instances from one dataset in another.class
Rename
Renames the selected dataset.class
Revert
Reverts the selected dataset (if possible).class
Save
Saves the selected data.class
SaveIndexedSplitsRuns
Saves the indexed splits runs generated from the selected data.class
Split
Creates 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_Actions
the available actions.
-