Uses of Interface
adams.core.StatusMessageHandler
-
-
Uses of StatusMessageHandler in adams.core
Subinterfaces of StatusMessageHandler in adams.core Modifier and Type Interface Description interfaceStatusMessageHandlerExtInterface for classes that can display a message string, either left or right. -
Uses of StatusMessageHandler in adams.flow.setup
Fields in adams.flow.setup declared as StatusMessageHandler Modifier and Type Field Description protected StatusMessageHandlerFlowSetupManager. m_StatusMessageHandlerthe handler to use for displaying messages.Methods in adams.flow.setup that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandlerFlowSetupManager. getStatusMessageHandler()Returns the current handler for status messages.Methods in adams.flow.setup with parameters of type StatusMessageHandler Modifier and Type Method Description voidFlowSetupManager. setStatusMessageHandler(StatusMessageHandler value)Sets the handler for status messages. -
Uses of StatusMessageHandler in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement StatusMessageHandler Modifier and Type Class Description classSequencePlotterPanelThe panel that plots all the sequences. -
Uses of StatusMessageHandler in adams.gui.core
Classes in adams.gui.core that implement StatusMessageHandler Modifier and Type Class Description classBaseStatusBarA bar for displaying status messages (left and right). -
Uses of StatusMessageHandler in adams.gui.dialog
Classes in adams.gui.dialog that implement StatusMessageHandler Modifier and Type Class Description classAbstractConfigDatabaseConnectionPanelA panel for connecting to a (config) database.classAbstractDatabaseConnectionPanelA panel for connecting to a database.classDatabaseConnectionPanelA panel for connecting to a database. -
Uses of StatusMessageHandler in adams.gui.flow
Subinterfaces of StatusMessageHandler in adams.gui.flow Modifier and Type Interface Description interfaceFlowWorkerHandlerInterface for classes that can make use of theFlowWorkerworker class.Classes in adams.gui.flow that implement StatusMessageHandler Modifier and Type Class Description classFlowControlCenterPanelA panel that functions as control center for flows.classFlowEditorPanelA panel for setting up, modifying, saving and loading "simple" flows.classFlowPanelA panel for setting up, modifying, saving and loading "simple" flows.classFlowRunnerPanelPanel that allows the execution of flows.classFlowWorkerSpecialized worker class for executing a flow. -
Uses of StatusMessageHandler in adams.gui.flow.notificationareaaction
Classes in adams.gui.flow.notificationareaaction that implement StatusMessageHandler Modifier and Type Class Description classAbstractNotificationAreaActionAncestor for actions on the notification area of the flow editor.classCloseAndCleanUpCloses the area panel and cleans up GUI output.classCopyCopies the content to the clipboard.classPrintLets the user print the content.classSaveSaves the content to a file.classSendErrorReportSends an error report to the support email address (if configured). -
Uses of StatusMessageHandler in adams.gui.menu
Classes in adams.gui.menu that implement StatusMessageHandler Modifier and Type Class Description static classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor plotting the performance of the genetic algorithm. -
Uses of StatusMessageHandler in adams.gui.scripting
Classes in adams.gui.scripting that implement StatusMessageHandler Modifier and Type Class Description classAbstractScriptingDialogA dialog for loading/saving and executing scripts.classScriptingDialogA dialog for loading/saving and executing scripts.Methods in adams.gui.scripting that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandlerAbstractCommandProcessor. getStatusMessageHandler()Returns the status message handler, if available. -
Uses of StatusMessageHandler in adams.gui.tools
Classes in adams.gui.tools that implement StatusMessageHandler Modifier and Type Class Description classFileCommanderPanelFile manager with two-pane interface, similar to the Midnight Commander. -
Uses of StatusMessageHandler in adams.gui.tools.filecommander
Classes in adams.gui.tools.filecommander that implement StatusMessageHandler Modifier and Type Class Description classAbstractFileCommanderActionAncestor for actions for theFileCommanderPanel.classActionsDummy action to keep the button enabled.classBzip2Compresses a single file using Bzip2.classGzipCompresses a single file using GZIP.classLzfCompresses a single file using Lzf.classLzmaCompresses a single file using LZMA.classTarCreates a Tar file from the selected files.classTerminalOpens a terminal in the active directory.classXzCompresses a single file using XZ.classZipCreates a ZIP file from the selected files.classZstdCompresses a single file using Zstd. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator
Classes in adams.gui.tools.wekainvestigator that implement StatusMessageHandler Modifier and Type Class Description classInvestigatorPanelThe main panel for the Investigator. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.datatable.action
Classes in adams.gui.tools.wekainvestigator.datatable.action that implement StatusMessageHandler Modifier and Type Class Description classAbstractEditableDataTableActionAncestor for actions on the data displayed on a tab using aAbstractInvestigatorTabWithEditableDataTable.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 StatusMessageHandler in adams.gui.tools.wekainvestigator.evaluation
Classes in adams.gui.tools.wekainvestigator.evaluation that implement StatusMessageHandler Modifier and Type Class Description classAbstractEvaluation<T extends AbstractInvestigatorTab,R extends AbstractResultItem>Ancestor for evaluation setups. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.source
Classes in adams.gui.tools.wekainvestigator.source that implement StatusMessageHandler Modifier and Type Class Description classAbstractSourceAncestor for additional "source" actions in the main menu.classClipboardParses content on the clipboard.classDatabaseFor loading data from a database.classDataGeneratorFor generating data using a data generator.classSpreadSheetFor loading ADAMS spreadsheets.classTextDirectoryUses the TextDirectoryLoader to load text documents. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab
Classes in adams.gui.tools.wekainvestigator.tab that implement StatusMessageHandler Modifier and Type Class Description classAbstractInvestigatorTabAncestor for tabs in the Investigator.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. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
Classes in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation that implement StatusMessageHandler Modifier and Type Class Description classAbstractAssociatorEvaluationAncestor for associator evaluation setups.classTrainBuilds an associator on a dataset. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Classes in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation that implement StatusMessageHandler Modifier and Type Class Description classAbstractAttributeSelectionEvaluationAncestor for attribute selection evaluation setups.classCrossValidationPerforms cross-validation.classTrainPerforms attribute selection on the train data. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Classes in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation that implement StatusMessageHandler Modifier and Type Class Description classAbstractClassifierEvaluationAncestor for classifier evaluation setups.classBuildModelBuilds a model and serializes it to a file.classCrossValidationPerforms cross-validation.classFromPredictionsLoads predictions from a spreadsheet for evaluation.classIndexedSplitsRunsEvaluationPerforms the evaluation according to the provided indexed splits.classReevaluateModelRe-evaluates a serialized model.classRepeatedCrossValidationPerforms repeated cross-validation.classTrainTestSetUses dedicated train/test sets.classTrainTestSplitUses a (random) percentage split to generate train/test.classTrainValidateTestSetUses dedicated train/validate/test sets. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Classes in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation that implement StatusMessageHandler Modifier and Type Class Description classAbstractClustererEvaluationAncestor for clusterer evaluation setups.classBuildModelBuilds a model and serializes it to a file.classClassesToClustersTries to map the clusters of the built clusterer to the class labels in the dataset.classCrossValidationPerforms cross-validation.classReevaluateModelRe-evaluates a serialized model.classTrainTestSetUses dedicated train/test sets.classTrainTestSplitUses a (random) percentage split to generate train/test. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Classes in adams.gui.tools.wekainvestigator.tab.experimenttab.setup that implement StatusMessageHandler Modifier and Type Class Description classAbstractExperimentSetupAncestor for experiment setups.classCrossValidationSetupSetup for a cross-validation experiment.classTrainTestSplitSetupSetup for a train/test-split experiment. -
Uses of StatusMessageHandler in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Classes in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction that implement StatusMessageHandler Modifier and Type Class Description classAbstractSelectedAttributesActionAncestor for actions on ther checked attributes in thePreprocessTab.classConvertToDateConverts the selected string attributes to date ones.classConvertToNominalConverts the selected attributes to nominal ones.classConvertToStringConverts the selected attributes to string ones.classRemoveRemoves the selected attributes.classRenameRenames the selected attribute.classReorderAttributesAllows the user to reorder the attributes.classUseAsClassUses the selected attribute as class attribute. -
Uses of StatusMessageHandler in adams.gui.tools.wekamultiexperimenter
Classes in adams.gui.tools.wekamultiexperimenter that implement StatusMessageHandler Modifier and Type Class Description classExperimenterPanelThe Experimenter panel. -
Uses of StatusMessageHandler in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as StatusMessageHandler Modifier and Type Field Description protected StatusMessageHandlerAbstractExperiment. m_StatusMessageHandlerfor notifications.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandlerAbstractExperiment. getStatusMessageHandler()Returns the current status message handler in use.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type StatusMessageHandler Modifier and Type Method Description voidAbstractExperiment. setStatusMessageHandler(StatusMessageHandler value)Sets the status message handler to use. -
Uses of StatusMessageHandler in adams.gui.visualization.container
Classes in adams.gui.visualization.container that implement StatusMessageHandler Modifier and Type Class Description classAbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>Panel that shows the zoom in the data container panel as overlay.classDataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data.classDataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Data container panel with a container list in the side panel.classDataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data and a side panel with additional information.Fields in adams.gui.visualization.container declared as StatusMessageHandler Modifier and Type Field Description protected StatusMessageHandlerDataContainerPanel. m_StatusMessageHandlera status message handler for displaying status messages.Methods in adams.gui.visualization.container that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandlerDataContainerPanel. getStatusMessageHandler()Returns the currently set handler for status messages.Methods in adams.gui.visualization.container with parameters of type StatusMessageHandler Modifier and Type Method Description voidDataContainerPanel. setStatusMessageHandler(StatusMessageHandler value)Sets the handler for status messages. -
Uses of StatusMessageHandler in adams.gui.visualization.image
Classes in adams.gui.visualization.image that implement StatusMessageHandler Modifier and Type Class Description classImagePanelFor displaying a single image. -
Uses of StatusMessageHandler in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement StatusMessageHandler Modifier and Type Class Description classInstanceComparePanelA tool for comparing two datasets visually.classInstanceExplorerA panel for exploring Instances visually.classInstancePanelA panel for displaying instances.classInstanceZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of StatusMessageHandler in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement StatusMessageHandler Modifier and Type Class Description classXYSequencePanelA panel for displaying XY sequences. -
Uses of StatusMessageHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement StatusMessageHandler Modifier and Type Class Description classSpreadSheetExplorerA panel for exploring Instances visually.classSpreadSheetRowPanelA panel for displaying instances.classSpreadSheetRowZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of StatusMessageHandler in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement StatusMessageHandler Modifier and Type Class Description classTimeseriesExplorerA panel for exploring Timeseries, manipulating them with filters, etc.classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.classTimeseriesZoomOverviewPanelPanel that shows the zoom in the timeseries panel as overlay. -
Uses of StatusMessageHandler in adams.gui.workspace
Classes in adams.gui.workspace that implement StatusMessageHandler Modifier and Type Class Description classAbstractWorkspacePanelWithStatusBarThe ancestor for a workspace panel that also have a statusbar. -
Uses of StatusMessageHandler in adams.multiprocess
Fields in adams.multiprocess declared as StatusMessageHandler Modifier and Type Field Description protected StatusMessageHandlerWekaCrossValidationExecution. m_StatusMessageHandlerfor outputting notifications.protected StatusMessageHandlerWekaCrossValidationJob. m_StatusMessageHandlerfor outputting notifications.Methods in adams.multiprocess that return StatusMessageHandler Modifier and Type Method Description StatusMessageHandlerWekaCrossValidationExecution. getStatusMessageHandler()Returns the status message handler for outputting notifications.StatusMessageHandlerWekaCrossValidationJob. getStatusMessageHandler()Returns the status message handler.Methods in adams.multiprocess with parameters of type StatusMessageHandler Modifier and Type Method Description voidWekaCrossValidationExecution. setStatusMessageHandler(StatusMessageHandler value)Sets the status message handler for outputting notifications.Constructors in adams.multiprocess with parameters of type StatusMessageHandler Constructor Description WekaCrossValidationJob(weka.classifiers.Classifier classifier, weka.core.Instances train, weka.core.Instances test, int fold, boolean discardPred, StatusMessageHandler handler)Initializes the job.
-