A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

A0 - adams.flow.transformer.pdfproclet.PageSize
 
A1 - adams.flow.transformer.pdfproclet.PageSize
 
A10 - adams.flow.transformer.pdfproclet.PageSize
 
A2 - adams.flow.transformer.pdfproclet.PageSize
 
A2 - Static variable in class adams.data.statistics.SPCUtils
 
A3 - adams.flow.transformer.pdfproclet.PageSize
 
A3 - Static variable in class adams.data.statistics.SPCUtils
 
A4 - adams.flow.transformer.pdfproclet.PageSize
 
A5 - adams.flow.transformer.pdfproclet.PageSize
 
A6 - adams.flow.transformer.pdfproclet.PageSize
 
A7 - adams.flow.transformer.pdfproclet.PageSize
 
A8 - adams.flow.transformer.pdfproclet.PageSize
 
A9 - adams.flow.transformer.pdfproclet.PageSize
 
AArffLoader - Class in weka.core.converters
Safe version of the ArffLoader, always retaining string values.
AArffLoader() - Constructor for class weka.core.converters.AArffLoader
 
AArffLoader.AArffReader - Class in weka.core.converters
 
AArffReader(Reader) - Constructor for class weka.core.converters.AArffLoader.AArffReader
Reads the data completely from the reader.
AArffReader(Reader, int) - Constructor for class weka.core.converters.AArffLoader.AArffReader
 
AArffReader(Reader, int, boolean) - Constructor for class weka.core.converters.AArffLoader.AArffReader
Reads only the header and reserves the specified space for instances.
AArffReader(Reader, Instances, int) - Constructor for class weka.core.converters.AArffLoader.AArffReader
Reads the data without header according to the specified template.
AArffReader(Reader, Instances, int, int) - Constructor for class weka.core.converters.AArffLoader.AArffReader
Initializes the reader without reading the header according to the specified template.
AArffReader(Reader, Instances, int, int, boolean) - Constructor for class weka.core.converters.AArffLoader.AArffReader
Initializes the reader without reading the header according to the specified template.
abortExperiment() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractAdamsExperimentRunner
Aborts the experiment.
abortExperiment() - Method in class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Aborts the experiment.
abortExperiment() - Method in class adams.gui.tools.wekamultiexperimenter.runner.RemoteWekaExperimentRunner
Aborts the experiment.
About - Class in adams.gui.menu
Displays the infamous about box.
About() - Constructor for class adams.gui.menu.About
Initializes the menu item with no owner.
About(AbstractApplicationFrame) - Constructor for class adams.gui.menu.About
Initializes the menu item.
AboutBoxPanel - Class in adams.gui.application
Represents an "About" box displayed from the main menu.
AboutBoxPanel() - Constructor for class adams.gui.application.AboutBoxPanel
 
AboutBoxPanel.ModulesTableModel - Class in adams.gui.application
Custom model for Modules.
ABOVE - weka.classifiers.meta.ClassifierCascade.ThresholdCheck
 
ABS - Static variable in interface adams.parser.basedate.sym
 
ABS - Static variable in interface adams.parser.basedatetime.sym
 
ABS - Static variable in interface adams.parser.basedatetimemsec.sym
 
ABS - Static variable in interface adams.parser.basetime.sym
 
ABS - Static variable in interface adams.parser.basetimemsec.sym
 
ABS - Static variable in interface adams.parser.booleanexpression.sym
 
ABS - Static variable in interface adams.parser.lookupupdate.sym
 
ABS - Static variable in interface adams.parser.mathematicalexpression.sym
 
ABS - Static variable in interface adams.parser.spreadsheetformula.sym
 
ABS - Static variable in interface adams.parser.stringexpression.sym
 
absDev(int, Instances) - Static method in class weka.classifiers.trees.m5.Rule2
Returns the absolute deviation value of the supplied attribute index.
absErrTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the tip text for this property
absErrTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the tip text for this property
ABSOLUTE - adams.core.PositionType
absolute.
ABSOLUTE - adams.data.opencv.transformer.Resize.ResizeType
 
ABSOLUTE - adams.flow.transformer.WekaBootstrapping.ErrorCalculation
 
absoluteDay(Calendar, boolean) - Static method in class adams.core.DateUtils
Given a Calendar, return the number of days since 1900/12/31.
absoluteDirectoryNameTipText() - Method in class adams.flow.source.SelectDirectory
Returns the tip text for this property.
absoluteFileNamesTipText() - Method in class adams.flow.source.SelectFile
Returns the tip text for this property.
AbsolutePathSupporter - Interface in adams.core.io
Interface for classes that support absolute paths.
absolutePathTipText() - Method in class adams.data.conversion.FileToString
Returns the tip text for this property.
AbsolutePredictionErrorComparator - Class in adams.flow.transformer.wekaevaluationpostprocessor
Comparator for predictions using the (absolute) prediction error (sorting increasingly).
AbsolutePredictionErrorComparator() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.AbsolutePredictionErrorComparator
 
absoluteTipText() - Method in class adams.flow.source.FilenameGenerator
Returns the tip text for this property.
absoluteTipText() - Method in class adams.flow.transformer.FilenameGenerator
Returns the tip text for this property.
absoluteTipText() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Returns the tip text for this property.
absoluteValueTipText() - Method in class adams.data.statistics.ArrayDifference
Returns the tip text for this property.
AbstainAttributePercentile - Class in weka.classifiers.meta
Only predict if attribute value within percentile range.
AbstainAttributePercentile() - Constructor for class weka.classifiers.meta.AbstainAttributePercentile
 
AbstainAverage - Class in weka.classifiers.meta
Average base classifiers, abstain if difference outside thresholds

Valid options are:

AbstainAverage() - Constructor for class weka.classifiers.meta.AbstainAverage
 
AbstainAverageWithClassifierWeights - Class in weka.classifiers.meta
Average base classifiers, abstain if difference outside thresholds

Valid options are:

AbstainAverageWithClassifierWeights() - Constructor for class weka.classifiers.meta.AbstainAverageWithClassifierWeights
 
AbstainingCascade - Class in weka.classifiers.meta
The specified classifiers represent a cascade: if the first one abstains, the second is used (and so on), otherwise the prediction is returned.
If all classifiers prior to the last one abstained then the prediction of the last one is returned.
AbstainingCascade() - Constructor for class weka.classifiers.meta.AbstainingCascade
 
AbstainingClassifier - Interface in weka.classifiers
Interface for classifiers that may support abstaining.
AbstainingClassifierWrapper - Class in weka.classifiers.meta
Wraps an abstaining classifier and allows turning on/of abstaining.
AbstainingClassifierWrapper() - Constructor for class weka.classifiers.meta.AbstainingClassifierWrapper
Initializes the classifier.
AbstainingLWL - Class in weka.classifiers.lazy
LWL variant that supports abstaining if the base classifier is able to.
AbstainingLWL() - Constructor for class weka.classifiers.lazy.AbstainingLWL
 
AbstainLeastMedianSq - Class in weka.classifiers.meta
Finds the base classifier with the best least median squared error.
AbstainLeastMedianSq() - Constructor for class weka.classifiers.meta.AbstainLeastMedianSq
 
AbstainMinimumProbability - Class in weka.classifiers.meta
Abstains if the probability of the chosen class label is below the specified threshold.
AbstainMinimumProbability() - Constructor for class weka.classifiers.meta.AbstainMinimumProbability
 
AbstainVote - Class in weka.classifiers.meta
Finds the base classifier with the best least median squared error.
AbstainVote() - Constructor for class weka.classifiers.meta.AbstainVote
 
ABSTRACT - adams.core.TechnicalInformation.Field
An abstract of the work.
AbstractAction(DelayedActionRunnable) - Constructor for class adams.gui.core.DelayedActionRunnable.AbstractAction
Initializes the action.
AbstractActionWithDialog<D extends Dialog> - Class in adams.gui.action
Actions that have an optional dialog associated which needs cleaning up.
AbstractActionWithDialog() - Constructor for class adams.gui.action.AbstractActionWithDialog
 
AbstractActor - Class in adams.flow.core
Abstract base class for actors.
AbstractActor() - Constructor for class adams.flow.core.AbstractActor
 
AbstractActorJavaCodeProducer - Class in adams.core.option
Ancestor for producers that generate Java code from actors.
AbstractActorJavaCodeProducer() - Constructor for class adams.core.option.AbstractActorJavaCodeProducer
 
AbstractActorListingProcessor - Class in adams.flow.processor
Ancestor for processors that list full actor names and allow jumping to them.
AbstractActorListingProcessor() - Constructor for class adams.flow.processor.AbstractActorListingProcessor
 
AbstractActorProcessor - Class in adams.flow.processor
Abstract base class for schemes that process a flow/actor in some fashion.
AbstractActorProcessor() - Constructor for class adams.flow.processor.AbstractActorProcessor
 
AbstractActorReference - Class in adams.flow.core
Ancestor for actor references.
AbstractActorReference() - Constructor for class adams.flow.core.AbstractActorReference
Initializes the string with length 0.
AbstractActorReference(String) - Constructor for class adams.flow.core.AbstractActorReference
Initializes the object with the string to parse.
AbstractActorSwapSuggestion - Class in adams.gui.flow.tree.actorswap
Ancestor for classes the return potential swaps for an actor.
AbstractActorSwapSuggestion() - Constructor for class adams.gui.flow.tree.actorswap.AbstractActorSwapSuggestion
 
AbstractActorTemplate - Class in adams.flow.template
Ancestor for generators that use templates for generating Actor objects.
AbstractActorTemplate() - Constructor for class adams.flow.template.AbstractActorTemplate
 
AbstractAdamsExperimentIO<T extends AbstractExperiment> - Class in adams.gui.tools.wekamultiexperimenter.io
Ancestor for classes that handle loading/saving of experiments.
AbstractAdamsExperimentIO() - Constructor for class adams.gui.tools.wekamultiexperimenter.io.AbstractAdamsExperimentIO
 
AbstractAdamsExperimentReader - Class in adams.data.io.input
Ancestor for readers for ADAMS Experiments.
AbstractAdamsExperimentReader() - Constructor for class adams.data.io.input.AbstractAdamsExperimentReader
 
AbstractAdamsExperimentRunner<T extends AbstractExperiment> - Class in adams.gui.tools.wekamultiexperimenter.runner
Ancestor for classes that handle running a copy of the experiment in a separate thread.
AbstractAdamsExperimentRunner(ExperimenterPanel) - Constructor for class adams.gui.tools.wekamultiexperimenter.runner.AbstractAdamsExperimentRunner
Initializes the thread.
AbstractAdamsExperimentWriter - Class in adams.data.io.output
Ancestor for ADAMS Experiment writers.
AbstractAdamsExperimentWriter() - Constructor for class adams.data.io.output.AbstractAdamsExperimentWriter
 
AbstractAdamsSetupPanel - Class in adams.gui.tools.wekamultiexperimenter.setup
Ancestor for setup panels for ADAMS experiments.
AbstractAdamsSetupPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.AbstractAdamsSetupPanel
 
AbstractAddActor - Class in adams.gui.flow.tree.keyboardaction
Ancestor for actions that add an actor.
AbstractAddActor() - Constructor for class adams.gui.flow.tree.keyboardaction.AbstractAddActor
 
AbstractAddBreakpointAction - Class in adams.gui.flow.tree.menu
Ancestor for adding breakpoint actors.
AbstractAddBreakpointAction() - Constructor for class adams.gui.flow.tree.menu.AbstractAddBreakpointAction
 
AbstractAdditionalExplorerPanel - Class in weka.gui.explorer.panels
Wrapper class for additional panels to be displayed in the Explorer.
AbstractAdditionalExplorerPanel() - Constructor for class weka.gui.explorer.panels.AbstractAdditionalExplorerPanel
 
AbstractAddMostCommonActorAction - Class in adams.gui.flow.tree.menu
Ancestor for actions that add most common actors.
AbstractAddMostCommonActorAction() - Constructor for class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction
 
AbstractAddRemoveTimeWindowDatabaseTool - Class in adams.tools
Ancestor for tools that add or remove stuff in the database.
AbstractAddRemoveTimeWindowDatabaseTool() - Constructor for class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
 
AbstractAddTemplate - Class in adams.gui.flow.tree.keyboardaction
Ancestor for actions that add a template.
AbstractAddTemplate() - Constructor for class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate
 
AbstractAdvancedScript - Class in adams.gui.core
Ancestor for scripts with syntax highlighting in the GOE using the RSyntaxTextArea component.
AbstractAdvancedScript() - Constructor for class adams.gui.core.AbstractAdvancedScript
Initializes the string with length 0.
AbstractAdvancedScript(String) - Constructor for class adams.gui.core.AbstractAdvancedScript
Initializes the object with the string to parse.
AbstractAdvancedScriptEditor - Class in adams.gui.goe
A PropertyEditor for AbstractAdvancedScript-derived objects.
AbstractAdvancedScriptEditor() - Constructor for class adams.gui.goe.AbstractAdvancedScriptEditor
 
AbstractAdvancedScriptEditorWithTemplates - Class in adams.gui.goe
Ancestor for script editors that support text templates.
AbstractAdvancedScriptEditorWithTemplates() - Constructor for class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
 
AbstractAnalysis<T> - Class in adams.data.analysis
Ancestor for data analysis classes.
AbstractAnalysis() - Constructor for class adams.data.analysis.AbstractAnalysis
 
AbstractAnalysisPanel - Class in adams.gui.tools.wekamultiexperimenter.analysis
Ancestor for panels that analysis experimental results.
AbstractAnalysisPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.analysis.AbstractAnalysisPanel
 
AbstractAnnotationCheck - Class in adams.gui.visualization.object.objectannotations.check
Ancestor for annotation checks.
AbstractAnnotationCheck() - Constructor for class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
 
AbstractAnnotationCleaner - Class in adams.gui.visualization.object.objectannotations.cleaning
Ancestor for annotation cleaners.
AbstractAnnotationCleaner() - Constructor for class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
 
AbstractAnnotationColors - Class in adams.gui.visualization.object.objectannotations.colors
Ancestor for annotation colorizers.
AbstractAnnotationColors() - Constructor for class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
 
AbstractAnnotationProcessor - Class in adams.gui.flow.tree.annotations
Ancestor for annotation processors.
AbstractAnnotationProcessor() - Constructor for class adams.gui.flow.tree.annotations.AbstractAnnotationProcessor
 
AbstractAnnotationsDisplayGenerator - Class in adams.gui.visualization.object.annotationsdisplay
Ancestor for classes that create AbstractAnnotationsPanel implementations.
AbstractAnnotationsDisplayGenerator() - Constructor for class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayGenerator
 
AbstractAnnotationsDisplayPanel - Class in adams.gui.visualization.object.annotationsdisplay
Ancestor for panels that display annotations.
AbstractAnnotationsDisplayPanel() - Constructor for class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
 
AbstractAnnotator - Class in adams.gui.visualization.object.annotator
Ancestor for annotation handlers.
AbstractAnnotator() - Constructor for class adams.gui.visualization.object.annotator.AbstractAnnotator
 
AbstractAnonymizer<T> - Class in adams.data
Allows anonymizing of values.
AbstractAnonymizer() - Constructor for class adams.data.AbstractAnonymizer
Default constructor.
AbstractAnonymizer(String, int) - Constructor for class adams.data.AbstractAnonymizer
Initializes the anonymizer with a random seed value.
AbstractAnonymizer(String, long, int) - Constructor for class adams.data.AbstractAnonymizer
Initializes the anonymizer.
AbstractApacheCommonsExifTagOperation<I,​O> - Class in adams.flow.transformer.exiftagoperation
Ancestor for EXIF tag operations using the Apache Commons Imaging library.
AbstractApacheCommonsExifTagOperation() - Constructor for class adams.flow.transformer.exiftagoperation.AbstractApacheCommonsExifTagOperation
 
AbstractAppendableFileWriter - Class in adams.flow.sink
Ancestor for file writers that allow appending to the file instead of just replacing any existing files.
AbstractAppendableFileWriter() - Constructor for class adams.flow.sink.AbstractAppendableFileWriter
 
AbstractApplicationFrame - Class in adams.gui.application
Abstract frame class for applications.
AbstractApplicationFrame() - Constructor for class adams.gui.application.AbstractApplicationFrame
 
AbstractArchiveHandler - Class in adams.gui.tools.previewbrowser
Ancestor of all archive handlers.
AbstractArchiveHandler() - Constructor for class adams.gui.tools.previewbrowser.AbstractArchiveHandler
 
AbstractAreaOverlap - Class in adams.data.areaoverlap
Ancestor for area overlap computation schemes.
AbstractAreaOverlap() - Constructor for class adams.data.areaoverlap.AbstractAreaOverlap
 
AbstractArgumentOption - Class in adams.core.option
The ancestor of all option classes that take an argument.
AbstractArgumentOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.AbstractArgumentOption
Initializes the option.
AbstractArgumentOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.AbstractArgumentOption
Initializes the option.
AbstractArrayDistance<T extends Number> - Class in adams.data.statistics
Ancestor for distance measures.
AbstractArrayDistance() - Constructor for class adams.data.statistics.AbstractArrayDistance
 
AbstractArrayProvider - Class in adams.flow.source
Ancestor for source actors that can output items one by one or as a single array.
AbstractArrayProvider - Class in adams.flow.transformer
Ancestor for transformer actors that can output items one by one or as a single array.
AbstractArrayProvider() - Constructor for class adams.flow.source.AbstractArrayProvider
 
AbstractArrayProvider() - Constructor for class adams.flow.transformer.AbstractArrayProvider
 
AbstractArrayStatistic<T extends Serializable> - Class in adams.data.statistics
Ancestor for classes that calculate statistics from arrays.
AbstractArrayStatistic() - Constructor for class adams.data.statistics.AbstractArrayStatistic
 
AbstractArrayStatistic.StatisticContainer<T extends Serializable> - Class in adams.data.statistics
The container for the generated statistic result.
AbstractArraySubsetGenerator - Class in adams.flow.transformer.arraysubsetgeneration
Ancestor for schemes that generate array subsets.
AbstractArraySubsetGenerator() - Constructor for class adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator
 
AbstractArrayValueDefinition - Class in adams.flow.source.valuedefinition
Ancestor for array-based value definitions.
AbstractArrayValueDefinition() - Constructor for class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
 
AbstractAssociatorEvaluation - Class in adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
Ancestor for associator evaluation setups.
AbstractAssociatorEvaluation() - Constructor for class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.AbstractAssociatorEvaluation
 
AbstractAsyncCapableExternalCommand - Class in adams.core.command
Ancestor for external commands that can be run in blocking or async mode.
AbstractAsyncCapableExternalCommand() - Constructor for class adams.core.command.AbstractAsyncCapableExternalCommand
 
AbstractAsyncCapableExternalCommandWithOptions - Class in adams.core.command
Ancestor for commands that can be run in async mode that support options.
AbstractAsyncCapableExternalCommandWithOptions() - Constructor for class adams.core.command.AbstractAsyncCapableExternalCommandWithOptions
 
AbstractAttributeCapabilities - Class in adams.flow.condition.bool
Ancestor for capabilities-based conditions.
AbstractAttributeCapabilities() - Constructor for class adams.flow.condition.bool.AbstractAttributeCapabilities
 
AbstractAttributeSelectionEvaluation - Class in adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
Ancestor for attribute selection evaluation setups.
AbstractAttributeSelectionEvaluation() - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.AbstractAttributeSelectionEvaluation
 
AbstractAutocorrelation<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for autocorrelation filters.
AbstractAutocorrelation() - Constructor for class adams.data.filter.AbstractAutocorrelation
 
AbstractAutoCorrelation - Class in adams.data.autocorrelation
Ancestor for autocorrelatin algorithms..
AbstractAutoCorrelation() - Constructor for class adams.data.autocorrelation.AbstractAutoCorrelation
 
AbstractAxisModel - Class in adams.gui.visualization.core.axis
An abstract class of an axis model.
AbstractAxisModel() - Constructor for class adams.gui.visualization.core.axis.AbstractAxisModel
Initializes the model.
AbstractBarcodeDecoder - Class in adams.data.barcode.decode
Ancestor for Barcode decoders.
AbstractBarcodeDecoder() - Constructor for class adams.data.barcode.decode.AbstractBarcodeDecoder
 
AbstractBarcodeEncoder - Class in adams.data.barcode.encode
Ancestor for barcode encoders, i.e., classes that generated barcode images.
AbstractBarcodeEncoder() - Constructor for class adams.data.barcode.encode.AbstractBarcodeEncoder
 
AbstractBaseAction - Class in adams.gui.action
Action with some methods added for convenience.
AbstractBaseAction() - Constructor for class adams.gui.action.AbstractBaseAction
Defines an Action object with a default description string and default icon.
AbstractBaseAction(String) - Constructor for class adams.gui.action.AbstractBaseAction
Defines an Action object with the specified description string and a default icon.
AbstractBaseAction(String, String) - Constructor for class adams.gui.action.AbstractBaseAction
Defines an Action object with the specified description string and a the specified icon.
AbstractBaseAction(String, Icon) - Constructor for class adams.gui.action.AbstractBaseAction
Defines an Action object with the specified description string and a the specified icon.
AbstractBaseAction(Icon) - Constructor for class adams.gui.action.AbstractBaseAction
Defines an Action object with the specified icon.
AbstractBaseActionWithGroup - Class in adams.gui.action
Ancestor for actions that support a group.
AbstractBaseActionWithGroup() - Constructor for class adams.gui.action.AbstractBaseActionWithGroup
 
AbstractBaseDateTypeEditor<B extends BaseObject & DateValueSupporter & GrammarSupplier,​P extends DateProvider> - Class in adams.gui.goe
Ancestor property editors that handle base date types.
AbstractBaseDateTypeEditor() - Constructor for class adams.gui.goe.AbstractBaseDateTypeEditor
 
AbstractBaseDateTypeEditor.Placeholder - Enum in adams.gui.goe
The supported placeholders.
AbstractBaseExternalActor - Class in adams.flow.core
Ancestor of actors that load another actor from disk and execute it.
AbstractBaseExternalActor() - Constructor for class adams.flow.core.AbstractBaseExternalActor
 
AbstractBaselineCorrection<T extends DataContainer> - Class in adams.data.baseline
Abstract base class for baseline correction schemes.
AbstractBaselineCorrection() - Constructor for class adams.data.baseline.AbstractBaselineCorrection
 
AbstractBaselineCorrection.BaselineCorrectionJob<T extends DataContainer> - Class in adams.data.baseline
A job class specific to baseline correction schemes.
AbstractBaseString - Class in adams.core.base
Wrapper for a String object to be editable in the GOE.
AbstractBaseString() - Constructor for class adams.core.base.AbstractBaseString
Initializes the string with length 0.
AbstractBaseString(String) - Constructor for class adams.core.base.AbstractBaseString
Initializes the object with the string to parse.
AbstractBaseTableModel - Class in adams.gui.core
Abstract ancestor for table models.
AbstractBaseTableModel() - Constructor for class adams.gui.core.AbstractBaseTableModel
Initializes the model.
AbstractBasicMenuItemDefinition - Class in adams.gui.application
Abstract ancestor for definining menu items in the ApplicationFrame menu.
AbstractBasicMenuItemDefinition() - Constructor for class adams.gui.application.AbstractBasicMenuItemDefinition
Initializes the menu item with no owner.
AbstractBasicMenuItemDefinition(AbstractApplicationFrame) - Constructor for class adams.gui.application.AbstractBasicMenuItemDefinition
Initializes the menu item.
AbstractBasicTypePropertyEditor - Class in adams.gui.goe
A superclass for custom editor for basic Java types.
AbstractBasicTypePropertyEditor() - Constructor for class adams.gui.goe.AbstractBasicTypePropertyEditor
 
AbstractBatchFilter<T extends DataContainer> - Class in adams.data.filter
Ancestor for batch filters.
AbstractBatchFilter - Class in adams.ml.preprocessing
Ancestor for batch filters.
AbstractBatchFilter() - Constructor for class adams.data.filter.AbstractBatchFilter
 
AbstractBatchFilter() - Constructor for class adams.ml.preprocessing.AbstractBatchFilter
 
AbstractBinningAlgorithm - Class in adams.data.binning.algorithm
Ancestor for binning algorithms.
AbstractBinningAlgorithm() - Constructor for class adams.data.binning.algorithm.AbstractBinningAlgorithm
 
AbstractBinPostProcessing - Class in adams.data.binning.postprocessing
Ancestor for schemes for post-processing bins.
AbstractBinPostProcessing() - Constructor for class adams.data.binning.postprocessing.AbstractBinPostProcessing
 
AbstractBoofCVFeatureGenerator - Class in adams.data.boofcv.features
Abstract base class for BoofCV feature generation.
AbstractBoofCVFeatureGenerator() - Constructor for class adams.data.boofcv.features.AbstractBoofCVFeatureGenerator
 
AbstractBoofCVMultiImageOperation - Class in adams.data.boofcv.multiimageoperation
Abstract base class for operations that require multiple images of type BoofCVImageContainer.
AbstractBoofCVMultiImageOperation() - Constructor for class adams.data.boofcv.multiimageoperation.AbstractBoofCVMultiImageOperation
 
AbstractBoofCVTransformer - Class in adams.data.boofcv.transformer
Abstract base class for BoofCV transformations.
AbstractBoofCVTransformer() - Constructor for class adams.data.boofcv.transformer.AbstractBoofCVTransformer
 
AbstractBooleanCondition - Class in adams.flow.condition.bool
Ancestor for conditions that get evaluated in, e.g., the IfThenElse control actor, deciding which branch to take.
AbstractBooleanCondition() - Constructor for class adams.flow.condition.bool.AbstractBooleanCondition
 
AbstractBooleanDatabaseCondition - Class in adams.flow.condition.bool
Ancestor for conditions that operate on a database.
AbstractBooleanDatabaseCondition() - Constructor for class adams.flow.condition.bool.AbstractBooleanDatabaseCondition
 
AbstractBreakpoint - Class in adams.flow.execution.debug
Ancestor for breakpoints for execution listeners.
AbstractBreakpoint() - Constructor for class adams.flow.execution.debug.AbstractBreakpoint
 
AbstractBufferedImageFeatureGenerator - Class in adams.data.image.features
Abstract base class for BufferedImage feature generators.
AbstractBufferedImageFeatureGenerator() - Constructor for class adams.data.image.features.AbstractBufferedImageFeatureGenerator
 
AbstractBufferedImageMoment - Class in adams.data.image.moments
Ancestor for moments for BufferedImage containers.
AbstractBufferedImageMoment() - Constructor for class adams.data.image.moments.AbstractBufferedImageMoment
 
AbstractBufferedImageMultiImageOperation - Class in adams.data.image.multiimageoperation
Abstract base class for operations that require multiple images of type BufferedImageContainer.
AbstractBufferedImageMultiImageOperation() - Constructor for class adams.data.image.multiimageoperation.AbstractBufferedImageMultiImageOperation
 
AbstractBufferedImageTransformer - Class in adams.data.image.transformer
Abstract base class for BufferedImage transformations.
AbstractBufferedImageTransformer() - Constructor for class adams.data.image.transformer.AbstractBufferedImageTransformer
 
AbstractBufferingSource - Class in adams.flow.source
Ancestor for queues that need to buffer output from eg another process.
AbstractBufferingSource() - Constructor for class adams.flow.source.AbstractBufferingSource
 
AbstractBuiltInShutdownHook - Class in adams.core.shutdownbuiltin
Ancestor for built-in/automatic shutdown hooks for the JVM.
AbstractBuiltInShutdownHook() - Constructor for class adams.core.shutdownbuiltin.AbstractBuiltInShutdownHook
 
AbstractCallableActor - Class in adams.flow.core
Abstract ancestor for all actors that access callable actors.
AbstractCallableActor() - Constructor for class adams.flow.core.AbstractCallableActor
 
AbstractCallableActorPropertyUpdater - Class in adams.flow.core
Abstract ancestor for actors that manipulate properties of callable actors, e.g., WEKA classes.
AbstractCallableActorPropertyUpdater() - Constructor for class adams.flow.core.AbstractCallableActorPropertyUpdater
 
AbstractCallableDatabaseConnection - Class in adams.flow.standalone
Ancestor for callable database connection standalones.
AbstractCallableDatabaseConnection() - Constructor for class adams.flow.standalone.AbstractCallableDatabaseConnection
 
AbstractCallableWekaClassifierEvaluator - Class in adams.flow.transformer
Ancestor for classifier evaluators that make use of a callable classifier.
AbstractCallableWekaClassifierEvaluator() - Constructor for class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
 
AbstractCallableWekaClustererEvaluator - Class in adams.flow.transformer
Ancestor for clusterer evaluators that make use of a callable clusterer.
AbstractCallableWekaClustererEvaluator() - Constructor for class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
 
AbstractCategoricalSummaryStatistic - Class in adams.flow.transformer.summarystatistics
Ancestor for summary statistics that work with numeric predictions.
AbstractCategoricalSummaryStatistic() - Constructor for class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
 
AbstractCellFinder - Class in adams.data.spreadsheet.cellfinder
Ancestor for schemes that locate cells of interest in a spreadsheet.
AbstractCellFinder() - Constructor for class adams.data.spreadsheet.cellfinder.AbstractCellFinder
 
AbstractCellRenderingCustomizer - Class in adams.gui.core.spreadsheettable
Ancestor for cell rendering customizers.
AbstractCellRenderingCustomizer() - Constructor for class adams.gui.core.spreadsheettable.AbstractCellRenderingCustomizer
 
AbstractChartGenerator - Class in adams.gui.tools.spreadsheetviewer.chart
Ancestor for classes that generate/display charts using a flow as backend.
AbstractChartGenerator<T extends org.jfree.data.general.Dataset> - Class in adams.gui.visualization.jfreechart.chart
Ancestor for chart generators.
AbstractChartGenerator() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
 
AbstractChartGenerator() - Constructor for class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
 
AbstractChartGeneratorWithAxisLabels<T extends org.jfree.data.general.Dataset> - Class in adams.gui.visualization.jfreechart.chart
Ancestor for chart generators that support axis labels.
AbstractChartGeneratorWithAxisLabels() - Constructor for class adams.gui.visualization.jfreechart.chart.AbstractChartGeneratorWithAxisLabels
 
AbstractCheckModel() - Constructor for class adams.gui.core.CheckedTextField.AbstractCheckModel
Initializes the model.
AbstractCheckModel(String) - Constructor for class adams.gui.core.CheckedTextField.AbstractCheckModel
Initializes the model with the specified default value.
AbstractChooserPanel<T> - Class in adams.gui.chooser
A panel that contains a text field with the current choice and a button for bringing up a dialog offering the choice.
AbstractChooserPanel() - Constructor for class adams.gui.chooser.AbstractChooserPanel
Initializes the panel with no value.
AbstractChooserPanel.ChooseListener - Interface in adams.gui.chooser
Interface for classes that listen to "choose" events.
AbstractChooserPanel.PopupMenuCustomizer - Interface in adams.gui.chooser
Interface for editors that can customize the popup menu.
AbstractChooserPanelWithIOSupport<T> - Class in adams.gui.chooser
Ancestor for chooser panels that handle directory listers.
AbstractChooserPanelWithIOSupport() - Constructor for class adams.gui.chooser.AbstractChooserPanelWithIOSupport
 
AbstractClassAttributeHeuristic - Class in adams.data.weka.classattribute
Ancestor for heuristics that determine the class attribute for a dataset.
AbstractClassAttributeHeuristic() - Constructor for class adams.data.weka.classattribute.AbstractClassAttributeHeuristic
 
AbstractClassifier - Class in adams.ml.model.classification
Ancestor for classification algorithms.
AbstractClassifier() - Constructor for class adams.ml.model.classification.AbstractClassifier
 
AbstractClassifierBasedGeneticAlgorithm - Class in adams.opt.genetic
Ancestor for genetic algorithms that evaluate classifiers.
AbstractClassifierBasedGeneticAlgorithm() - Constructor for class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
 
AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob<T extends AbstractClassifierBasedGeneticAlgorithm> - Class in adams.opt.genetic
Job class for algorithms with datasets.
AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation - Class in adams.opt.genetic
Ancestor for genetic algorithms that offer a second evaluation using a different seed value.
AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation() - Constructor for class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
 
AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob<T extends AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation> - Class in adams.opt.genetic
Job class for algorithms with datasets.
AbstractClassifierBasedGeneticAlgorithmWizard - Class in adams.gui.menu
Ancestor for optimizing datasets (attribute selection) using a genetic algorithm.
AbstractClassifierBasedGeneticAlgorithmWizard() - Constructor for class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Initializes the menu item with no owner.
AbstractClassifierBasedGeneticAlgorithmWizard(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AbstractClassifierBasedGeneticAlgorithmWizard
Initializes the menu item.
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot - Class in adams.gui.menu
For plotting the performance of the genetic algorithm.
AbstractClassifierEvaluation - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Ancestor for classifier evaluation setups.
AbstractClassifierEvaluation() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation
 
AbstractClassifierSetupProcessor - Class in adams.flow.transformer.wekaclassifiersetupprocessor
Ancestor for schemes that preprocess classifier arrays.
AbstractClassifierSetupProcessor() - Constructor for class adams.flow.transformer.wekaclassifiersetupprocessor.AbstractClassifierSetupProcessor
 
AbstractClassPathAugmenter - Class in adams.core.management
Ancestor for classpath augmenters.
AbstractClassPathAugmenter() - Constructor for class adams.core.management.AbstractClassPathAugmenter
 
AbstractClipboardData<T> - Class in adams.gui.clipboard
Ancestor for classes that copy to and paste from the system's clipboard.
AbstractClipboardData() - Constructor for class adams.gui.clipboard.AbstractClipboardData
 
AbstractClusterer - Class in adams.ml.model.clustering
Ancestor for clustering algorithms.
AbstractClusterer() - Constructor for class adams.ml.model.clustering.AbstractClusterer
 
AbstractClustererEvaluation - Class in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Ancestor for clusterer evaluation setups.
AbstractClustererEvaluation() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.AbstractClustererEvaluation
 
AbstractClustererPostProcessor - Class in adams.flow.transformer.wekaclusterer
Ancestor for post-processors for output that the WekaClusterer transformer produces.
AbstractClustererPostProcessor() - Constructor for class adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor
 
AbstractClusterMembershipPostProcessor - Class in adams.flow.transformer.wekaclusterer
Ancestor for post-processors that require a built clusterer and the dataset that was used to build the clusterer to be present in the model container.
AbstractClusterMembershipPostProcessor() - Constructor for class adams.flow.transformer.wekaclusterer.AbstractClusterMembershipPostProcessor
 
AbstractColorDrawOperation - Class in adams.flow.transformer.draw
Ancestor for operations that use a color.
AbstractColorDrawOperation() - Constructor for class adams.flow.transformer.draw.AbstractColorDrawOperation
 
AbstractColoredCellRenderingCustomizer - Class in adams.gui.core.spreadsheettable
Ancestor for cell rendering customizers with predefined foreground/background colors.
AbstractColoredCellRenderingCustomizer() - Constructor for class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
 
AbstractColorGradientGenerator - Class in adams.gui.visualization.core
Ancestor for classes that generate color gradients.
AbstractColorGradientGenerator() - Constructor for class adams.gui.visualization.core.AbstractColorGradientGenerator
 
AbstractColorPaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for paintlets with a stroke color option and instances member, all paintlets will use this.
AbstractColorPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
 
AbstractColorProvider - Class in adams.gui.visualization.core
A class for providing colors.
AbstractColorProvider() - Constructor for class adams.gui.visualization.core.AbstractColorProvider
 
AbstractColorProviderPixelSelectorOverlay - Class in adams.flow.transformer.pixelselector
Overlay that uses a color provider for the painting the various elements of the overlay.
AbstractColorProviderPixelSelectorOverlay() - Constructor for class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay
 
AbstractColorStrokeDrawOperation - Class in adams.flow.transformer.draw
Ancestor for operations that use a colored, variable stroke.
AbstractColorStrokeDrawOperation() - Constructor for class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
 
AbstractColumnFinder - Class in adams.data.spreadsheet.columnfinder
Ancestor for classes that find columns of interest in spreadsheets.
AbstractColumnFinder - Class in adams.data.weka.columnfinder
Ancestor for classes that find columns of interest in datasets.
AbstractColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
 
AbstractColumnFinder() - Constructor for class adams.data.weka.columnfinder.AbstractColumnFinder
 
AbstractColumnFinderApplier - Class in weka.filters.unsupervised.attribute
Ancestor for filters that apply ColumnFinder schemes to the data.
AbstractColumnFinderApplier() - Constructor for class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
 
AbstractColumnFinderWithCapabilities - Class in adams.data.weka.columnfinder
Ancestor for classes that find columns of interest in datasets.
AbstractColumnFinderWithCapabilities() - Constructor for class adams.data.weka.columnfinder.AbstractColumnFinderWithCapabilities
 
AbstractColumnStatistic - Class in adams.data.spreadsheet.colstatistic
Ancestor for column statistic generators.
AbstractColumnStatistic() - Constructor for class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
 
AbstractColumnSubsetBatchFilter - Class in adams.ml.preprocessing
Ancestor for batch filters with column subset handling.
AbstractColumnSubsetBatchFilter() - Constructor for class adams.ml.preprocessing.AbstractColumnSubsetBatchFilter
 
AbstractColumnSubsetFilter - Class in adams.ml.preprocessing
Ancestor for filters.
AbstractColumnSubsetFilter() - Constructor for class adams.ml.preprocessing.AbstractColumnSubsetFilter
 
AbstractColumnSubsetStreamFilter - Class in adams.ml.preprocessing
Ancestor for stream filters with column subset handling.
AbstractColumnSubsetStreamFilter() - Constructor for class adams.ml.preprocessing.AbstractColumnSubsetStreamFilter
 
AbstractCommand - Class in adams.scripting.command
Ancestor for remote commands.
AbstractCommand() - Constructor for class adams.scripting.command.AbstractCommand
 
AbstractCommandLineHandler - Class in adams.core.option
Ancestor for classes that handle commandline options for various frameworks.
AbstractCommandLineHandler() - Constructor for class adams.core.option.AbstractCommandLineHandler
Initializes the handler.
AbstractCommandProcessor - Class in adams.gui.scripting
Abstract command processor for the scripting engine.
AbstractCommandProcessor() - Constructor for class adams.gui.scripting.AbstractCommandProcessor
Initializes the processor.
AbstractCommandProcessor(AbstractScriptingEngine) - Constructor for class adams.gui.scripting.AbstractCommandProcessor
Initializes the processor.
AbstractCommandWithFlowStopping - Class in adams.scripting.command.basic
Ancestor for commands that stop flows.
AbstractCommandWithFlowStopping() - Constructor for class adams.scripting.command.basic.AbstractCommandWithFlowStopping
 
AbstractCommandWithResponse - Class in adams.scripting.command
Ancestor for commands that send a response.
AbstractCommandWithResponse() - Constructor for class adams.scripting.command.AbstractCommandWithResponse
 
AbstractCompareActors - Class in adams.gui.flow.tree.menu
Ancestor for performing a diff on two actors.
AbstractCompareActors() - Constructor for class adams.gui.flow.tree.menu.AbstractCompareActors
 
AbstractComparison - Class in adams.flow.transformer.compareobjectlocations
Ancestor for comparison panel generators.
AbstractComparison() - Constructor for class adams.flow.transformer.compareobjectlocations.AbstractComparison
 
AbstractComparisonPanel - Class in adams.flow.transformer.compareobjectlocations
Ancestor for comparison panels.
AbstractComparisonPanel() - Constructor for class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
 
AbstractComplexTag - Class in adams.doc.xml
Ancestor for tags that have nested tags.
AbstractComplexTag(String) - Constructor for class adams.doc.xml.AbstractComplexTag
Initializes the tag.
AbstractComponentDisplayPanel - Class in adams.flow.sink
Ancestor for panels that can be created from tokens and supply the underlying component.
AbstractComponentDisplayPanel(String) - Constructor for class adams.flow.sink.AbstractComponentDisplayPanel
Initializes the panel.
AbstractComponentWithButtons<T extends Component> - Class in adams.gui.core
Ancestor for components that have associated buttons.
AbstractComponentWithButtons() - Constructor for class adams.gui.core.AbstractComponentWithButtons
 
AbstractCompressedTextReader - Class in adams.data.io.input
Ancestor for text readers of compressed files.
AbstractCompressedTextReader() - Constructor for class adams.data.io.input.AbstractCompressedTextReader
 
AbstractConditionalDatabaseSelectionPanel<T,​C extends AbstractConditions> - Class in adams.gui.selection
Abstract ancestor for selection panels that allow a conditional display of the items collected from the database.
AbstractConditionalDatabaseSelectionPanel() - Constructor for class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
 
AbstractConditionalIdSupplier - Class in adams.flow.source
Abstract ancestor for ID suppliers that use a conditions object.
AbstractConditionalIdSupplier() - Constructor for class adams.flow.source.AbstractConditionalIdSupplier
 
AbstractConditions - Class in adams.db
Abstract ancestor for classes that encapsulate conditions for database retrieval.
AbstractConditions() - Constructor for class adams.db.AbstractConditions
 
AbstractConfigDatabaseConnectionPanel - Class in adams.gui.dialog
A panel for connecting to a (config) database.
AbstractConfigDatabaseConnectionPanel() - Constructor for class adams.gui.dialog.AbstractConfigDatabaseConnectionPanel
 
AbstractConfigurableExtensionFileFilterFileChooser<R,​W> - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for spreadsheets and allows the user to invoke an options dialog to customize the reader/writer.
AbstractConfigurableExtensionFileFilterFileChooser() - Constructor for class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Constructs a FileChooser pointing to the user's default directory.
AbstractConfigurableExtensionFileFilterFileChooser(File) - Constructor for class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Constructs a FileChooser using the given File as the path.
AbstractConfigurableExtensionFileFilterFileChooser(String) - Constructor for class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Constructs a FileChooser using the given path.
AbstractConnectedControlActor - Class in adams.flow.control
Ancestor for all actors that control (connected) sub-actors in some way.
AbstractConnectedControlActor() - Constructor for class adams.flow.control.AbstractConnectedControlActor
 
AbstractConnection - Class in adams.scripting.connection
Ancestor for connections.
AbstractConnection() - Constructor for class adams.scripting.connection.AbstractConnection
 
AbstractConnectionEnhancer - Class in adams.scripting.connection
Ancestor connections that enhance a base connection.
AbstractConnectionEnhancer() - Constructor for class adams.scripting.connection.AbstractConnectionEnhancer
 
AbstractConsoleApplication - Class in adams.console
Ancestor for simple console applications.
AbstractConsoleApplication() - Constructor for class adams.console.AbstractConsoleApplication
 
AbstractContainer - Class in adams.flow.container
Ancestor of all containers.
AbstractContainer - Class in adams.gui.visualization.container
A container that is displayed in the list.
AbstractContainer() - Constructor for class adams.flow.container.AbstractContainer
Initializes the container.
AbstractContainer(AbstractContainerManager, Comparable) - Constructor for class adams.gui.visualization.container.AbstractContainer
Initializes the container.
AbstractContainerDisplayStringGenerator<T extends AbstractContainer> - Class in adams.gui.visualization.container
Abstract class for generating display IDs.
AbstractContainerDisplayStringGenerator() - Constructor for class adams.gui.visualization.container.AbstractContainerDisplayStringGenerator
 
AbstractContainerList<M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container
An abstract panel that lists containers in a JTable.
AbstractContainerList() - Constructor for class adams.gui.visualization.container.AbstractContainerList
 
AbstractContainerListPopupCustomizer<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Ancestor for actions for the container list popup menu.
AbstractContainerListPopupCustomizer() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer
 
AbstractContainerListPopupCustomizer.Context<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
Container for the context.
AbstractContainerManager<T extends AbstractContainer> - Class in adams.gui.visualization.container
A handler for containers.
AbstractContainerManager() - Constructor for class adams.gui.visualization.container.AbstractContainerManager
Initializes the manager.
AbstractContainerTableColumnNameGenerator - Class in adams.gui.visualization.container
Abstract class for generating the column names of a table.
AbstractContainerTableColumnNameGenerator() - Constructor for class adams.gui.visualization.container.AbstractContainerTableColumnNameGenerator
 
AbstractContainerUpdater - Class in adams.flow.control
Ancestor for control actors that update a specific value of a container using the defined sub-actors.
AbstractContainerUpdater() - Constructor for class adams.flow.control.AbstractContainerUpdater
 
AbstractContainerValueExtractor - Class in adams.flow.transformer
Ancestor for transformers that extract values from a container.
AbstractContainerValueExtractor() - Constructor for class adams.flow.transformer.AbstractContainerValueExtractor
 
AbstractContentHandler - Class in adams.gui.tools.previewbrowser
Ancestor for all content handlers.
AbstractContentHandler() - Constructor for class adams.gui.tools.previewbrowser.AbstractContentHandler
 
AbstractControlActor - Class in adams.flow.control
Ancestor for all actors that control sub-actors in some way.
AbstractControlActor() - Constructor for class adams.flow.control.AbstractControlActor
 
AbstractControlChart - Class in adams.data.spc
Ancestor for control charts.
AbstractControlChart() - Constructor for class adams.data.spc.AbstractControlChart
 
AbstractControlChartPaintlet - Class in adams.flow.sink.controlchartplot
Ancestor for control chart paintlets.
AbstractControlChartPaintlet() - Constructor for class adams.flow.sink.controlchartplot.AbstractControlChartPaintlet
 
AbstractControlChartWithSampleSize - Class in adams.data.spc
Ancestor for control charts.
AbstractControlChartWithSampleSize() - Constructor for class adams.data.spc.AbstractControlChartWithSampleSize
 
AbstractConversion - Class in adams.data.conversion
Ancestor for all conversions.
AbstractConversion() - Constructor for class adams.data.conversion.AbstractConversion
 
AbstractConversionFromString - Class in adams.data.conversion
Ancestor for conversion schemes that convert strings into other objects.
AbstractConversionFromString() - Constructor for class adams.data.conversion.AbstractConversionFromString
 
AbstractConversionToString - Class in adams.data.conversion
Ancestor for conversion schemes that convert objects into strings.
AbstractConversionToString() - Constructor for class adams.data.conversion.AbstractConversionToString
 
AbstractCopyCallableActor - Class in adams.flow.core
Ancestor for actors that use a copy of a callable actor.
AbstractCopyCallableActor() - Constructor for class adams.flow.core.AbstractCopyCallableActor
 
AbstractCountColor - Class in adams.data.image.features
Ancestor for feature generators that count pixels based on color.
AbstractCountColor() - Constructor for class adams.data.image.features.AbstractCountColor
 
AbstractCropAlgorithm - Class in adams.data.image.transformer.crop
Ancestor to cropping algorithms.
AbstractCropAlgorithm() - Constructor for class adams.data.image.transformer.crop.AbstractCropAlgorithm
 
AbstractCrossvalidatedInstanceEvaluator<T extends AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer> - Class in adams.data.weka.evaluator
Ancestor for evalutors that use cross-validation for initialization.
AbstractCrossvalidatedInstanceEvaluator() - Constructor for class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator
 
AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer - Class in adams.data.weka.evaluator
Container for storing the evaluation results.
AbstractCurrentImageFilter - Class in adams.gui.visualization.image.plugins
Ancestor for plugins that filter the current image.
AbstractCurrentImageFilter() - Constructor for class adams.gui.visualization.image.plugins.AbstractCurrentImageFilter
 
AbstractCurrentImageFilterWithGOE - Class in adams.gui.visualization.image.plugins
Ancestor for image filters that process the current image with a setup obtained from a GenericObjectEditorDialog.
AbstractCurrentImageFilterWithGOE() - Constructor for class adams.gui.visualization.image.plugins.AbstractCurrentImageFilterWithGOE
 
AbstractCustomColorProvider - Class in adams.gui.visualization.core
Ancestor for custom color providers.
AbstractCustomColorProvider() - Constructor for class adams.gui.visualization.core.AbstractCustomColorProvider
 
AbstractCustomPNGAnnotationImageSegmentationReader - Class in adams.data.io.input
Ancestor for readers that read the annotations from a single PNG file and allow the reader to be specified.
AbstractCustomPNGAnnotationImageSegmentationReader() - Constructor for class adams.data.io.input.AbstractCustomPNGAnnotationImageSegmentationReader
 
AbstractDataBackedIndex<T> - Class in adams.core
Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.
AbstractDataBackedIndex() - Constructor for class adams.core.AbstractDataBackedIndex
Initializes with no index.
AbstractDataBackedIndex(String) - Constructor for class adams.core.AbstractDataBackedIndex
Initializes with the given index, but no maximum.
AbstractDataBackedIndex(String, int) - Constructor for class adams.core.AbstractDataBackedIndex
Initializes with the given index and maximum.
AbstractDataBackedRange<T> - Class in adams.core
Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).
AbstractDataBackedRange() - Constructor for class adams.core.AbstractDataBackedRange
Initializes with no range.
AbstractDataBackedRange(String) - Constructor for class adams.core.AbstractDataBackedRange
Initializes with the given range, but no maximum.
AbstractDataBackedRange(String, int) - Constructor for class adams.core.AbstractDataBackedRange
Initializes with the given range and maximum.
AbstractDataBackedRange.InvertedStringLengthComparator - Class in adams.core
Simply compares the length of the strings, with longer strings rating lower.
AbstractDataBackedUnorderedRange<T> - Class in adams.core
Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).
AbstractDataBackedUnorderedRange() - Constructor for class adams.core.AbstractDataBackedUnorderedRange
Initializes with no range.
AbstractDataBackedUnorderedRange(String) - Constructor for class adams.core.AbstractDataBackedUnorderedRange
Initializes with the given range, but no maximum.
AbstractDataBackedUnorderedRange(String, int) - Constructor for class adams.core.AbstractDataBackedUnorderedRange
Initializes with the given range and maximum.
AbstractDataBackedUnorderedRange.InvertedStringLengthComparator - Class in adams.core
Simply compares the length of the strings, with longer strings rating lower.
AbstractDatabaseCheck - Class in adams.flow.standalone
Ancestor for standalone actors that check project-specific database connections.
AbstractDatabaseCheck() - Constructor for class adams.flow.standalone.AbstractDatabaseCheck
 
AbstractDatabaseConnection - Class in adams.db
DatabaseConnection manages the interface to the database back-end.
AbstractDatabaseConnection - Class in adams.flow.standalone
Ancestor for standalone actors providing a database connection different from the system-wide one.
AbstractDatabaseConnection() - Constructor for class adams.db.AbstractDatabaseConnection
Constructor, uses the default settings.
AbstractDatabaseConnection() - Constructor for class adams.flow.standalone.AbstractDatabaseConnection
 
AbstractDatabaseConnection(String, String, BasePassword) - Constructor for class adams.db.AbstractDatabaseConnection
Local Database Constructor.
AbstractDatabaseConnectionAwarePropertyEditorSupport - Class in adams.gui.goe
Ancestor for GOE editors that are DatabaseConnectionChangeListeners and need to de-register correctly.
AbstractDatabaseConnectionAwarePropertyEditorSupport() - Constructor for class adams.gui.goe.AbstractDatabaseConnectionAwarePropertyEditorSupport
 
AbstractDatabaseConnectionBaselineCorrection<T extends DataContainer> - Class in adams.data.baseline
Ancestor for baseline correction schemes that require database access.
AbstractDatabaseConnectionBaselineCorrection() - Constructor for class adams.data.baseline.AbstractDatabaseConnectionBaselineCorrection
 
AbstractDatabaseConnectionDenoiser<T extends DataContainer> - Class in adams.data.noise
Ancestor for denoisers that require database access.
AbstractDatabaseConnectionDenoiser() - Constructor for class adams.data.noise.AbstractDatabaseConnectionDenoiser
 
AbstractDatabaseConnectionFilter<T extends DataContainer> - Class in adams.data.filter
Ancestor for filters that require database access.
AbstractDatabaseConnectionFilter() - Constructor for class adams.data.filter.AbstractDatabaseConnectionFilter
 
AbstractDatabaseConnectionOutlierDetector<T extends DataContainer> - Class in adams.data.outlier
Ancestor for outlier detectors that require a database connection.
AbstractDatabaseConnectionOutlierDetector() - Constructor for class adams.data.outlier.AbstractDatabaseConnectionOutlierDetector
 
AbstractDatabaseConnectionPage - Class in adams.gui.wizard
Ancestor for pages that allow the user to enter database connection parameters.
AbstractDatabaseConnectionPage() - Constructor for class adams.gui.wizard.AbstractDatabaseConnectionPage
Default constructor.
AbstractDatabaseConnectionPage(String) - Constructor for class adams.gui.wizard.AbstractDatabaseConnectionPage
Initializes the page with the given page name.
AbstractDatabaseConnectionPage.DatabaseConnectionPageCheck - Class in adams.gui.wizard
Ancestor for page checks that check the connection with the current connection parameters.
AbstractDatabaseConnectionPanel - Class in adams.gui.dialog
A panel for connecting to a database.
AbstractDatabaseConnectionPanel() - Constructor for class adams.gui.dialog.AbstractDatabaseConnectionPanel
 
AbstractDatabaseConnectionProvider - Interface in adams.flow.standalone
Interface for database connection providers.
AbstractDatabaseConnectionReportFilter<T extends DataContainer> - Class in adams.data.report
Ancestor for report filters that require database access.
AbstractDatabaseConnectionReportFilter() - Constructor for class adams.data.report.AbstractDatabaseConnectionReportFilter
 
AbstractDatabaseConnectionSmoother<T extends DataContainer> - Class in adams.data.smoothing
Ancestor for filters that require database access.
AbstractDatabaseConnectionSmoother() - Constructor for class adams.data.smoothing.AbstractDatabaseConnectionSmoother
 
AbstractDatabaseIdSupplier - Class in adams.flow.source
Abstract ancestor for ID suppliers.
AbstractDatabaseIdSupplier() - Constructor for class adams.flow.source.AbstractDatabaseIdSupplier
 
AbstractDatabaseMetaData - Class in adams.flow.source
Ancestor for sources that output the database meta-data.
AbstractDatabaseMetaData() - Constructor for class adams.flow.source.AbstractDatabaseMetaData
 
AbstractDatabaseObjectWithOptionHandling - Class in adams.db
Abstract ancestor for classes that need to be able to change the database connection with commandline parameters.
AbstractDatabaseObjectWithOptionHandling() - Constructor for class adams.db.AbstractDatabaseObjectWithOptionHandling
 
AbstractDatabaseScriptlet - Class in adams.gui.scripting
Ancestor for scriptlets that need access to the database.
AbstractDatabaseScriptlet() - Constructor for class adams.gui.scripting.AbstractDatabaseScriptlet
 
AbstractDatabaseSelectionDialog<T,​P extends AbstractDatabaseSelectionPanel> - Class in adams.gui.selection
Abstract ancestor for dialogs that allow the selection of items from a table, using a database as backend.
AbstractDatabaseSelectionDialog(Dialog, String) - Constructor for class adams.gui.selection.AbstractDatabaseSelectionDialog
Creates a modal dialog.
AbstractDatabaseSelectionDialog(Frame, String) - Constructor for class adams.gui.selection.AbstractDatabaseSelectionDialog
Creates a modal dialog.
AbstractDatabaseSelectionPanel<T> - Class in adams.gui.selection
Abstract ancestor for table-based selection panels that use the database as backend.
AbstractDatabaseSelectionPanel() - Constructor for class adams.gui.selection.AbstractDatabaseSelectionPanel
 
AbstractDatabaseTool - Class in adams.tools
Abstract ancestor for tools that need database access.
AbstractDatabaseTool() - Constructor for class adams.tools.AbstractDatabaseTool
 
AbstractDataContainer<T extends DataPoint> - Class in adams.data.container
Superclass for all data structures.
AbstractDataContainer - Class in adams.gui.tools.wekainvestigator.data
Ancestor for data containers.
AbstractDataContainer() - Constructor for class adams.data.container.AbstractDataContainer
Initializes the container.
AbstractDataContainer() - Constructor for class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Initializes the container with no data.
AbstractDataContainer(Instances) - Constructor for class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Initializes the container with just the data.
AbstractDataContainerAdd<T extends DataContainer> - Class in adams.flow.transformer
Ancestor for transformers that superimpose the incoming data container on one available from storage (or if not available, put the current one in storage) and forward the combined data container.
AbstractDataContainerAdd() - Constructor for class adams.flow.transformer.AbstractDataContainerAdd
 
AbstractDataContainerAppend<T extends DataContainer> - Class in adams.flow.transformer
Ancestor for transformers that append the incoming data container to one available from storage (or if not available, put the current one in storage) and forward the combined data container.
AbstractDataContainerAppend() - Constructor for class adams.flow.transformer.AbstractDataContainerAppend
 
AbstractDataContainerDbReader<T extends DataContainer> - Class in adams.flow.transformer
Ancestor for transformers that read containers from the database.
AbstractDataContainerDbReader() - Constructor for class adams.flow.transformer.AbstractDataContainerDbReader
 
AbstractDataContainerDbWriter<T extends DataContainer & DatabaseIDHandler> - Class in adams.flow.transformer
Abstract ancestor for actors that import data containers into the database.
AbstractDataContainerDbWriter() - Constructor for class adams.flow.transformer.AbstractDataContainerDbWriter
 
AbstractDataContainerFileChecker<T extends DataContainer> - Class in adams.flow.control
Abstract ancestor for transformers that check data container files whether they are consistents before passing on the file/file arrays.
AbstractDataContainerFileChecker() - Constructor for class adams.flow.control.AbstractDataContainerFileChecker
 
AbstractDataContainerFileChecker.FileInfo - Class in adams.flow.control
Container for storing additional information about a file, i.e., a timestamp when it first got black listed and a timestamp for when it should get checked again.
AbstractDataContainerFileChooser<T extends DataContainer,​R extends AbstractDataContainerReader,​W extends AbstractDataContainerWriter> - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for data containers.
AbstractDataContainerFileChooser() - Constructor for class adams.gui.chooser.AbstractDataContainerFileChooser
Constructs a FileChooser pointing to the user's default directory.
AbstractDataContainerFileChooser(File) - Constructor for class adams.gui.chooser.AbstractDataContainerFileChooser
Constructs a FileChooser using the given File as the path.
AbstractDataContainerFileChooser(String) - Constructor for class adams.gui.chooser.AbstractDataContainerFileChooser
Constructs a FileChooser using the given path.
AbstractDataContainerFileImport<T extends DataContainer> - Class in adams.flow.transformer
Abstract ancestor for actors that import data containers.
AbstractDataContainerFileImport() - Constructor for class adams.flow.transformer.AbstractDataContainerFileImport
 
AbstractDataContainerFileReader<T extends DataContainer> - Class in adams.flow.transformer
Abstract ancestor for actors that read data containers from disk.
AbstractDataContainerFileReader() - Constructor for class adams.flow.transformer.AbstractDataContainerFileReader
 
AbstractDataContainerFileWriter<T extends DataContainer> - Class in adams.flow.transformer
Abstract ancestor for transformer actors that write data containers to disk.
AbstractDataContainerFileWriter() - Constructor for class adams.flow.transformer.AbstractDataContainerFileWriter
 
AbstractDataContainerFileWriter.FileNameGeneration - Enum in adams.flow.transformer
 
AbstractDataContainerPaintlet - Class in adams.gui.visualization.container
A specialized paintlet for data container panels.
AbstractDataContainerPaintlet() - Constructor for class adams.gui.visualization.container.AbstractDataContainerPaintlet
 
AbstractDataContainerPanelScriptlet - Class in adams.gui.scripting
Ancestor for scriptlets that require a DataContainerPanel.
AbstractDataContainerPanelScriptlet() - Constructor for class adams.gui.scripting.AbstractDataContainerPanelScriptlet
 
AbstractDataContainerPostProcessor<T extends DataContainer> - Class in adams.flow.transformer.datacontainer
Ancestor for DataContainer post-processors.
AbstractDataContainerPostProcessor() - Constructor for class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor
 
AbstractDataContainerPreProcessor<T extends DataContainer> - Class in adams.flow.transformer.datacontainer
Ancestor for DataContainer pre-processors.
AbstractDataContainerPreProcessor() - Constructor for class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor
 
AbstractDataContainerReader<T extends DataContainer> - Class in adams.data.io.input
Abstract ancestor for readers that read files in various formats and turn them into data containers.
AbstractDataContainerReader() - Constructor for class adams.data.io.input.AbstractDataContainerReader
 
AbstractDataContainerStatistics<T extends DataContainer> - Class in adams.data.statistics
Ancestor for all schemes that calculate statistics on data containers.
AbstractDataContainerStatistics() - Constructor for class adams.data.statistics.AbstractDataContainerStatistics
 
AbstractDataContainerTransformer - Class in adams.flow.transformer
Ancestor for actors that transform data containers.
AbstractDataContainerTransformer() - Constructor for class adams.flow.transformer.AbstractDataContainerTransformer
 
AbstractDataContainerUpdatingPostProcessor - Class in adams.gui.scripting
Abstract ancestor for classes that need to post-process the containers that the container manager got updated with.
AbstractDataContainerUpdatingPostProcessor(AbstractCommandProcessor) - Constructor for class adams.gui.scripting.AbstractDataContainerUpdatingPostProcessor
Initializes the post-processor.
AbstractDataContainerUpdatingScriptlet - Class in adams.gui.scripting
Abstract ancestor for scriptlets that update spectra in a ChromatogramPanel.
AbstractDataContainerUpdatingScriptlet() - Constructor for class adams.gui.scripting.AbstractDataContainerUpdatingScriptlet
 
AbstractDataContainerWriter<T extends DataContainer> - Class in adams.data.io.output
Abstract ancestor for writers that write data containers to files in various formats.
AbstractDataContainerWriter() - Constructor for class adams.data.io.output.AbstractDataContainerWriter
 
AbstractDataContainerZoomOverviewPaintlet<P extends DataContainerPanel> - Class in adams.gui.visualization.container
Highlights the current zoom in the data container panel.
AbstractDataContainerZoomOverviewPaintlet() - Constructor for class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
 
AbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,​C extends Paintlet,​Z extends AbstractDataContainerZoomOverviewPaintlet,​T extends DataContainer,​M extends AbstractContainerManager> - Class in adams.gui.visualization.container
Panel that shows the zoom in the data container panel as overlay.
AbstractDataContainerZoomOverviewPanel() - Constructor for class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
 
AbstractDataPlotUpdater<P extends DataContainerPanel,​C> - Class in adams.flow.core
Ancestor for classes that determine when to update the data container panel, i.e., repaint all of it.
AbstractDataPlotUpdater() - Constructor for class adams.flow.core.AbstractDataPlotUpdater
 
AbstractDataPlugin - Class in adams.gui.tools.spreadsheetviewer
Ancestor for "processing" plugins in the spreadsheet viewer.
AbstractDataPlugin() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
 
AbstractDataPluginWithGOE - Class in adams.gui.tools.spreadsheetviewer
Ancestor for plugins that present a GOE dialog.
AbstractDataPluginWithGOE() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractDataPluginWithGOE
 
AbstractDataPoint - Class in adams.data.container
Superclass for data points.
AbstractDataPoint() - Constructor for class adams.data.container.AbstractDataPoint
 
AbstractDataPoolPaintlet - Class in adams.flow.sink.canvas
Ancestor for paintlets for the Canvas actor.
AbstractDataPoolPaintlet() - Constructor for class adams.flow.sink.canvas.AbstractDataPoolPaintlet
 
AbstractDataPoolPostProcessor - Class in adams.flow.sink.canvas
For post-processing DataPools, e.g., removing obsolete/expired elements.
AbstractDataPoolPostProcessor() - Constructor for class adams.flow.sink.canvas.AbstractDataPoolPostProcessor
 
AbstractDataPreparation - Class in weka.classifiers.meta.socketfacade
Ancestor for classes that prepare data for the SocketFacade classifier.
AbstractDataPreparation() - Constructor for class weka.classifiers.meta.socketfacade.AbstractDataPreparation
 
AbstractDataProcessor - Class in adams.flow.transformer
Abstract ancestor for classes that process data on disk.
AbstractDataProcessor() - Constructor for class adams.flow.transformer.AbstractDataProcessor
 
AbstractDatasetGenerator<T extends org.jfree.data.general.Dataset> - Class in adams.gui.visualization.jfreechart.dataset
Ancestor for dataset generators.
AbstractDatasetGenerator() - Constructor for class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
 
AbstractDatasetInstanceEvaluator - Class in adams.data.weka.evaluator
Ancestor for evaluators that need a data set for initialization.
AbstractDatasetInstanceEvaluator() - Constructor for class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
 
AbstractDataStatistic<T extends DataContainer> - Class in adams.data.statistics
A class for statistics about data.
AbstractDataStatistic() - Constructor for class adams.data.statistics.AbstractDataStatistic
Initializes the statistic.
AbstractDataStatistic(T) - Constructor for class adams.data.statistics.AbstractDataStatistic
Initializes the statistic.
AbstractDataTypeSetup - Class in adams.db.datatype
Ancestor for classes that update a database connection, configuring additional data types.
AbstractDataTypeSetup() - Constructor for class adams.db.datatype.AbstractDataTypeSetup
 
AbstractDateBasedAxisModel - Class in adams.gui.visualization.core.axis
Ancestor axis model for displaying date-based values.
AbstractDateBasedAxisModel() - Constructor for class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
 
AbstractDateBasedChooserPanel<T extends Date> - Class in adams.gui.chooser
Ancestor for chooser panels that use Date objects.
AbstractDateBasedChooserPanel() - Constructor for class adams.gui.chooser.AbstractDateBasedChooserPanel
 
AbstractDbArrayProvider - Class in adams.flow.source
Ancestor for array providers that use the database.
AbstractDbArrayProvider - Class in adams.flow.transformer
Ancestor for array providers that use the database.
AbstractDbArrayProvider() - Constructor for class adams.flow.source.AbstractDbArrayProvider
 
AbstractDbArrayProvider() - Constructor for class adams.flow.transformer.AbstractDbArrayProvider
 
AbstractDbBackend - Class in adams.db
Ancestor for classes that provide a processing backend.
AbstractDbBackend() - Constructor for class adams.db.AbstractDbBackend
 
AbstractDbDataProcessor - Class in adams.flow.transformer
Abstract ancestor for data processors that use a database.
AbstractDbDataProcessor() - Constructor for class adams.flow.transformer.AbstractDbDataProcessor
 
AbstractDbSink - Class in adams.flow.sink
Ancestor for sinks that use the database.
AbstractDbSink() - Constructor for class adams.flow.sink.AbstractDbSink
 
AbstractDbSource - Class in adams.flow.source
Ancestor for sources that access the database..
AbstractDbSource() - Constructor for class adams.flow.source.AbstractDbSource
 
AbstractDbStandalone - Class in adams.flow.standalone
Ancestor for standalones that use the database.
AbstractDbStandalone() - Constructor for class adams.flow.standalone.AbstractDbStandalone
 
AbstractDbTransformer - Class in adams.flow.transformer
Abstract ancestor for transformers that query a database.
AbstractDbTransformer() - Constructor for class adams.flow.transformer.AbstractDbTransformer
 
AbstractDeleteDataContainer<T extends DataContainer> - Class in adams.flow.transformer
Ancestor for transformers that delete containers from the database.
AbstractDeleteDataContainer() - Constructor for class adams.flow.transformer.AbstractDeleteDataContainer
 
AbstractDeleteDbReportValue<T extends Report> - Class in adams.flow.transformer
Ancestor for transformers that delete values from a report in the database whenever a token passes through.
AbstractDeleteDbReportValue() - Constructor for class adams.flow.transformer.AbstractDeleteDbReportValue
 
AbstractDeleteReportValue - Class in adams.flow.transformer
Ancestor for transformers that delete values from a report.
AbstractDeleteReportValue() - Constructor for class adams.flow.transformer.AbstractDeleteReportValue
 
AbstractDeleteReportValue.MatchType - Enum in adams.flow.transformer
How to select fields.
AbstractDeleteReportValueByExpression - Class in adams.flow.transformer
Ancestor for transformers that delete field/value from a report if the boolean expression evaluates to true.
AbstractDeleteReportValueByExpression() - Constructor for class adams.flow.transformer.AbstractDeleteReportValueByExpression
 
AbstractDenoiser<T extends DataContainer> - Class in adams.data.noise
An abstract super class for algorithms that remove noise from data.
AbstractDenoiser() - Constructor for class adams.data.noise.AbstractDenoiser
 
AbstractDenoiser.DenoiserJob<T extends DataContainer> - Class in adams.data.noise
A job class specific to denoisers.
AbstractDerivative<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for Derivative filters.
AbstractDerivative() - Constructor for class adams.data.filter.AbstractDerivative
 
AbstractDerivative.Point - Class in adams.data.filter
Container class for abundance and timestamp in double format.
AbstractDetrend - Class in weka.filters.unsupervised.attribute.detrend
Ancestor for schemes that perform detrend.
AbstractDetrend() - Constructor for class weka.filters.unsupervised.attribute.detrend.AbstractDetrend
 
AbstractDirectedControlActor - Class in adams.flow.control
Ancestor for all actors that control sub-actors in some way.
AbstractDirectedControlActor() - Constructor for class adams.flow.control.AbstractDirectedControlActor
 
AbstractDirector - Class in adams.flow.control
Manages the execution of actors.
AbstractDirector() - Constructor for class adams.flow.control.AbstractDirector
Initializes the item.
AbstractDirectoryExportDialog<T> - Class in adams.gui.dialog
Ancestor for export dialogs that export into directories rather than specific file.
AbstractDirectoryExportDialog(Dialog) - Constructor for class adams.gui.dialog.AbstractDirectoryExportDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
AbstractDirectoryExportDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.AbstractDirectoryExportDialog
Creates a dialog with the specified owner Dialog and modality.
AbstractDirectoryExportDialog(Frame) - Constructor for class adams.gui.dialog.AbstractDirectoryExportDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
AbstractDirectoryExportDialog(Frame, boolean) - Constructor for class adams.gui.dialog.AbstractDirectoryExportDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
AbstractDirectoryLister - Class in adams.core.io.lister
Ancestor for directory listers.
AbstractDirectoryLister() - Constructor for class adams.core.io.lister.AbstractDirectoryLister
Initializes the object.
AbstractDiscoveryHandler - Class in adams.core.discovery
Ancestor for discovery algorithms.
AbstractDiscoveryHandler() - Constructor for class adams.core.discovery.AbstractDiscoveryHandler
 
AbstractDisplay - Class in adams.flow.core
Ancestor for actors that display stuff.
AbstractDisplay - Class in adams.flow.sink
Ancestor for actors that display stuff.
AbstractDisplay() - Constructor for class adams.flow.core.AbstractDisplay
 
AbstractDisplay() - Constructor for class adams.flow.sink.AbstractDisplay
 
AbstractDisplayPanel - Class in adams.flow.sink
Ancestor for panels that can be created from tokens.
AbstractDisplayPanel(String) - Constructor for class adams.flow.sink.AbstractDisplayPanel
Initializes the panel.
AbstractDisplayType - Class in adams.flow.core.displaytype
Ancestor.
AbstractDisplayType() - Constructor for class adams.flow.core.displaytype.AbstractDisplayType
 
AbstractDistanceBasedHitDetector<H,​P> - Class in adams.gui.visualization.core.plot
Detects hits based on the difference between two points in the plot, based on their 2-dim coordinates.
AbstractDistanceBasedHitDetector() - Constructor for class adams.gui.visualization.core.plot.AbstractDistanceBasedHitDetector
Initializes the hit detector.
AbstractDistributionBasedRandomNumberGenerator<T extends Number> - Class in adams.data.random
Ancestor for distribution-based random number generators.
AbstractDistributionBasedRandomNumberGenerator() - Constructor for class adams.data.random.AbstractDistributionBasedRandomNumberGenerator
 
AbstractDocumentationProducer<O> - Class in adams.core.option
Ancestor for producers that generate documentation that is split into two parts: 1.
AbstractDocumentationProducer() - Constructor for class adams.core.option.AbstractDocumentationProducer
 
AbstractDocumentationProducer.ActorPosition - Class in adams.core.option
Container object for generating the overview structure.
AbstractDoubleArrayColumnStatistic - Class in adams.data.spreadsheet.colstatistic
Ancestor for statistics that just use all numeric values in the column.
AbstractDoubleArrayColumnStatistic() - Constructor for class adams.data.spreadsheet.colstatistic.AbstractDoubleArrayColumnStatistic
 
AbstractDoubleArrayRowStatistic - Class in adams.data.spreadsheet.rowstatistic
Ancestor for statistics that just use all numeric values in the row.
AbstractDoubleArrayRowStatistic() - Constructor for class adams.data.spreadsheet.rowstatistic.AbstractDoubleArrayRowStatistic
 
AbstractDoubleClickableComponentWithButtons<T extends Component> - Class in adams.gui.core
Ancestor for components with buttons that can be double-clicked.
AbstractDoubleClickableComponentWithButtons() - Constructor for class adams.gui.core.AbstractDoubleClickableComponentWithButtons
 
AbstractDrawObjectsFromReport - Class in adams.flow.transformer.draw
Ancestor for overlays that use object locations from a report.
AbstractDrawObjectsFromReport() - Constructor for class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
 
AbstractDrawOperation - Class in adams.flow.transformer.draw
Ancestor to all draw operations.
AbstractDrawOperation() - Constructor for class adams.flow.transformer.draw.AbstractDrawOperation
 
AbstractEditableDataTableAction - Class in adams.gui.tools.wekainvestigator.datatable.action
Ancestor for actions on the data displayed on a tab using a AbstractInvestigatorTabWithEditableDataTable.
AbstractEditableDataTableAction() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.AbstractEditableDataTableAction
 
AbstractEditorRegistration - Class in adams.gui.goe
Ancestor for classes that register GenericObjectEditor editors.
AbstractEditorRegistration() - Constructor for class adams.gui.goe.AbstractEditorRegistration
 
AbstractEditorTab - Class in adams.gui.flow.tab
Ancestor for tabs that show up in the flow editor.
AbstractEditorTab() - Constructor for class adams.gui.flow.tab.AbstractEditorTab
 
AbstractEditPostProcessor - Class in adams.gui.flow.tree.postprocessor
Ancestor for post-processors for edits in the tree.
AbstractEditPostProcessor() - Constructor for class adams.gui.flow.tree.postprocessor.AbstractEditPostProcessor
 
AbstractEmailFileReader - Class in adams.data.io.input
Ancestor of email readers that read emails from files.
AbstractEmailFileReader() - Constructor for class adams.data.io.input.AbstractEmailFileReader
 
AbstractEmailFileWriter - Class in adams.data.io.output
Ancestor for email writers that write to files.
AbstractEmailFileWriter() - Constructor for class adams.data.io.output.AbstractEmailFileWriter
 
AbstractEmailReader - Class in adams.data.io.input
Ancestor for classes that read emails.
AbstractEmailReader() - Constructor for class adams.data.io.input.AbstractEmailReader
 
AbstractEmailWriter - Class in adams.data.io.output
Ancestor for classes that write emails.
AbstractEmailWriter() - Constructor for class adams.data.io.output.AbstractEmailWriter
 
AbstractEncloseActor - Class in adams.gui.flow.tree.enclose
Ancestor for classes that can enclose actors somehow.
AbstractEncloseActor - Class in adams.gui.flow.tree.menu
Ancestor for menu items that can enclose selected actors in an actor handler.
AbstractEncloseActor() - Constructor for class adams.gui.flow.tree.enclose.AbstractEncloseActor
 
AbstractEncloseActor() - Constructor for class adams.gui.flow.tree.menu.AbstractEncloseActor
 
AbstractEnhancingSingleHandler - Class in adams.core.logging
Ancestor for log handlers that enhance a single handler.
AbstractEnhancingSingleHandler() - Constructor for class adams.core.logging.AbstractEnhancingSingleHandler
 
AbstractEnvironment - Class in adams.env
Manages properties files and returns merged versions.
AbstractEnvironment() - Constructor for class adams.env.AbstractEnvironment
Initializes the object.
AbstractEnvironmentModifier - Class in adams.core.management
Ancestor for classes that modify the environment used by the Launcher.
AbstractEnvironmentModifier() - Constructor for class adams.core.management.AbstractEnvironmentModifier
 
AbstractEqualWidthBinningAlgorithm - Class in adams.data.binning.algorithm
Ancestor for algorithms that use bins with the same width.
AbstractEqualWidthBinningAlgorithm() - Constructor for class adams.data.binning.algorithm.AbstractEqualWidthBinningAlgorithm
 
AbstractEquiDistance<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for filters that equi-distance the data.
AbstractEquiDistance() - Constructor for class adams.data.filter.AbstractEquiDistance
 
AbstractEquiDistanceWithOffset<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for filters that equi-distance the data.
AbstractEquiDistanceWithOffset() - Constructor for class adams.data.filter.AbstractEquiDistanceWithOffset
 
AbstractErrorPaintlet - Class in adams.flow.sink.sequenceplotter
Ancestor for error paintlets.
AbstractErrorPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.AbstractErrorPaintlet
 
AbstractErrorPostProcessor - Class in adams.flow.control.errorpostprocessor
Ancestor for post-processors for error messages.
AbstractErrorPostProcessor() - Constructor for class adams.flow.control.errorpostprocessor.AbstractErrorPostProcessor
 
AbstractErrorScaler - Class in adams.data.weka.predictions
Ancestor for classes that scale predictions.
AbstractErrorScaler() - Constructor for class adams.data.weka.predictions.AbstractErrorScaler
 
AbstractEvaluation<T extends AbstractInvestigatorTab,​R extends AbstractResultItem> - Class in adams.gui.tools.wekainvestigator.evaluation
Ancestor for evaluation setups.
AbstractEvaluation() - Constructor for class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Constructor.
AbstractExcelSpreadSheetReader<T extends Range> - Class in adams.data.io.input
Ancestor for special Excel readers.
AbstractExcelSpreadSheetReader() - Constructor for class adams.data.io.input.AbstractExcelSpreadSheetReader
 
AbstractExifTagOperation<I,​O> - Class in adams.flow.transformer.exiftagoperation
Ancestor for operations on EXIF data.
AbstractExifTagOperation() - Constructor for class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation
 
AbstractExperiment - Class in adams.gui.tools.wekamultiexperimenter.experiment
Ancestor for simple experiments.
AbstractExperiment() - Constructor for class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
 
AbstractExperiment.AbstractExperimentJob<T extends AbstractExperiment> - Class in adams.gui.tools.wekamultiexperimenter.experiment
For evaluating a single classifier/dataset combination.
AbstractExperimenterPanel - Class in adams.gui.tools.wekamultiexperimenter
Ancestor for panels in the experimenter.
AbstractExperimenterPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.AbstractExperimenterPanel
 
AbstractExperimentIO<T> - Class in adams.gui.tools.wekamultiexperimenter.io
Ancestor for classes that handle loading/saving of experiments.
AbstractExperimentIO() - Constructor for class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
 
AbstractExperimentJob(T, int, Classifier, Instances) - Constructor for class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
Initializes the run.
AbstractExperimentRunner<T> - Class in adams.gui.tools.wekamultiexperimenter.runner
Ancestor for classes that handle running a copy of the experiment in a separate thread.
AbstractExperimentRunner(ExperimenterPanel) - Constructor for class adams.gui.tools.wekamultiexperimenter.runner.AbstractExperimentRunner
Initializes the thread.
AbstractExperimentSetup - Class in adams.gui.tools.wekainvestigator.tab.experimenttab.setup
Ancestor for experiment setups.
AbstractExperimentSetup() - Constructor for class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
 
AbstractExplorerPanelHandler - Class in weka.gui.explorer
Ancestor for handlers for specific Explorer panels.
AbstractExplorerPanelHandler() - Constructor for class weka.gui.explorer.AbstractExplorerPanelHandler
 
AbstractExpression - Class in adams.flow.condition.bool
Ancestor for conditions that use a boolean expression.
AbstractExpression() - Constructor for class adams.flow.condition.bool.AbstractExpression
 
AbstractExpressionEvaluator<T> - Class in adams.parser
Abstract ancestor for classes that evaluate expressions.
AbstractExpressionEvaluator() - Constructor for class adams.parser.AbstractExpressionEvaluator
 
AbstractExtensionFileFilterFileChooser<F extends ExtensionFileFilter> - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for reports.
AbstractExtensionFileFilterFileChooser() - Constructor for class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
onstructs a FileChooser pointing to the user's default directory.
AbstractExtensionFileFilterFileChooser(File) - Constructor for class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Constructs a FileChooser using the given File as the path.
AbstractExtensionFileFilterFileChooser(String) - Constructor for class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Constructs a FileChooser using the given path.
AbstractExternalActor - Class in adams.flow.core
Ancestor of actors that load another actor from disk and execute it.
AbstractExternalActor() - Constructor for class adams.flow.core.AbstractExternalActor
 
AbstractExternalCommand - Class in adams.core.command
Ancestor for external commands.
AbstractExternalCommand() - Constructor for class adams.core.command.AbstractExternalCommand
 
AbstractExternalCommandWithOptions - Class in adams.core.command
Ancestor for commands that take options.
AbstractExternalCommandWithOptions() - Constructor for class adams.core.command.AbstractExternalCommandWithOptions
 
AbstractFastWavelet<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for Wavelet filters based on the JSci library.
AbstractFastWavelet() - Constructor for class adams.data.filter.AbstractFastWavelet
 
AbstractFastWavelet.WaveletType - Enum in adams.data.filter
The type of available wavelets.
AbstractFavoriteActor - Class in adams.gui.flow.tree.keyboardaction
Ancestor for actions that add a favorite actor.
AbstractFavoriteActor() - Constructor for class adams.gui.flow.tree.keyboardaction.AbstractFavoriteActor
 
AbstractFavoritesListModel() - Constructor for class adams.gui.tools.FavoritesManagementPanel.AbstractFavoritesListModel
Initializes the model with no favorites.
AbstractFavoritesListModel(Favorites) - Constructor for class adams.gui.tools.FavoritesManagementPanel.AbstractFavoritesListModel
Initializes the model.
AbstractFeatureConverter<D,​R> - Class in adams.data.featureconverter
Ancestor for generic feature converter schemes.
AbstractFeatureConverter() - Constructor for class adams.data.featureconverter.AbstractFeatureConverter
 
AbstractFFT<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for Fast Fourier Transform filters based on the JSci library.
AbstractFFT() - Constructor for class adams.data.filter.AbstractFFT
 
AbstractField - Class in adams.data.report
A single report field identifier.
AbstractField() - Constructor for class adams.data.report.AbstractField
Constructor.
AbstractField(AbstractField) - Constructor for class adams.data.report.AbstractField
Uses the values from the given field.
AbstractField(String, DataType) - Constructor for class adams.data.report.AbstractField
Constructor.
AbstractField(String, String, DataType) - Constructor for class adams.data.report.AbstractField
Constructor.
AbstractFieldCacheItem - Class in adams.gui.selection
For caching fields per database connection.
AbstractFieldCacheItem(FieldProvider) - Constructor for class adams.gui.selection.AbstractFieldCacheItem
Initializes the cache.
AbstractFieldCacheManager - Class in adams.gui.selection
Manages the field caches.
AbstractFieldCacheManager() - Constructor for class adams.gui.selection.AbstractFieldCacheManager
Initializes manager.
AbstractFileBasedDatasetGeneration<T> - Class in adams.flow.transformer.generatefilebaseddataset
Ancestor for schemes that generate datasets.
AbstractFileBasedDatasetGeneration() - Constructor for class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration
 
AbstractFileBasedDatasetPreparation<T> - Class in adams.flow.transformer.preparefilebaseddataset
Ancestor for schemes that prepare file-based datasets.
AbstractFileBasedDatasetPreparation() - Constructor for class adams.flow.transformer.preparefilebaseddataset.AbstractFileBasedDatasetPreparation
 
AbstractFileBasedHistory<T extends File> - Class in adams.core
History for file objects.
AbstractFileBasedHistory() - Constructor for class adams.core.AbstractFileBasedHistory
 
AbstractFileBasedListingOutput - Class in adams.doc.listing
Ancestor for schemes that output the listings to a file.
AbstractFileBasedListingOutput() - Constructor for class adams.doc.listing.AbstractFileBasedListingOutput
 
AbstractFileBasedListingOutputWithEncoding - Class in adams.doc.listing
Ancestor for output schemes that support file encodings.
AbstractFileBasedListingOutputWithEncoding() - Constructor for class adams.doc.listing.AbstractFileBasedListingOutputWithEncoding
 
AbstractFileChangeMonitor - Class in adams.core.io.filechanged
Ancestor for file change monitors.
AbstractFileChangeMonitor() - Constructor for class adams.core.io.filechanged.AbstractFileChangeMonitor
 
AbstractFileCommanderAction - Class in adams.gui.tools.filecommander
Ancestor for actions for the FileCommanderPanel.
AbstractFileCommanderAction() - Constructor for class adams.gui.tools.filecommander.AbstractFileCommanderAction
 
AbstractFileCompleteCheck - Class in adams.core.io.filecomplete
Ancestor for classes that check whether a file is complete.
AbstractFileCompleteCheck() - Constructor for class adams.core.io.filecomplete.AbstractFileCompleteCheck
 
AbstractFileExportDialog<T> - Class in adams.gui.dialog
Ancestor for file export dialogs.
AbstractFileExportDialog(Dialog) - Constructor for class adams.gui.dialog.AbstractFileExportDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
AbstractFileExportDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.AbstractFileExportDialog
Creates a dialog with the specified owner Dialog and modality.
AbstractFileExportDialog(Frame) - Constructor for class adams.gui.dialog.AbstractFileExportDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
AbstractFileExportDialog(Frame, boolean) - Constructor for class adams.gui.dialog.AbstractFileExportDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
AbstractFileImportDialog<T> - Class in adams.gui.dialog
Ancestor for file import dialogs.
AbstractFileImportDialog(Dialog) - Constructor for class adams.gui.dialog.AbstractFileImportDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
AbstractFileImportDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.AbstractFileImportDialog
Creates a dialog with the specified owner Dialog and modality.
AbstractFileImportDialog(Frame) - Constructor for class adams.gui.dialog.AbstractFileImportDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
AbstractFileImportDialog(Frame, boolean) - Constructor for class adams.gui.dialog.AbstractFileImportDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
AbstractFilenameGenerator - Class in adams.core.io
Ancestor for filename generators.
AbstractFilenameGenerator() - Constructor for class adams.core.io.AbstractFilenameGenerator
 
AbstractFilenameGeneratorWithDirectory - Class in adams.core.io
Ancestor for filename generators that use a directory.
AbstractFilenameGeneratorWithDirectory() - Constructor for class adams.core.io.AbstractFilenameGeneratorWithDirectory
 
AbstractFilenameGeneratorWithExtension - Class in adams.core.io
Ancestor for filename generators that require a provided extension.
AbstractFilenameGeneratorWithExtension() - Constructor for class adams.core.io.AbstractFilenameGeneratorWithExtension
 
AbstractFileOperations - Class in adams.core.io.fileoperations
Ancestor for file operation classes.
AbstractFileOperations() - Constructor for class adams.core.io.fileoperations.AbstractFileOperations
Default constructor.
AbstractFileReaderScriptlet - Class in adams.gui.scripting
Ancestor for scriptlets that use a reader for loading files.
AbstractFileReaderScriptlet() - Constructor for class adams.gui.scripting.AbstractFileReaderScriptlet
 
AbstractFileSearchHandler - Class in adams.core.io.filesearch
Ancestor for search handlers.
AbstractFileSearchHandler() - Constructor for class adams.core.io.filesearch.AbstractFileSearchHandler
 
AbstractFileSearchHandlerWithEncoding - Class in adams.core.io.filesearch
Ancestor for file search handlers that use file encodings.
AbstractFileSearchHandlerWithEncoding() - Constructor for class adams.core.io.filesearch.AbstractFileSearchHandlerWithEncoding
 
AbstractFileSplitter - Class in adams.flow.transformer.splitfile
Ancestor for file splitters.
AbstractFileSplitter() - Constructor for class adams.flow.transformer.splitfile.AbstractFileSplitter
 
AbstractFileSystemSearchlet - Class in adams.flow.source.filesystemsearch
Ancestor for file-system search algorithms.
AbstractFileSystemSearchlet() - Constructor for class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
 
AbstractFileUseCheck - Class in adams.core.io.fileuse
Ancestor for classes that check whether a file is in use.
AbstractFileUseCheck() - Constructor for class adams.core.io.fileuse.AbstractFileUseCheck
 
AbstractFileWriter - Class in adams.flow.sink
Ancestor for sinks that write to output files.
AbstractFileWriter() - Constructor for class adams.flow.sink.AbstractFileWriter
 
AbstractFilter<T extends DataContainer> - Class in adams.data.filter
Abstract base class for filters.
AbstractFilter - Class in adams.flow.transformer
Ancestor for domain-specific filter transformers.
AbstractFilter - Class in adams.ml.preprocessing
Ancestor for filters.
AbstractFilter() - Constructor for class adams.data.filter.AbstractFilter
 
AbstractFilter() - Constructor for class adams.flow.transformer.AbstractFilter
 
AbstractFilter() - Constructor for class adams.ml.preprocessing.AbstractFilter
 
AbstractFilter.FilterJob<T extends DataContainer> - Class in adams.data.filter
A job class specific to Filters.
AbstractFilterContainer<F extends Filter,​D extends DataContainer> - Class in adams.flow.container
A container for filters and the filtered data.
AbstractFilterContainer() - Constructor for class adams.flow.container.AbstractFilterContainer
Initializes the container.
AbstractFilterContainer(Object, F, D) - Constructor for class adams.flow.container.AbstractFilterContainer
Initializes the container with the filter and the associated data.
AbstractFilteredColumnFinder - Class in adams.data.spreadsheet.columnfinder
Ancestor for column finders that pre-filter the columns.
AbstractFilteredColumnFinder - Class in adams.data.weka.columnfinder
Ancestor for column finders that pre-filter the columns.
AbstractFilteredColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
 
AbstractFilteredColumnFinder() - Constructor for class adams.data.weka.columnfinder.AbstractFilteredColumnFinder
 
AbstractFilteredReportFilter - Class in adams.data.report
Ancestor for report filters that ensure that certain fields are retained in the output when applying a report filter.
AbstractFilteredReportFilter() - Constructor for class adams.data.report.AbstractFilteredReportFilter
 
AbstractFilteredRowFinder - Class in adams.data.spreadsheet.rowfinder
Ancestor for row finders that pre-filter the rows.
AbstractFilteredRowFinder - Class in adams.data.weka.rowfinder
Ancestor for row finders that pre-filter the rows.
AbstractFilteredRowFinder() - Constructor for class adams.data.spreadsheet.rowfinder.AbstractFilteredRowFinder
 
AbstractFilteredRowFinder() - Constructor for class adams.data.weka.rowfinder.AbstractFilteredRowFinder
 
AbstractFilterScriptlet - Class in adams.gui.scripting
Abstract filter scriptlet.
AbstractFilterScriptlet() - Constructor for class adams.gui.scripting.AbstractFilterScriptlet
 
AbstractFinalModelGenerator - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel
.
AbstractFinalModelGenerator() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel.AbstractFinalModelGenerator
 
AbstractFindInFilesAction - Class in adams.gui.tools.findinfiles
Ancestor for actions in the Find in files panel.
AbstractFindInFilesAction() - Constructor for class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Initializes the action.
AbstractFitnessFunction - Class in adams.opt.optimise
Abstract ancestor for fitness functions.
AbstractFitnessFunction() - Constructor for class adams.opt.optimise.AbstractFitnessFunction
 
AbstractFlatLaf - Class in adams.gui.laf
Ancestor for FlatLaf look and feel plugins.
AbstractFlatLaf() - Constructor for class adams.gui.laf.AbstractFlatLaf
 
AbstractFloatingPointNumberEditor - Class in adams.gui.goe
An abstract ancestor for custom editors for floating point numbers, like floats and doubles.
AbstractFloatingPointNumberEditor() - Constructor for class adams.gui.goe.AbstractFloatingPointNumberEditor
 
AbstractFlowAwareCommand - Class in adams.scripting.command
Ancestor for commands that have a flow context..
AbstractFlowAwareCommand() - Constructor for class adams.scripting.command.AbstractFlowAwareCommand
 
AbstractFlowAwareCommandWithResponse - Class in adams.scripting.command
Ancestor for commands with a response that have flow context.
AbstractFlowAwareCommandWithResponse() - Constructor for class adams.scripting.command.AbstractFlowAwareCommandWithResponse
 
AbstractFlowEditorCheckBoxMenuItemAction - Class in adams.gui.flow.menu
Ancestor for checkbox menu item actions in the flow editor.
AbstractFlowEditorCheckBoxMenuItemAction() - Constructor for class adams.gui.flow.menu.AbstractFlowEditorCheckBoxMenuItemAction
 
AbstractFlowEditorMenuItem - Class in adams.gui.flow.menu
Ancestor for additional menu items in the flow editor.
AbstractFlowEditorMenuItem() - Constructor for class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Initializes the menu item.
AbstractFlowEditorMenuItemAction - Class in adams.gui.flow.menu
Ancestor for simple menu item actions in the flow editor.
AbstractFlowEditorMenuItemAction() - Constructor for class adams.gui.flow.menu.AbstractFlowEditorMenuItemAction
 
AbstractFlowEditorSubMenuAction - Class in adams.gui.flow.menu
Ancestor for actions in the flow editor that generate a submenu.
AbstractFlowEditorSubMenuAction() - Constructor for class adams.gui.flow.menu.AbstractFlowEditorSubMenuAction
 
AbstractFlowExecutionListener - Class in adams.flow.execution
Ancestor for execution listeners.
AbstractFlowExecutionListener() - Constructor for class adams.flow.execution.AbstractFlowExecutionListener
 
AbstractFlowExecutionListenerWithTable - Class in adams.flow.execution
Ancestor for graphical listeners that display their data in a table.
AbstractFlowExecutionListenerWithTable() - Constructor for class adams.flow.execution.AbstractFlowExecutionListenerWithTable
 
AbstractFlowGenerator<T extends Actor> - Class in adams.flow.generator
Ancestor for generators that use model setups to generate flows.
AbstractFlowGenerator() - Constructor for class adams.flow.generator.AbstractFlowGenerator
 
AbstractFlowJavaCodeProducer - Class in adams.core.option
Ancestor for producers that generate Java code from flows.
AbstractFlowJavaCodeProducer() - Constructor for class adams.core.option.AbstractFlowJavaCodeProducer
 
AbstractFlowReader - Class in adams.data.io.input
Ancestor for classes that can read flows.
AbstractFlowReader() - Constructor for class adams.data.io.input.AbstractFlowReader
 
AbstractFlowReader.InputType - Enum in adams.data.io.input
How to read the data.
AbstractFlowRestartManager - Class in adams.flow.control.flowrestart
Ancestor for schemes that can trigger a flow restart.
AbstractFlowRestartManager() - Constructor for class adams.flow.control.flowrestart.AbstractFlowRestartManager
 
AbstractFlowScriptlet - Class in adams.gui.scripting
Ancestor for scriptlets that run flows.
AbstractFlowScriptlet() - Constructor for class adams.gui.scripting.AbstractFlowScriptlet
 
AbstractFlowWriter - Class in adams.data.io.output
Ancestor for classes that can write flow objects.
AbstractFlowWriter() - Constructor for class adams.data.io.output.AbstractFlowWriter
 
AbstractFlowWriter.OutputType - Enum in adams.data.io.output
How to read the data.
AbstractForecasterGenerator - Class in adams.flow.source.wekaforecastersetup
Ancestor for classes that generate AbstractForecaster instances.
AbstractForecasterGenerator() - Constructor for class adams.flow.source.wekaforecastersetup.AbstractForecasterGenerator
 
AbstractForLoop - Class in adams.flow.source
Abstract ancestor for for-loops.
AbstractForLoop() - Constructor for class adams.flow.source.AbstractForLoop
 
AbstractFormattedSpreadSheetWriter - Class in adams.data.io.output
Ancestor for writers that format the numbers.
AbstractFormattedSpreadSheetWriter() - Constructor for class adams.data.io.output.AbstractFormattedSpreadSheetWriter
 
AbstractFrameWithOptionHandling - Class in adams.gui.core
Ancestor to all frames that handle command-line options.
AbstractFrameWithOptionHandling() - Constructor for class adams.gui.core.AbstractFrameWithOptionHandling
Constructor for creating frame with no title.
AbstractFrameWithOptionHandling(String) - Constructor for class adams.gui.core.AbstractFrameWithOptionHandling
The constructor for creating frame with title.
AbstractFromTemplateAction - Class in adams.gui.flow.tree.menu
Ancestor for template actions.
AbstractFromTemplateAction() - Constructor for class adams.gui.flow.tree.menu.AbstractFromTemplateAction
 
AbstractFtpDirectoryListerBasedSearchlet - Class in adams.flow.source.filesystemsearch
Ancestor for search algorithms that use FtpDirectoryLister under the hood.
AbstractFtpDirectoryListerBasedSearchlet() - Constructor for class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet
 
AbstractGeneralSummaryStatistic - Class in adams.flow.transformer.summarystatistics
Ancestor for statistics that can be applied to numeric and categorical predictions.
AbstractGeneralSummaryStatistic() - Constructor for class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
 
AbstractGenericObjectEditorHandler - Class in adams.gui.goe
Ancestor for classes that handle commandline options for various frameworks.
AbstractGenericObjectEditorHandler() - Constructor for class adams.gui.goe.AbstractGenericObjectEditorHandler
 
AbstractGenericObjectEditorPopupMenuCustomizer - Class in adams.gui.goe.popupmenu
Ancestor for classes that customize the GOE popup menu.
AbstractGenericObjectEditorPopupMenuCustomizer() - Constructor for class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
 
AbstractGeneticAlgorithm - Class in adams.opt.genetic
Base class for genetic algorithms.
AbstractGeneticAlgorithm - Class in adams.opt.optimise.genetic
Base class for genetic algorithms.
AbstractGeneticAlgorithm() - Constructor for class adams.opt.genetic.AbstractGeneticAlgorithm
 
AbstractGeneticAlgorithm() - Constructor for class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
 
AbstractGeneticAlgorithm.FitnessContainer - Class in adams.opt.genetic
For storing the fitness parameters.
AbstractGeneticAlgorithm.GeneticAlgorithmJob<T extends AbstractGeneticAlgorithm> - Class in adams.opt.genetic
A job class specific to genetic algorithms.
AbstractGeneticDiscoveryHandler - Class in adams.core.discovery.genetic
Ancestor for genetic algorithm related discovery handlers.
AbstractGeneticDiscoveryHandler() - Constructor for class adams.core.discovery.genetic.AbstractGeneticDiscoveryHandler
 
AbstractGeneticDoubleDiscoveryHandler - Class in adams.core.discovery.genetic
Ancestor for genetic discovery handlers that handle integer properties.
AbstractGeneticDoubleDiscoveryHandler() - Constructor for class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandler
 
AbstractGeneticDoubleDiscoveryHandlerResolution - Class in adams.core.discovery.genetic
Ancestor for genetic discovery handlers that handle double properties with a specified number of splits.
AbstractGeneticDoubleDiscoveryHandlerResolution() - Constructor for class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
 
AbstractGeneticDoubleMatrixDiscoveryHandler - Class in adams.core.discovery.genetic
Ancestor for genetic discovery handlers that handle matrix properties.
AbstractGeneticDoubleMatrixDiscoveryHandler() - Constructor for class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
 
AbstractGeneticFloatDiscoveryHandler - Class in adams.core.discovery.genetic
Ancestor for genetic discovery handlers that handle integer properties.
AbstractGeneticFloatDiscoveryHandler() - Constructor for class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandler
 
AbstractGeneticFloatDiscoveryHandlerResolution - Class in adams.core.discovery.genetic
Ancestor for genetic discovery handlers that handle float properties with a specified number of splits.
AbstractGeneticFloatDiscoveryHandlerResolution() - Constructor for class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
 
AbstractGeneticIntegerArrayDiscoveryHandler - Class in adams.core.discovery.genetic
Ancestor for genetic discovery handlers that handle integer array properties.
AbstractGeneticIntegerArrayDiscoveryHandler() - Constructor for class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
 
AbstractGeneticIntegerDiscoveryHandler - Class in adams.core.discovery.genetic
Ancestor for genetic discovery handlers that handle integer properties.
AbstractGeneticIntegerDiscoveryHandler() - Constructor for class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
 
AbstractGeneticStringDiscoveryHandler - Class in adams.core.discovery.genetic
Ancestor for genetic discovery handlers that handle string properties.
AbstractGeneticStringDiscoveryHandler() - Constructor for class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
 
AbstractGetReportValue - Class in adams.flow.transformer
Ancestor for transformers that retrieve a value from a report.
AbstractGetReportValue() - Constructor for class adams.flow.transformer.AbstractGetReportValue
 
AbstractGlobalDataContainerFilter<T extends DataContainer> - Class in adams.data.filter
Ancestor for global filters that are used to filter data containers coming from the database or from files.
AbstractGlobalDataContainerFilter() - Constructor for class adams.data.filter.AbstractGlobalDataContainerFilter
Default constructor.
AbstractGOEQuickAction - Class in adams.gui.flow.tree.quickaction
Ancestor for GOE-based quick actions.
AbstractGOEQuickAction() - Constructor for class adams.gui.flow.tree.quickaction.AbstractGOEQuickAction
 
AbstractGOEValueDefinition - Class in adams.flow.source.valuedefinition
Ancestor for GOE-based value definitions.
AbstractGOEValueDefinition() - Constructor for class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
 
AbstractGraphicalDisplay - Class in adams.flow.sink
Ancestor for actors that display stuff.
AbstractGraphicalDisplay() - Constructor for class adams.flow.sink.AbstractGraphicalDisplay
 
AbstractGraphicalFlowExecutionListener - Class in adams.flow.execution
Ancestor for graphical listeners.
AbstractGraphicalFlowExecutionListener() - Constructor for class adams.flow.execution.AbstractGraphicalFlowExecutionListener
 
AbstractGraphicsGenerator - Class in adams.flow.sink
Ancestor for actors that generate graphics of some kind.
AbstractGraphicsGenerator() - Constructor for class adams.flow.sink.AbstractGraphicsGenerator
 
AbstractGroovyActor - Class in adams.flow.core
Abstract ancestor for actors that execute Groovy scripts.
AbstractGroovyActor() - Constructor for class adams.flow.core.AbstractGroovyActor
 
AbstractGroupExtractor - Class in adams.data.groupextraction
Ancestor for schemes that extract the group from objects.
AbstractGroupExtractor() - Constructor for class adams.data.groupextraction.AbstractGroupExtractor
 
AbstractGroupUpdater - Class in adams.data.groupupdate
Ancestor for schemes that update the group of objects.
AbstractGroupUpdater() - Constructor for class adams.data.groupupdate.AbstractGroupUpdater
 
AbstractHashableInstance - Class in weka.core
Ancestor for instance classes that wraps around any WEKA Instance and allow them to be used in data structures that make use of on object's hash, like maps or hashtables.
AbstractHashableInstance(Instance) - Constructor for class weka.core.AbstractHashableInstance
Initializes the wrapper.
AbstractHelpGenerator - Class in adams.core.option.help
Ancestor for help generators.
AbstractHelpGenerator - Class in adams.gui.help
Ancestor for help generator classes.
AbstractHelpGenerator() - Constructor for class adams.core.option.help.AbstractHelpGenerator
 
AbstractHelpGenerator() - Constructor for class adams.gui.help.AbstractHelpGenerator
Default constructor.
AbstractHistogram<T extends DataContainer> - Class in adams.data.filter
Ancestor for filters that generate a histogram from the incoming data.
AbstractHistogram() - Constructor for class adams.data.filter.AbstractHistogram
 
AbstractHistogramPanel<T> - Class in adams.gui.visualization.core
Ancestor for panels that generate and display histograms.
AbstractHistogramPanel() - Constructor for class adams.gui.visualization.core.AbstractHistogramPanel
 
AbstractHistory<T> - Class in adams.core
Ancestor for classes maintaining a history of objects.
AbstractHistory() - Constructor for class adams.core.AbstractHistory
Initializes the history.
AbstractHistoryEntryFrame(AbstractNamedHistoryPanel<T>, String) - Constructor for class adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
Initializes the frame.
AbstractHistoryPopupMenuItem<H extends AbstractNamedHistoryPanel,​T extends AbstractInvestigatorTab> - Class in adams.gui.tools.wekainvestigator.history
Ancestor for classes that add menu items to the history popup menu.
AbstractHistoryPopupMenuItem - Class in adams.gui.tools.wekainvestigator.tab.associatetab.history
Ancestor for classes that add menu items to the history popup menu.
AbstractHistoryPopupMenuItem - Class in adams.gui.tools.wekainvestigator.tab.attseltab.history
Ancestor for classes that add menu items to the history popup menu.
AbstractHistoryPopupMenuItem - Class in adams.gui.tools.wekainvestigator.tab.classifytab.history
Ancestor for classes that add menu items to the history popup menu.
AbstractHistoryPopupMenuItem - Class in adams.gui.tools.wekainvestigator.tab.clustertab.history
Ancestor for classes that add menu items to the history popup menu.
AbstractHistoryPopupMenuItem() - Constructor for class adams.gui.tools.wekainvestigator.history.AbstractHistoryPopupMenuItem
 
AbstractHistoryPopupMenuItem() - Constructor for class adams.gui.tools.wekainvestigator.tab.associatetab.history.AbstractHistoryPopupMenuItem
 
AbstractHistoryPopupMenuItem() - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.history.AbstractHistoryPopupMenuItem
 
AbstractHistoryPopupMenuItem() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.history.AbstractHistoryPopupMenuItem
 
AbstractHistoryPopupMenuItem() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.history.AbstractHistoryPopupMenuItem
 
AbstractHitDetector<H,​P> - Class in adams.gui.visualization.core.plot
Abstract ancestor for classes that detect hits in in the plot panel.
AbstractHitDetector() - Constructor for class adams.gui.visualization.core.plot.AbstractHitDetector
Initializes the detector.
AbstractHostnameVerifier - Class in adams.core.net.hostnameverifier
Ancestor for hostname verifiers.
AbstractHostnameVerifier() - Constructor for class adams.core.net.hostnameverifier.AbstractHostnameVerifier
 
AbstractIDExtractor - Class in adams.data.idextraction
Ancestor for schemes that extract the ID from objects.
AbstractIDExtractor() - Constructor for class adams.data.idextraction.AbstractIDExtractor
 
AbstractIDFilenameGenerator<T> - Class in adams.data.id
Abstract base class for ID string generators.
AbstractIDFilenameGenerator() - Constructor for class adams.data.id.AbstractIDFilenameGenerator
 
AbstractIDGenerator<T> - Class in adams.data.id
Abstract base class for ID string generators.
AbstractIDGenerator() - Constructor for class adams.data.id.AbstractIDGenerator
 
AbstractIdSupplier - Class in adams.flow.source
Abstract ancestor for ID suppliers.
AbstractIdSupplier() - Constructor for class adams.flow.source.AbstractIdSupplier
 
AbstractIDUpdater - Class in adams.data.idupdate
Ancestor for schemes that update the ID of objects.
AbstractIDUpdater() - Constructor for class adams.data.idupdate.AbstractIDUpdater
 
AbstractImageContainer<T> - Class in adams.data.image
Ancestor for various image format containers.
AbstractImageContainer() - Constructor for class adams.data.image.AbstractImageContainer
 
AbstractImageFeatureGenerator<T extends AbstractImageContainer> - Class in adams.data.image
Abstract base class for AbstractImage feature generation.
AbstractImageFeatureGenerator() - Constructor for class adams.data.image.AbstractImageFeatureGenerator
 
AbstractImageFilterProvider - Class in adams.data.imagefilter
Ancestor for providers of ImageFilter objects.
AbstractImageFilterProvider() - Constructor for class adams.data.imagefilter.AbstractImageFilterProvider
 
AbstractImageLayer - Class in adams.gui.visualization.segmentation.layer
Layers that manage an image.
AbstractImageLayer() - Constructor for class adams.gui.visualization.segmentation.layer.AbstractImageLayer
 
AbstractImageLayer.AbstractImageLayerState - Class in adams.gui.visualization.segmentation.layer
For storing the state of an image layer.
AbstractImageLayerState() - Constructor for class adams.gui.visualization.segmentation.layer.AbstractImageLayer.AbstractImageLayerState
 
AbstractImageOverlay - Class in adams.gui.visualization.image
Abstract ancestor for image overlays.
AbstractImageOverlay() - Constructor for class adams.gui.visualization.image.AbstractImageOverlay
 
AbstractImagePreparation - Class in adams.flow.transformer.imagepreparation
Ancestor for algorithms that preprocess images.
AbstractImagePreparation() - Constructor for class adams.flow.transformer.imagepreparation.AbstractImagePreparation
 
AbstractImageReader<T extends AbstractImageContainer> - Class in adams.data.io.input
Ancestor for image readers.
AbstractImageReader() - Constructor for class adams.data.io.input.AbstractImageReader
 
AbstractImageSegmentationAnnotationReader - Class in adams.data.io.input
Ancestor for readers for image segmentation annotations.
AbstractImageSegmentationAnnotationReader() - Constructor for class adams.data.io.input.AbstractImageSegmentationAnnotationReader
 
AbstractImageSegmentationAnnotationWriter - Class in adams.data.io.output
Ancestor for writers for image segmentation annotations.
AbstractImageSegmentationAnnotationWriter() - Constructor for class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
 
AbstractImageSegmentationContainerFilter - Class in adams.data.imagesegmentation.filter
Ancestor for filters for image segmentation containers.
AbstractImageSegmentationContainerFilter() - Constructor for class adams.data.imagesegmentation.filter.AbstractImageSegmentationContainerFilter
 
AbstractImageSegmentationContainerLayerOrder - Class in adams.data.imagesegmentation.layerorder
Ancestor for schemes that generate an ordering of image segmentation layers.
AbstractImageSegmentationContainerLayerOrder() - Constructor for class adams.data.imagesegmentation.layerorder.AbstractImageSegmentationContainerLayerOrder
 
AbstractImageSegmentationContainerOperation - Class in adams.data.imagesegmentation.operation
Abstract base class for operations that require multiple images.
AbstractImageSegmentationContainerOperation() - Constructor for class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
 
AbstractImageSharpness - Class in adams.data.imagesharpness
Ancestor for classes that determine whether an image is sharp (ie focused) or not.
AbstractImageSharpness() - Constructor for class adams.data.imagesharpness.AbstractImageSharpness
 
AbstractImageToByteArray - Class in adams.data.conversion
Converts an image into a byte array.
AbstractImageToByteArray() - Constructor for class adams.data.conversion.AbstractImageToByteArray
 
AbstractImageTransformer<T extends AbstractImageContainer> - Class in adams.data.image
Abstract base class for AbstractImage transformations.
AbstractImageTransformer() - Constructor for class adams.data.image.AbstractImageTransformer
 
AbstractImageViewerPlugin - Class in adams.gui.visualization.image.plugins
Ancestor for plugins for the ImageViewer.
AbstractImageViewerPlugin() - Constructor for class adams.gui.visualization.image.plugins.AbstractImageViewerPlugin
 
AbstractImageViewerPluginWithGOE - Class in adams.gui.visualization.image.plugins
Ancestor for plugins that require a GOE.
AbstractImageViewerPluginWithGOE() - Constructor for class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithGOE
 
AbstractImageViewerPluginWithRestore - Class in adams.gui.visualization.image.plugins
Ancestor for plugins that allow restore of original state of image.
AbstractImageViewerPluginWithRestore() - Constructor for class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithRestore
 
AbstractImageWriter<T extends AbstractImageContainer> - Class in adams.data.io.output
Ancestor for image writers.
AbstractImageWriter() - Constructor for class adams.data.io.output.AbstractImageWriter
 
AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter - Class in adams.data.io.output
Ancestor for image segmentation annotation writers that store the annotations in a single PNG file and can use an implicit background.
AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter() - Constructor for class adams.data.io.output.AbstractImplicitBackgroundPNGAnnotationImageSegmentationWriter
 
AbstractIncludeExternalActor - Class in adams.flow.core
Ancestor for actors that get replaced with the externally stored actor.
AbstractIncludeExternalActor() - Constructor for class adams.flow.core.AbstractIncludeExternalActor
 
AbstractIndentifiableRowOperation - Class in adams.flow.transformer.multispreadsheetoperation
Identifies rows and then applies the actual operation to them.
AbstractIndentifiableRowOperation() - Constructor for class adams.flow.transformer.multispreadsheetoperation.AbstractIndentifiableRowOperation
 
AbstractIndexedSplitsRunsCompatibility - Class in adams.data.indexedsplits
For checking compatibility between indexed splits and data.
AbstractIndexedSplitsRunsCompatibility() - Constructor for class adams.data.indexedsplits.AbstractIndexedSplitsRunsCompatibility
 
AbstractIndexedSplitsRunsEvaluation<I,​O> - Class in adams.flow.transformer.indexedsplitsrunsevaluation
Ancestor for performing evaluations on indexed splits runs.
AbstractIndexedSplitsRunsEvaluation() - Constructor for class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
 
AbstractIndexedSplitsRunsGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Ancestor for schemes that generate indexed splits runs.
AbstractIndexedSplitsRunsGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
 
AbstractIndexedSplitsRunsPredictions<T> - Class in adams.flow.transformer.indexedsplitsrunspredictions
Ancestor for generates predictions on indexed splits runs.
AbstractIndexedSplitsRunsPredictions() - Constructor for class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
 
AbstractIndexedSplitsRunsReader - Class in adams.data.io.input
Ancestor for readers that load files containing IndexedSplitsRuns.
AbstractIndexedSplitsRunsReader() - Constructor for class adams.data.io.input.AbstractIndexedSplitsRunsReader
 
AbstractIndexedSplitsRunsWriter - Class in adams.data.io.output
Ancestor for writers that writes files containing IndexedSplitsRuns.
AbstractIndexedSplitsRunsWriter() - Constructor for class adams.data.io.output.AbstractIndexedSplitsRunsWriter
 
AbstractIndexedTable - Class in adams.db
Class to implement the features of a database table.
AbstractIndexedTable(AbstractDatabaseConnection, String) - Constructor for class adams.db.AbstractIndexedTable
Constructor.
AbstractInfoNode - Class in adams.gui.core.dotnotationtree
Abstract class for nodes that display some kind of information.
AbstractInfoNode(String) - Constructor for class adams.gui.core.dotnotationtree.AbstractInfoNode
Initializes the node.
AbstractInfoNodeGenerator - Class in adams.gui.core.dotnotationtree
Ancestor for classes that manipulate the DotNotation tree at the leaves, adding info nodes.
AbstractInfoNodeGenerator() - Constructor for class adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator
 
AbstractInitialization - Class in adams.gui.application
Ancestor for initialization applets.
AbstractInitialization() - Constructor for class adams.gui.application.AbstractInitialization
 
AbstractInitialSetupsProvider<T extends AbstractGeneticAlgorithm> - Class in adams.opt.genetic.initialsetups
Ancestor for providers for initial gene setups.
AbstractInitialSetupsProvider() - Constructor for class adams.opt.genetic.initialsetups.AbstractInitialSetupsProvider
 
AbstractInPlaceSpreadSheetConversion - Class in adams.data.conversion
Ancestor for spreadsheet conversion that allow working on the incoming data rather than on a copy (to conserve memory).
AbstractInPlaceSpreadSheetConversion() - Constructor for class adams.data.conversion.AbstractInPlaceSpreadSheetConversion
 
AbstractInPlaceSpreadSheetTransformer - Class in adams.flow.transformer
Ancestor for spreadsheet transformers that allow the processing to happen in-place, rather than on a copy of the data.
AbstractInPlaceSpreadSheetTransformer() - Constructor for class adams.flow.transformer.AbstractInPlaceSpreadSheetTransformer
 
AbstractInputPanel(String, String) - Constructor for class adams.gui.core.GUIHelper.AbstractInputPanel
Initializes the panel.
AbstractInputStreamGenerator - Class in adams.flow.source.inputstreamsource
Ancestor for classes that construct input streams.
AbstractInputStreamGenerator() - Constructor for class adams.flow.source.inputstreamsource.AbstractInputStreamGenerator
 
AbstractInspectionHandler - Class in adams.gui.visualization.debug.inspectionhandler
Ancestor for handlers that provide further insight into certain types of objects.
AbstractInspectionHandler() - Constructor for class adams.gui.visualization.debug.inspectionhandler.AbstractInspectionHandler
 
AbstractInstanceEvaluator - Class in adams.data.weka.evaluator
Ancestor for evaluators that evaluate weka.core.Instance objects.
AbstractInstanceEvaluator() - Constructor for class adams.data.weka.evaluator.AbstractInstanceEvaluator
 
AbstractInstanceGenerator<T extends DataContainer & ReportHandler> - Class in adams.data.instances
Abstract base class for schemes that turn temperature profiles into weka.core.Instance objects.
AbstractInstanceGenerator<T extends DataContainer> - Class in adams.flow.transformer
Ancestor for transformers that turn data containers into WEKA Instance objects.
AbstractInstanceGenerator() - Constructor for class adams.data.instances.AbstractInstanceGenerator
 
AbstractInstanceGenerator() - Constructor for class adams.flow.transformer.AbstractInstanceGenerator
 
AbstractInstanceInfoFrame - Class in adams.gui.visualization.weka
Ancestor for frames for displaying information on the displayed data, with some more domain-specific functionality.
AbstractInstanceInfoFrame() - Constructor for class adams.gui.visualization.weka.AbstractInstanceInfoFrame
 
AbstractInstancePaintlet - Class in adams.gui.visualization.instance
Ancestor for Instance paintlets.
AbstractInstancePaintlet() - Constructor for class adams.gui.visualization.instance.AbstractInstancePaintlet
 
AbstractInstancePanelUpdater - Class in adams.gui.visualization.instance
Ancestor for classes that determine when to update the instance panel, i.e., repaint all of it.
AbstractInstancePanelUpdater() - Constructor for class adams.gui.visualization.instance.AbstractInstancePanelUpdater
 
AbstractInstancesAnalysis - Class in adams.data.instancesanalysis
Ancestor for data analysis classes.
AbstractInstancesAnalysis() - Constructor for class adams.data.instancesanalysis.AbstractInstancesAnalysis
 
AbstractInstancesIndexedSplitsRunsGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Ancestor for generators that process Instances objects.
AbstractInstancesIndexedSplitsRunsGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
 
AbstractInstrumentSupplier - Class in adams.flow.source
Abstract ancestor for instrument suppliers.
AbstractInstrumentSupplier() - Constructor for class adams.flow.source.AbstractInstrumentSupplier
 
AbstractIntegralNumberEditor - Class in adams.gui.goe
An abstract ancestor for custom editors for integral numbers, like bytes, shorts, integers and longs.
AbstractIntegralNumberEditor() - Constructor for class adams.gui.goe.AbstractIntegralNumberEditor
 
AbstractInteractionLoggingFilter - Class in adams.gui.visualization.image.interactionlogging
Ancestor for interaction logging filters.
AbstractInteractionLoggingFilter() - Constructor for class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
 
AbstractInteractiveArrayProvider - Class in adams.flow.source
Ancestor for interactive sources that can provide the output as an array or one-by-one.
AbstractInteractiveArrayProvider() - Constructor for class adams.flow.source.AbstractInteractiveArrayProvider
 
AbstractInteractiveSource - Class in adams.flow.source
Ancestor for source actors that interact with the user.
AbstractInteractiveSource() - Constructor for class adams.flow.source.AbstractInteractiveSource
 
AbstractInteractiveTransformer - Class in adams.flow.transformer
Ancestor for transformers that interact with the user.
AbstractInteractiveTransformer() - Constructor for class adams.flow.transformer.AbstractInteractiveTransformer
 
AbstractInteractiveTransformerDialog - Class in adams.flow.transformer
Ancestor for graphical actors that are interactive.
AbstractInteractiveTransformerDialog() - Constructor for class adams.flow.transformer.AbstractInteractiveTransformerDialog
 
AbstractInvestigatorTab - Class in adams.gui.tools.wekainvestigator.tab
Ancestor for tabs in the Investigator.
AbstractInvestigatorTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
 
AbstractInvestigatorTab.SerializationOption - Enum in adams.gui.tools.wekainvestigator.tab
options for serialization.
AbstractInvestigatorTabWithDataTable - Class in adams.gui.tools.wekainvestigator.tab
Ancestor for tabs that have the data table on top.
AbstractInvestigatorTabWithDataTable() - Constructor for class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
 
AbstractInvestigatorTabWithEditableDataTable - Class in adams.gui.tools.wekainvestigator.tab
Ancestor for tabs with modifiable data table.
AbstractInvestigatorTabWithEditableDataTable() - Constructor for class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithEditableDataTable
 
AbstractItem(E, String, String) - Constructor for class adams.core.ConfigurableEnumeration.AbstractItem
Initializes the enum type.
AbstractItemFilter - Class in adams.gui.core.dotnotationtree
Ancestor for filtering the items of a DotNotationTree.
AbstractItemFilter() - Constructor for class adams.gui.core.dotnotationtree.AbstractItemFilter
Initializes the filter.
AbstractJAITransformer - Class in adams.data.jai.transformer
Abstract base class for JAI transformations.
AbstractJAITransformer() - Constructor for class adams.data.jai.transformer.AbstractJAITransformer
 
AbstractJAIWriter - Class in adams.data.io.output.jaiwriter
Ancestor for classes that return a configured JAI ImageIO writer.
AbstractJAIWriter() - Constructor for class adams.data.io.output.jaiwriter.AbstractJAIWriter
 
AbstractJavaCodeProducer - Class in adams.core.option
Ancestor for producers that generate Java code.
AbstractJavaCodeProducer() - Constructor for class adams.core.option.AbstractJavaCodeProducer
 
AbstractJDKMenuItemDefinition - Class in adams.gui.menu
Ancestor for menu items that require a JDK present.
AbstractJDKMenuItemDefinition() - Constructor for class adams.gui.menu.AbstractJDKMenuItemDefinition
Initializes the menu item with no owner.
AbstractJDKMenuItemDefinition(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AbstractJDKMenuItemDefinition
Initializes the menu item.
AbstractJob - Class in adams.multiprocess
A job is a unit of execution.
AbstractJob() - Constructor for class adams.multiprocess.AbstractJob
Job constructor.
AbstractJobRunner<T extends Job> - Class in adams.multiprocess
Ancestor for jobrunner classes.
AbstractJobRunner() - Constructor for class adams.multiprocess.AbstractJobRunner
 
AbstractKeyboardAction - Class in adams.gui.flow.tree.keyboardaction
Ancestor for flow tree actions that are associated with .
AbstractKeyboardAction() - Constructor for class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
 
AbstractKeyboardActionWithActor - Class in adams.gui.flow.tree.keyboardaction
Ancestor for actions that do something with a specified actor.
AbstractKeyboardActionWithActor() - Constructor for class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor
 
AbstractLabelPlotter - Class in adams.gui.visualization.object.objectannotations.label
Ancestor for label plotters.
AbstractLabelPlotter() - Constructor for class adams.gui.visualization.object.objectannotations.label.AbstractLabelPlotter
 
AbstractLabelSelectorGenerator - Class in adams.gui.visualization.object.labelselector
Ancestor for classes that generate label selector panels.
AbstractLabelSelectorGenerator() - Constructor for class adams.gui.visualization.object.labelselector.AbstractLabelSelectorGenerator
 
AbstractLabelSelectorPanel - Class in adams.gui.visualization.object.labelselector
Ancestor for panels that allow selection of label.
AbstractLabelSelectorPanel(ObjectAnnotationPanel) - Constructor for class adams.gui.visualization.object.labelselector.AbstractLabelSelectorPanel
Initializes the panel.
AbstractLayer - Class in adams.gui.visualization.segmentation.layer
Ancestor for layers.
AbstractLayer() - Constructor for class adams.gui.visualization.segmentation.layer.AbstractLayer
 
AbstractLayer.AbstractLayerState - Class in adams.gui.visualization.segmentation.layer
For storing the state of a layer.
AbstractLayerState() - Constructor for class adams.gui.visualization.segmentation.layer.AbstractLayer.AbstractLayerState
 
AbstractLeftClickProcessor - Class in adams.gui.visualization.image.leftclick
Ancestor for classes that react to selection in an image.
AbstractLeftClickProcessor() - Constructor for class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
 
AbstractLimitedConditions - Class in adams.db
Abstract ancestor for conditions that limit the number of records retrieved.
AbstractLimitedConditions() - Constructor for class adams.db.AbstractLimitedConditions
 
AbstractLimitedTextRenderer - Class in adams.data.textrenderer
Ancestor for renderers that can limit the output.
AbstractLimitedTextRenderer() - Constructor for class adams.data.textrenderer.AbstractLimitedTextRenderer
 
AbstractLimitedTickGenerator - Class in adams.gui.visualization.core.axis
Ancestor for tick generators that only generate a limited number of ticks.
AbstractLimitedTickGenerator() - Constructor for class adams.gui.visualization.core.axis.AbstractLimitedTickGenerator
 
AbstractLinearRegressionBased<T extends DataContainer> - Class in adams.data.baseline
Abstract ancestor for linear regression based baseline correction schemes.
AbstractLinearRegressionBased() - Constructor for class adams.data.baseline.AbstractLinearRegressionBased
 
AbstractLineNumberedLimitedTextRenderer - Class in adams.data.textrenderer
Ancestor for text renderers that can output line numbers.
AbstractLineNumberedLimitedTextRenderer() - Constructor for class adams.data.textrenderer.AbstractLineNumberedLimitedTextRenderer
 
AbstractListGenerator - Class in adams.flow.source.newlist
Ancestor for list generators.
AbstractListGenerator() - Constructor for class adams.flow.source.newlist.AbstractListGenerator
 
AbstractListingOutput - Class in adams.doc.listing
Ancestor for classes that output the generated lists.
AbstractListingOutput() - Constructor for class adams.doc.listing.AbstractListingOutput
 
AbstractListingProcessor - Class in adams.flow.processor
Ancestor for processors that list stuff.
AbstractListingProcessor() - Constructor for class adams.flow.processor.AbstractListingProcessor
 
AbstractListNameUsage<T> - Class in adams.flow.processor
Ancestor for processors that locate usages of a certain name.
AbstractListNameUsage() - Constructor for class adams.flow.processor.AbstractListNameUsage
 
AbstractListTables - Class in adams.flow.source
Ancestor for sources that list tables from a database.
AbstractListTables() - Constructor for class adams.flow.source.AbstractListTables
 
AbstractLocalDirectoryListerBasedSearchlet - Class in adams.flow.source.filesystemsearch
Ancestor for search algorithms that use LocalDirectoryLister under the hood.
AbstractLocalDirectoryListerBasedSearchlet() - Constructor for class adams.flow.source.filesystemsearch.AbstractLocalDirectoryListerBasedSearchlet
 
AbstractLocalFilesAction - Class in adams.gui.tools.previewbrowser.localfiles
Ancestor for actions that get applied to local files.
AbstractLocalFilesAction() - Constructor for class adams.gui.tools.previewbrowser.localfiles.AbstractLocalFilesAction
 
AbstractLogEntryDialog - Class in adams.flow.sink.logview
Ancestor for dialogs that view a LogEntry.
AbstractLogEntryDialog() - Constructor for class adams.flow.sink.logview.AbstractLogEntryDialog
 
AbstractLogEntryViewerPanel - Class in adams.gui.tools
For viewing LogEntry records.
AbstractLogEntryViewerPanel() - Constructor for class adams.gui.tools.AbstractLogEntryViewerPanel
 
AbstractLogHandler - Class in adams.core.logging
Ancestor for log handlers.
AbstractLogHandler() - Constructor for class adams.core.logging.AbstractLogHandler
Initializes the log handler.
AbstractLogRecordFilter - Class in adams.flow.standalone.logevent
Ancestor for log record filters.
AbstractLogRecordFilter() - Constructor for class adams.flow.standalone.logevent.AbstractLogRecordFilter
 
AbstractLogRecordProcessor<O> - Class in adams.flow.standalone.logevent
Processes log records.
AbstractLogRecordProcessor() - Constructor for class adams.flow.standalone.logevent.AbstractLogRecordProcessor
 
AbstractLookAndFeel - Class in adams.gui.laf
Ancestor for look and feels.
AbstractLookAndFeel() - Constructor for class adams.gui.laf.AbstractLookAndFeel
 
AbstractLOWESS<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for LOWESS filters.
AbstractLOWESS() - Constructor for class adams.data.filter.AbstractLOWESS
 
AbstractLOWESSBased<T extends DataContainer> - Class in adams.data.baseline
Ancestor for LOWESS-based baseline correction schemes.
AbstractLOWESSBased<T extends DataContainer> - Class in adams.data.smoothing
Abstract ancestor for LOWESS-based smoothers.
AbstractLOWESSBased() - Constructor for class adams.data.baseline.AbstractLOWESSBased
 
AbstractLOWESSBased() - Constructor for class adams.data.smoothing.AbstractLOWESSBased
 
AbstractLuminanceParameters - Class in adams.data.image.luminance
Ancestor for classes that return luminance parameters for RGB into grayscale conversions.
AbstractLuminanceParameters() - Constructor for class adams.data.image.luminance.AbstractLuminanceParameters
 
AbstractManagementPanel<T extends Comparable> - Class in adams.gui.tools
A panel for managing objects.
AbstractManagementPanel() - Constructor for class adams.gui.tools.AbstractManagementPanel
 
AbstractManagementPanelWithDatabase<T extends Comparable> - Class in adams.gui.tools
A panel for managing the objects stored in a database.
AbstractManagementPanelWithDatabase() - Constructor for class adams.gui.tools.AbstractManagementPanelWithDatabase
 
AbstractManagementPanelWithDatabaseConnectionListener<T extends Comparable> - Class in adams.gui.tools
Ancestor for management panels that listen to changes of the global database connection.
AbstractManagementPanelWithDatabaseConnectionListener() - Constructor for class adams.gui.tools.AbstractManagementPanelWithDatabaseConnectionListener
 
AbstractManagementPanelWithProperties<T extends Comparable> - Class in adams.gui.tools
Ancestor panel for properties-based management panels.
AbstractManagementPanelWithProperties() - Constructor for class adams.gui.tools.AbstractManagementPanelWithProperties
 
AbstractManagementPanelWithSelectableDatabase<T extends Comparable> - Class in adams.gui.tools
A panel for managing the objects stored in a database.
AbstractManagementPanelWithSelectableDatabase() - Constructor for class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase
 
AbstractManagementTableModel<T extends Comparable> - Class in adams.gui.tools
A table model for displaying the details of the database object.
AbstractManagementTableModel() - Constructor for class adams.gui.tools.AbstractManagementTableModel
Default constructor (sorted).
AbstractManagementTableModel(boolean) - Constructor for class adams.gui.tools.AbstractManagementTableModel
Default constructor.
AbstractManagementTableModel(List<T>) - Constructor for class adams.gui.tools.AbstractManagementTableModel
The constructor (sorted).
AbstractManagementTableModel(List<T>, boolean) - Constructor for class adams.gui.tools.AbstractManagementTableModel
the constructor.
AbstractManagementTableModel(T[]) - Constructor for class adams.gui.tools.AbstractManagementTableModel
The constructor (sorted).
AbstractManagementTableModel(T[], boolean) - Constructor for class adams.gui.tools.AbstractManagementTableModel
The constructor.
AbstractMapFilter - Class in adams.flow.transformer.mapfilter
Ancestor for map filters.
AbstractMapFilter() - Constructor for class adams.flow.transformer.mapfilter.AbstractMapFilter
 
AbstractMarkerPaintlet - Class in adams.flow.sink.sequenceplotter
Ancestor for marker paintlets.
AbstractMarkerPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.AbstractMarkerPaintlet
 
AbstractMatchWekaInstanceAgainstHeader - Class in adams.data.conversion
Ancestor for classes that match Instance objects against Instances headers.
AbstractMatchWekaInstanceAgainstHeader() - Constructor for class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
 
AbstractMatrixStatistic - Class in adams.data.spreadsheet.matrixstatistic
Ancestor for matrix statistic generators, i.e., ones that take the specified subset of the spreadsheet into account.
AbstractMatrixStatistic() - Constructor for class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
 
AbstractMatrixToSpreadSheet - Class in adams.data.conversion
Ancestor for conversions that turn a matrix of some type into a spreadsheet.
AbstractMatrixToSpreadSheet() - Constructor for class adams.data.conversion.AbstractMatrixToSpreadSheet
 
AbstractMenuItemDefinition - Class in adams.gui.application
Abstract ancestor for definining menu items in the ApplicationFrame menu.
AbstractMenuItemDefinition() - Constructor for class adams.gui.application.AbstractMenuItemDefinition
Initializes the menu item with no owner.
AbstractMenuItemDefinition(AbstractApplicationFrame) - Constructor for class adams.gui.application.AbstractMenuItemDefinition
Initializes the menu item.
AbstractMerge - Class in adams.flow.transformer.spreadsheetmethodmerge
Base class for all spreadsheet merge methods.
AbstractMerge - Class in adams.flow.transformer.wekadatasetsmerge
AbstractMerge() - Constructor for class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
 
AbstractMerge() - Constructor for class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
 
AbstractMerge.SourceAttribute - Class in adams.flow.transformer.wekadatasetsmerge
Helper class for determining the mapping from input attributes in the source datasets to output attributes in the merged dataset.
AbstractMerge.SourceColumn - Class in adams.flow.transformer.spreadsheetmethodmerge
Helper class for determining the mapping from input columns in the source spreadsheets to output columns in the merged spreadsheet.
AbstractMessageDigestBasedMonitor - Class in adams.core.io.filechanged
Ancestor for message digest based monitors.
AbstractMessageDigestBasedMonitor() - Constructor for class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
 
AbstractMetaDataColor<T extends XYSequencePoint> - Class in adams.gui.visualization.sequence.metadatacolor
Ancestor for schemes extracting the color from a sequence point's meta-data.
AbstractMetaDataColor() - Constructor for class adams.gui.visualization.sequence.metadatacolor.AbstractMetaDataColor
 
AbstractMetaDataExtractor - Class in adams.flow.transformer.metadata
Ancestor for algorithms that extract meta-data from image files.
AbstractMetaDataExtractor() - Constructor for class adams.flow.transformer.metadata.AbstractMetaDataExtractor
 
AbstractMetaFeatureConverter - Class in adams.data.featureconverter
Ancestor for converters that use a base converter.
AbstractMetaFeatureConverter() - Constructor for class adams.data.featureconverter.AbstractMetaFeatureConverter
 
AbstractMetaFileSearchHandler - Class in adams.core.io.filesearch
Ancestor for file search handlers that use the base handler to do the actual search.
AbstractMetaFileSearchHandler() - Constructor for class adams.core.io.filesearch.AbstractMetaFileSearchHandler
 
AbstractMetaFileSearchHandlerWithEncoding - Class in adams.core.io.filesearch
Ancestor for file search handlers that use file encodings.
AbstractMetaFileSearchHandlerWithEncoding() - Constructor for class adams.core.io.filesearch.AbstractMetaFileSearchHandlerWithEncoding
 
AbstractMetaIterator - Class in adams.data.spreadsheet.cellfinder
A meta-iterator that wraps around a base iterator.
AbstractMetaIterator(Iterator<CellLocation>) - Constructor for class adams.data.spreadsheet.cellfinder.AbstractMetaIterator
Initializes the iterator.
AbstractMetaJobRunner - Class in adams.multiprocess
Ancestor for meta-jobrunners, that wrap around a base jobrunner.
AbstractMetaJobRunner() - Constructor for class adams.multiprocess.AbstractMetaJobRunner
 
AbstractMetaNegativeRegionsGenerator - Class in adams.flow.transformer.negativeregions
Ancestor for meta-algorithms.
AbstractMetaNegativeRegionsGenerator() - Constructor for class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
 
AbstractMetaObjectFinder - Class in adams.data.objectfinder
Ancestor for object finders that use a base finder.
AbstractMetaObjectFinder() - Constructor for class adams.data.objectfinder.AbstractMetaObjectFinder
 
AbstractMetaObjectLocator - Class in adams.flow.transformer.locateobjects
Ancestor for object locators that enhance a base locator.
AbstractMetaObjectLocator() - Constructor for class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator
 
AbstractMetaPdfProclet - Class in adams.flow.transformer.pdfproclet
Ancestor for proclets that wrap another base-proclet.
AbstractMetaPdfProclet() - Constructor for class adams.flow.transformer.pdfproclet.AbstractMetaPdfProclet
 
AbstractMetaRowScore - Class in adams.data.spreadsheet.rowscore
Ancestor for row score algorithms that use a base algorithm.
AbstractMetaRowScore() - Constructor for class adams.data.spreadsheet.rowscore.AbstractMetaRowScore
 
AbstractMetaTimeseriesFeatureGenerator - Class in adams.data.timeseries
Ancestor for generators that use a base generator.
AbstractMetaTimeseriesFeatureGenerator() - Constructor for class adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
 
AbstractMixedTag - Class in adams.doc.xhtml
Ancestor for tags that have nested tags and textual content.
AbstractMixedTag(String) - Constructor for class adams.doc.xhtml.AbstractMixedTag
Initializes the tag with not content.
AbstractMixedTag(String, String) - Constructor for class adams.doc.xhtml.AbstractMixedTag
Initializes the tag.
AbstractModelLoader<T> - Class in adams.flow.core
Ancestor for model loaders.
AbstractModelLoader() - Constructor for class adams.flow.core.AbstractModelLoader
 
AbstractModelLoader.ModelLoadingType - Enum in adams.flow.core
The enumeration for the loading type.
AbstractModifyingInteractiveProcessor - Class in adams.flow.processor
Ancestor for processors that interact with the user and potentially modify the flow.
AbstractModifyingInteractiveProcessor() - Constructor for class adams.flow.processor.AbstractModifyingInteractiveProcessor
 
AbstractModifyingProcessor - Class in adams.flow.processor
Ancestor for processors that potentially modify flows that they are processing.
AbstractModifyingProcessor() - Constructor for class adams.flow.processor.AbstractModifyingProcessor
 
AbstractMoment<T> - Class in adams.data.image.moments
Top level interface for moment classes
AbstractMoment() - Constructor for class adams.data.image.moments.AbstractMoment
 
AbstractMouseClickAction - Class in adams.flow.sink.sequenceplotter
Ancestor for classes that react to mouse clicks on the canvas.
AbstractMouseClickAction - Class in adams.gui.visualization.stats.scatterplot.action
Ancestor for classes that react to mouse clicks on the canvas.
AbstractMouseClickAction() - Constructor for class adams.flow.sink.sequenceplotter.AbstractMouseClickAction
 
AbstractMouseClickAction() - Constructor for class adams.gui.visualization.stats.scatterplot.action.AbstractMouseClickAction
 
AbstractMouseClickProcessor - Class in adams.gui.visualization.object.mouseclick
Ancestor for schemes that react to mouse clicks.
AbstractMouseClickProcessor() - Constructor for class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
 
AbstractMouseClickProcessor.MouseButton - Enum in adams.gui.visualization.object.mouseclick
The mouse buttons.
AbstractMouseMovementTracker - Class in adams.gui.visualization.core
An abstract superclass for mouse movement trackers.
AbstractMouseMovementTracker() - Constructor for class adams.gui.visualization.core.AbstractMouseMovementTracker
 
AbstractMoveableTableModel - Class in adams.gui.core
Abstract table model that allows rows to be moved around.
AbstractMoveableTableModel() - Constructor for class adams.gui.core.AbstractMoveableTableModel
 
AbstractMultiClassPLS - Class in adams.data.instancesanalysis.pls
Ancestor for schemes that predict multiple classes.
AbstractMultiClassPLS() - Constructor for class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
 
AbstractMultiCompress - Class in adams.flow.transformer
Abstract ancestor for compression algorithms that allow the compression of multiple files (incl directory structure).
AbstractMultiCompress() - Constructor for class adams.flow.transformer.AbstractMultiCompress
 
AbstractMultiCondition - Class in adams.flow.condition.bool
Ancestor for conditions that use multiple sub-conditions.
AbstractMultiCondition() - Constructor for class adams.flow.condition.bool.AbstractMultiCondition
Default constructor
AbstractMultiCondition(BooleanCondition[]) - Constructor for class adams.flow.condition.bool.AbstractMultiCondition
Initializes the object with the specified conditions.
AbstractMultiConnection - Class in adams.scripting.connection
Ancestor for connection classes that manage multiple base connections.
AbstractMultiConnection() - Constructor for class adams.scripting.connection.AbstractMultiConnection
 
AbstractMultiDecompress - Class in adams.flow.transformer
Ancestor for compression schemes that manage archives with multiple files (incl directory structure) like zip archives.
AbstractMultiDecompress() - Constructor for class adams.flow.transformer.AbstractMultiDecompress
 
AbstractMultiFilter - Class in adams.flow.standalone.logevent
Inverts the filtering result of the base filter.
AbstractMultiFilter() - Constructor for class adams.flow.standalone.logevent.AbstractMultiFilter
 
AbstractMultiImageOperation<T extends AbstractImageContainer> - Class in adams.data.image
Abstract base class for operations that require multiple images.
AbstractMultiImageOperation() - Constructor for class adams.data.image.AbstractMultiImageOperation
 
AbstractMultiMapOperation<O> - Class in adams.flow.transformer.multimapoperation
Abstract base class for operations that require multiple maps.
AbstractMultiMapOperation() - Constructor for class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
 
AbstractMultiMatrixOperation - Class in adams.data.matlab.multimatrixoperation
Abstract base class for operations that require multiple matrices.
AbstractMultiMatrixOperation() - Constructor for class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
 
AbstractMultiObjectExport - Class in adams.gui.visualization.multiobjectexport
Ancestor for schemes that can export multiple objects.
AbstractMultiObjectExport() - Constructor for class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport
 
AbstractMultiObjectExportWithPreferredExtensions - Class in adams.gui.visualization.multiobjectexport
Ancestor for exporters that have preferred extensions in order to locate an AbstractObjectExporter.
AbstractMultiObjectExportWithPreferredExtensions() - Constructor for class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExportWithPreferredExtensions
 
AbstractMultiPageMenuItem - Class in adams.gui.flow.multipageaction
Ancestor for menu item generators for the flow's multi-page pane.
AbstractMultiPageMenuItem() - Constructor for class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
 
AbstractMultiplicativeScatterCorrection - Class in weka.filters.unsupervised.attribute.multiplicativescattercorrection
Ancestor for correction schemes.
AbstractMultiplicativeScatterCorrection() - Constructor for class weka.filters.unsupervised.attribute.multiplicativescattercorrection.AbstractMultiplicativeScatterCorrection
 
AbstractMultiReportWriter<T extends Report> - Class in adams.data.io.output
Ancestor for report writers that write multiple reports into a single file.
AbstractMultiReportWriter() - Constructor for class adams.data.io.output.AbstractMultiReportWriter
 
AbstractMultiRowProcessorPlugin - Class in weka.filters.unsupervised.instance.multirowprocessor
Ancestor for MultiRowProcessor plugins.
AbstractMultiRowProcessorPlugin() - Constructor for class weka.filters.unsupervised.instance.multirowprocessor.AbstractMultiRowProcessorPlugin
 
AbstractMultiSheetFormattedSpreadSheetWriter - Class in adams.data.io.output
Ancestor for writers that format the numbers.
AbstractMultiSheetFormattedSpreadSheetWriter() - Constructor for class adams.data.io.output.AbstractMultiSheetFormattedSpreadSheetWriter
 
AbstractMultiSheetSpreadSheetReader<T extends Range> - Class in adams.data.io.input
Ancestor for spreadsheet readers that can read multiple sheets from a document in one go.
AbstractMultiSheetSpreadSheetReader() - Constructor for class adams.data.io.input.AbstractMultiSheetSpreadSheetReader
 
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport<T extends Range> - Class in adams.data.io.input
Ancestor for spreadsheet readers that allow the specification of a custom missing value string.
AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport() - Constructor for class adams.data.io.input.AbstractMultiSheetSpreadSheetReaderWithMissingValueSupport
 
AbstractMultiSheetSpreadSheetWriter - Class in adams.data.io.output
Ancestor for spreadsheet writers that can write multiple sheets into a single document.
AbstractMultiSheetSpreadSheetWriter() - Constructor for class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
 
AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport - Class in adams.data.io.output
Ancestor for spreadsheet writers that support missing values.
AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport() - Constructor for class adams.data.io.output.AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
 
AbstractMultiSpreadSheetOperation<O> - Class in adams.flow.transformer.multispreadsheetoperation
Abstract base class for operations that require multiple spreadsheets.
AbstractMultiSpreadSheetOperation() - Constructor for class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
 
AbstractMultiTargetClassifier - Class in adams.ml.model.classification
Ancestor for multi-target classification algorithms.
AbstractMultiTargetClassifier() - Constructor for class adams.ml.model.classification.AbstractMultiTargetClassifier
 
AbstractMultiTargetRegressor - Class in adams.ml.model.regression
Ancestor for regression algorithms.
AbstractMultiTargetRegressor() - Constructor for class adams.ml.model.regression.AbstractMultiTargetRegressor
 
AbstractMultiView - Class in adams.flow.standalone
Ancestor for graphical actors that display multiple views.
AbstractMultiView() - Constructor for class adams.flow.standalone.AbstractMultiView
 
AbstractMultiView.ViewWrapper - Class in adams.flow.standalone
A wrapper for the actual actors.
AbstractMutableActorDaemonEvent<E,​P> - Class in adams.flow.standalone
Ancestor for daemon events that handle sub-actors.
AbstractMutableActorDaemonEvent() - Constructor for class adams.flow.standalone.AbstractMutableActorDaemonEvent
 
AbstractMutableStandaloneGroupItem<T extends Actor> - Class in adams.flow.standalone
Ancestor for group items that can contain other actors.
AbstractMutableStandaloneGroupItem() - Constructor for class adams.flow.standalone.AbstractMutableStandaloneGroupItem
 
AbstractNamedHistoryPanel<T> - Class in adams.gui.core
Abstract ancestor for panels that store a history of objects, e.g., results of experiment runs.
AbstractNamedHistoryPanel() - Constructor for class adams.gui.core.AbstractNamedHistoryPanel
 
AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<T> - Class in adams.gui.core
A specialized frame class for displaying a history entries.
AbstractNamedHistoryPanel.FrameDisplaySupporter<T> - Interface in adams.gui.core
Interface for history panels that allow the content to be displayed in separate frames.
AbstractNamedHistoryPanel.HistoryEntrySelectionEvent - Class in adams.gui.core
Event object that gets sent whenever a history entry gets selected.
AbstractNamedHistoryPanel.HistoryEntrySelectionListener - Interface in adams.gui.core
Interface for listeners that want to get notified whenever a different history entry gets selected.
AbstractNamedHistoryPanel.HistoryEntryToolTipProvider<T> - Interface in adams.gui.core
Interface for classes that generate tool tips for entries in the history.
AbstractNamedHistoryPanel.PopupCustomizer - Interface in adams.gui.core
Interface for classes that want to customize the popup menu for the entries.
AbstractNameUpdater<T> - Class in adams.flow.processor
Ancestor for processors that update names of actors.
AbstractNameUpdater() - Constructor for class adams.flow.processor.AbstractNameUpdater
 
AbstractNegativeRegionsGenerator - Class in adams.flow.transformer.negativeregions
Ancestor for algorithms for generating negative regions.
AbstractNegativeRegionsGenerator() - Constructor for class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
 
AbstractNestableResultItem - Class in adams.gui.tools.wekainvestigator.output
Container for a data to be stored in result history that can also store nested result items.
AbstractNestableResultItem(Instances) - Constructor for class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
Initializes the item.
AbstractNestedFlowReader - Class in adams.data.io.input
Ancestor for flow readers that support the nested format as well.
AbstractNestedFlowReader() - Constructor for class adams.data.io.input.AbstractNestedFlowReader
 
AbstractNestedFlowWriter - Class in adams.data.io.output
Ancestor for flow writers that support the nested format.
AbstractNestedFlowWriter() - Constructor for class adams.data.io.output.AbstractNestedFlowWriter
 
AbstractNotesReader - Class in adams.gui.tools.previewbrowser.notes
Ancestor for notes readers.
AbstractNotesReader() - Constructor for class adams.gui.tools.previewbrowser.notes.AbstractNotesReader
 
AbstractNotesWriter - Class in adams.gui.tools.previewbrowser.notes
Ancestor for notes writers.
AbstractNotesWriter() - Constructor for class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
 
AbstractNotification - Class in adams.flow.control.flowrestart.notification
Ancestor for notification schemes.
AbstractNotification - Class in adams.flow.sink.sendnotification
Ancestor for notification schemes.
AbstractNotification() - Constructor for class adams.flow.control.flowrestart.notification.AbstractNotification
 
AbstractNotification() - Constructor for class adams.flow.sink.sendnotification.AbstractNotification
 
AbstractNotificationAreaAction - Class in adams.gui.flow.notificationareaaction
Ancestor for actions on the notification area of the flow editor.
AbstractNotificationAreaAction() - Constructor for class adams.gui.flow.notificationareaaction.AbstractNotificationAreaAction
 
AbstractNumberEditor - Class in adams.gui.goe
An abstract ancestor for custom editors for numbers.
AbstractNumberEditor() - Constructor for class adams.gui.goe.AbstractNumberEditor
Initializes the editor.
AbstractNumericClassPostProcessor - Class in adams.flow.transformer.wekaevaluationpostprocessor
Ancestor for numeric class post-processors.
AbstractNumericClassPostProcessor() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.AbstractNumericClassPostProcessor
 
AbstractNumericOption<T extends Number> - Class in adams.core.option
Handles options with numeric arguments.
AbstractNumericOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.AbstractNumericOption
Initializes the option.
AbstractNumericOption(OptionManager, String, String, Object, boolean, T, T, UserMode) - Constructor for class adams.core.option.AbstractNumericOption
Initializes the option.
AbstractNumericOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.AbstractNumericOption
Initializes the option.
AbstractNumericOption(OptionManager, String, String, Object, T, T, UserMode) - Constructor for class adams.core.option.AbstractNumericOption
Initializes the option.
AbstractNumericOutlierDetector - Class in adams.flow.control.removeoutliers
Ancestor for numeric outlier detection.
AbstractNumericOutlierDetector() - Constructor for class adams.flow.control.removeoutliers.AbstractNumericOutlierDetector
 
AbstractNumericSummaryStatistic - Class in adams.flow.transformer.summarystatistics
Ancestor for summary statistics that work with numeric predictions.
AbstractNumericSummaryStatistic() - Constructor for class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
 
AbstractObjectCompare<T,​R> - Class in adams.data.compare
Ancestor for classes that compare objects and return a result.
AbstractObjectCompare() - Constructor for class adams.data.compare.AbstractObjectCompare
 
AbstractObjectContentHandler - Class in adams.gui.tools.previewbrowser
Ancestor for content handlers that handle files and objects.
AbstractObjectContentHandler() - Constructor for class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
 
AbstractObjectExporter - Class in adams.gui.visualization.debug.objectexport
Ancestor for classes that can export certain objects to files.
AbstractObjectExporter() - Constructor for class adams.gui.visualization.debug.objectexport.AbstractObjectExporter
 
AbstractObjectFilter - Class in adams.data.objectfilter
Ancestor for image object filters.
AbstractObjectFilter() - Constructor for class adams.data.objectfilter.AbstractObjectFilter
 
AbstractObjectFinder - Class in adams.data.objectfinder
Ancestor for finders that locate objects in the report of an image.
AbstractObjectFinder() - Constructor for class adams.data.objectfinder.AbstractObjectFinder
 
AbstractObjectHandler<T> - Class in adams.data.spreadsheet
Ancestor for handlers that manage the Cell.ContentType.OBJECT type of cells.
AbstractObjectHandler() - Constructor for class adams.data.spreadsheet.AbstractObjectHandler
 
AbstractObjectLocator - Class in adams.flow.transformer.locateobjects
Ancestor for algorithms that locate objects in images.
AbstractObjectLocator() - Constructor for class adams.flow.transformer.locateobjects.AbstractObjectLocator
 
AbstractObjectOverlap - Class in adams.data.objectoverlap
Ancestor for schemes that calculate image overlaps.
AbstractObjectOverlap() - Constructor for class adams.data.objectoverlap.AbstractObjectOverlap
 
AbstractObjectOverlayFromReport - Class in adams.gui.visualization.image
Ancestor for overlays that use object locations from a report.
AbstractObjectOverlayFromReport - Class in adams.gui.visualization.object.overlay
Ancestor for overlays that use object locations from a report.
AbstractObjectOverlayFromReport() - Constructor for class adams.gui.visualization.image.AbstractObjectOverlayFromReport
 
AbstractObjectOverlayFromReport() - Constructor for class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
 
AbstractObjectOverlayFromReport.LocatedObjectsPanel - Class in adams.gui.visualization.image
The panel for displaying the located objects.
AbstractObjectOverlayFromReport.SelectedObjectFilter - Class in adams.gui.visualization.image
Filter for located objects that only accepts the currently selected ones.
AbstractObjectReader - Class in adams.data.io.input
Ancestor for object readers.
AbstractObjectReader() - Constructor for class adams.data.io.input.AbstractObjectReader
 
AbstractObjectRenderer - Class in adams.gui.visualization.debug.objectrenderer
Ancestor for classes that render objects visually.
AbstractObjectRenderer() - Constructor for class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
 
AbstractObjectToJson - Class in adams.data.conversion
Converts the Map into a JSON object.
AbstractObjectToJson() - Constructor for class adams.data.conversion.AbstractObjectToJson
 
AbstractObjectWriter - Class in adams.data.io.output
Ancestor for object writers.
AbstractObjectWriter() - Constructor for class adams.data.io.output.AbstractObjectWriter
 
AbstractOpenCVFeatureGenerator - Class in adams.data.opencv.features
Abstract base class for OpenCV feature generators.
AbstractOpenCVFeatureGenerator() - Constructor for class adams.data.opencv.features.AbstractOpenCVFeatureGenerator
 
AbstractOpenCVMultiImageOperation - Class in adams.data.opencv.multiimageoperation
Abstract base class for operations that require multiple images of type OpenCVImageContainer.
AbstractOpenCVMultiImageOperation() - Constructor for class adams.data.opencv.multiimageoperation.AbstractOpenCVMultiImageOperation
 
AbstractOpenCVTransformer - Class in adams.data.opencv.transformer
Abstract base class for OpenCV transformations.
AbstractOpenCVTransformer() - Constructor for class adams.data.opencv.transformer.AbstractOpenCVTransformer
 
AbstractOptimiser - Class in adams.opt.optimise
Abstract ancestor for optimization schemes.
AbstractOptimiser() - Constructor for class adams.opt.optimise.AbstractOptimiser
 
AbstractOption - Class in adams.core.option
The ancestor of all option classes.
AbstractOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.AbstractOption
Initializes the option.
AbstractOptionalSampleArrayStatistic<T extends Serializable> - Class in adams.data.statistics
Abstract super class for array statistics that can interprete the arrays either as samples or populations.
AbstractOptionalSampleArrayStatistic() - Constructor for class adams.data.statistics.AbstractOptionalSampleArrayStatistic
 
AbstractOptionConsumer<C,​V> - Class in adams.core.option
Sets the option values based on the input data.
AbstractOptionConsumer() - Constructor for class adams.core.option.AbstractOptionConsumer
Initializes the visitor.
AbstractOptionGroup - Class in adams.core.option
Ancestor for grouped options.
AbstractOptionGroup() - Constructor for class adams.core.option.AbstractOptionGroup
 
AbstractOptionHandler - Class in adams.core.option
Abstract superclass for classes that handle options.
AbstractOptionHandler() - Constructor for class adams.core.option.AbstractOptionHandler
Initializes the object.
AbstractOptionProducer<O,​I> - Class in adams.core.option
Generates output from visiting the options.
AbstractOptionProducer() - Constructor for class adams.core.option.AbstractOptionProducer
Initializes the visitor.
AbstractOptionTransfer - Class in adams.core.optiontransfer
Ancestor for transferring options between option handlers.
AbstractOptionTransfer() - Constructor for class adams.core.optiontransfer.AbstractOptionTransfer
 
AbstractOptionTraverser - Class in adams.core.option
Ancestor for option traversers.
AbstractOptionTraverser() - Constructor for class adams.core.option.AbstractOptionTraverser
 
AbstractOptionTraverserWithResult<T> - Class in adams.core.option
Ancestor for option traversers that return a result.
AbstractOptionTraverserWithResult() - Constructor for class adams.core.option.AbstractOptionTraverserWithResult
 
AbstractOutlierDetector<T extends DataContainer> - Class in adams.data.outlier
Abstract base class for outlier detectors.
AbstractOutlierDetector - Class in adams.flow.control.removeoutliers
Ancestor for outlier detectors of actual vs predicted.
AbstractOutlierDetector() - Constructor for class adams.data.outlier.AbstractOutlierDetector
 
AbstractOutlierDetector() - Constructor for class adams.flow.control.removeoutliers.AbstractOutlierDetector
 
AbstractOutlierDetector.DetectorJob<T extends DataContainer> - Class in adams.data.outlier
A job class specific to outlier detectors.
AbstractOutlinePlotter - Class in adams.gui.visualization.object.objectannotations.outline
Ancestor for outline plotters.
AbstractOutlinePlotter() - Constructor for class adams.gui.visualization.object.objectannotations.outline.AbstractOutlinePlotter
 
AbstractOutputFormatter - Class in adams.core.command.output
Ancestor for output formatters.
AbstractOutputFormatter() - Constructor for class adams.core.command.output.AbstractOutputFormatter
 
AbstractOutputGenerator<T extends AbstractResultItem> - Class in adams.gui.tools.wekainvestigator.output
Ancestor for output generators.
AbstractOutputGenerator - Class in adams.gui.tools.wekainvestigator.tab.associatetab.output
Ancestor for output generators using t.
AbstractOutputGenerator - Class in adams.gui.tools.wekainvestigator.tab.attseltab.output
Ancestor for output generators using t.
AbstractOutputGenerator - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Ancestor for output generators using the data from the per-fold pane.
AbstractOutputGenerator - Class in adams.gui.tools.wekainvestigator.tab.clustertab.output
Ancestor for output generators using t.
AbstractOutputGenerator - Class in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Ancestor for output generators using the data from the per-fold pane.
AbstractOutputGenerator() - Constructor for class adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator
 
AbstractOutputGenerator() - Constructor for class adams.gui.tools.wekainvestigator.tab.associatetab.output.AbstractOutputGenerator
 
AbstractOutputGenerator() - Constructor for class adams.gui.tools.wekainvestigator.tab.attseltab.output.AbstractOutputGenerator
 
AbstractOutputGenerator() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGenerator
 
AbstractOutputGenerator() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.output.AbstractOutputGenerator
 
AbstractOutputGenerator() - Constructor for class adams.gui.tools.wekainvestigator.tab.experimenttab.output.AbstractOutputGenerator
 
AbstractOutputGeneratorWithSeparateFoldsSupport<T extends JComponent> - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Ancestor for output generators that can generate output for separate folds just using the Evaluation objects.
AbstractOutputGeneratorWithSeparateFoldsSupport() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGeneratorWithSeparateFoldsSupport
 
AbstractOutputPanel - Class in adams.gui.tools.wekamultiexperimenter.setup.weka
Ancestor for panels that allow the user to configure ResultListeners.
AbstractOutputPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.weka.AbstractOutputPanel
 
AbstractOutputPanelWithPopupMenu<T extends BaseFileChooser> - Class in adams.gui.tools.wekainvestigator.output
Ancestor for output panels that can save the displayed output to a file.
AbstractOutputPanelWithPopupMenu() - Constructor for class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
 
AbstractOutputPrinter - Class in adams.core.management
Ancestor for printer objects for processes.
AbstractOutputPrinter(boolean, Process) - Constructor for class adams.core.management.AbstractOutputPrinter
Initializes the printer.
AbstractOverlappingObjectRemoval - Class in adams.data.overlappingobjectremoval
Ancestor for schemes that remove overlapping images objects.
AbstractOverlappingObjectRemoval() - Constructor for class adams.data.overlappingobjectremoval.AbstractOverlappingObjectRemoval
 
AbstractOverlay - Class in adams.gui.visualization.object.overlay
Ancestor for overlays.
AbstractOverlay() - Constructor for class adams.gui.visualization.object.overlay.AbstractOverlay
 
AbstractOverlayLayerAction - Class in adams.gui.visualization.segmentation.layer.overlaylayeraction
Ancestor for OverlayLayer actions.
AbstractOverlayLayerAction() - Constructor for class adams.gui.visualization.segmentation.layer.overlaylayeraction.AbstractOverlayLayerAction
 
AbstractOverlayPaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for paintlets that draw the overlays.
AbstractOverlayPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
 
AbstractPageRangeStamper - Class in adams.flow.transformer.pdfstamp
Ancestor for stampers that work on a range of pages.
AbstractPageRangeStamper() - Constructor for class adams.flow.transformer.pdfstamp.AbstractPageRangeStamper
 
AbstractPaintingSelectionProcessor - Class in adams.gui.visualization.image.selection
Ancestor for processors that paint with a certain color and stroke thickness.
AbstractPaintingSelectionProcessor() - Constructor for class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
 
AbstractPaintlet - Class in adams.gui.visualization.core
An abstract superclass for paint engines that can be plugged into panels.
AbstractPaintlet - Class in adams.gui.visualization.image.paintlet
An abstract superclass for paint engines that can be plugged into panels.
AbstractPaintlet() - Constructor for class adams.gui.visualization.core.AbstractPaintlet
 
AbstractPaintlet() - Constructor for class adams.gui.visualization.image.paintlet.AbstractPaintlet
 
AbstractPaintOperation - Class in adams.gui.visualization.segmentation.paintoperation
Ancestor for additional paint operations in the segmentation panel.
AbstractPaintOperation() - Constructor for class adams.gui.visualization.segmentation.paintoperation.AbstractPaintOperation
 
AbstractPanelWithFile<T extends AbstractChooserPanel> - Class in adams.gui.tools.weka
Ancestor for panels that allow the user to select a file.
AbstractPanelWithFile() - Constructor for class adams.gui.tools.weka.AbstractPanelWithFile
 
AbstractParameterHandlingMenuItemDefinition - Class in adams.gui.menu
Abstract menu item definition for definitions that handle parameters.
AbstractParameterHandlingMenuItemDefinition() - Constructor for class adams.gui.menu.AbstractParameterHandlingMenuItemDefinition
Initializes the menu item with no owner.
AbstractParameterHandlingMenuItemDefinition(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AbstractParameterHandlingMenuItemDefinition
Initializes the menu item.
AbstractParameterHandlingWekaMenuItemDefinition - Class in adams.gui.menu
Abstract menu item definition for Weka elements that also handle additional parameters.
AbstractParameterHandlingWekaMenuItemDefinition() - Constructor for class adams.gui.menu.AbstractParameterHandlingWekaMenuItemDefinition
Initializes the menu item with no owner.
AbstractParameterHandlingWekaMenuItemDefinition(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AbstractParameterHandlingWekaMenuItemDefinition
Initializes the menu item.
AbstractParameterMapReader - Class in adams.data.io.input
Ancestor for classes that read parameter maps.
AbstractParameterMapReader() - Constructor for class adams.data.io.input.AbstractParameterMapReader
 
AbstractParameterMapWriter - Class in adams.data.io.output
Ancestor for classes that write parameter maps.
AbstractParameterMapWriter() - Constructor for class adams.data.io.output.AbstractParameterMapWriter
 
AbstractParserFunction - Class in adams.parser.plugin
Ancestor for custom functions to be used in parsers.
AbstractParserFunction() - Constructor for class adams.parser.plugin.AbstractParserFunction
 
AbstractParserProcedure - Class in adams.parser.plugin
Ancestor for custom procedures to be used in parsers.
AbstractParserProcedure() - Constructor for class adams.parser.plugin.AbstractParserProcedure
 
AbstractParsing - Class in adams.core.option.parsing
Ancestor class for parsing classes, just to have them in one class hierarchy.
AbstractParsing() - Constructor for class adams.core.option.parsing.AbstractParsing
 
AbstractPasswordGenerator - Class in adams.core.password
Ancestor for password generators..
AbstractPasswordGenerator() - Constructor for class adams.core.password.AbstractPasswordGenerator
 
AbstractPDFGenerator - Class in adams.flow.transformer.pdfgenerate
Ancestor for schemes to generate PDFs.
AbstractPDFGenerator() - Constructor for class adams.flow.transformer.pdfgenerate.AbstractPDFGenerator
 
AbstractPdfProclet - Class in adams.flow.transformer.pdfproclet
Abstract ancestor for processors that add the content of files to a PDF document.
AbstractPdfProclet() - Constructor for class adams.flow.transformer.pdfproclet.AbstractPdfProclet
 
AbstractPdfProcletWithFilenameOutput - Class in adams.flow.transformer.pdfproclet
Abstract ancestor for processors that can add the filename as well.
AbstractPdfProcletWithFilenameOutput() - Constructor for class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
 
AbstractPdfProcletWithPageBreaks - Class in adams.flow.transformer.pdfproclet
Ancestor for processors handle page breaks.
AbstractPdfProcletWithPageBreaks() - Constructor for class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithPageBreaks
 
AbstractPDFViewerAction - Class in adams.gui.visualization.pdf.menu
TODO: What this class does.
AbstractPDFViewerAction() - Constructor for class adams.gui.visualization.pdf.menu.AbstractPDFViewerAction
 
AbstractPerFoldPopupMenuItem - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Ancestor for classes that add menu items to the per-fold popup menu.
AbstractPerFoldPopupMenuItem() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.AbstractPerFoldPopupMenuItem
 
AbstractPermissionHandler - Class in adams.scripting.permissionhandler
Ancestor for permission handlers.
AbstractPermissionHandler() - Constructor for class adams.scripting.permissionhandler.AbstractPermissionHandler
 
AbstractPersistentHistory<T> - Class in adams.core
Ancestor of classes for maintaining a history of objects that are stored on disk.
AbstractPersistentHistory() - Constructor for class adams.core.AbstractPersistentHistory
 
AbstractPixelSelectorAction - Class in adams.flow.transformer.pixelselector
Ancestor for actions for the PixelSelector interactive transformer.
AbstractPixelSelectorAction() - Constructor for class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Initializes the object.
AbstractPixelSelectorOverlay - Class in adams.flow.transformer.pixelselector
Ancestor for overlays in the pixel selector GUI, making use of the data stored in the report.
AbstractPixelSelectorOverlay() - Constructor for class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
 
AbstractPlotColumn - Class in adams.gui.core.spreadsheettable
Ancestor for plugins that plot a column.
AbstractPlotColumn - Class in adams.gui.visualization.instances.instancestable
Ancestor for plugins that plot a column.
AbstractPlotColumn() - Constructor for class adams.gui.core.spreadsheettable.AbstractPlotColumn
 
AbstractPlotColumn() - Constructor for class adams.gui.visualization.instances.instancestable.AbstractPlotColumn
 
AbstractPlotGenerator - Class in adams.flow.transformer.plotgenerator
Ancestor for generators that use data from a spreadsheet to create plot containers for the SequencePlotter sink.
AbstractPlotGenerator() - Constructor for class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
 
AbstractPlotOptionGroup - Class in adams.gui.visualization.stats.core
Ancestor for option groups for plots.
AbstractPlotOptionGroup() - Constructor for class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
 
AbstractPlotPopupCustomizer<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.plotpopup
Ancestor for the plot popup menu.
AbstractPlotPopupCustomizer() - Constructor for class adams.gui.visualization.container.datacontainerpanel.plotpopup.AbstractPlotPopupCustomizer
 
AbstractPlotProcessor - Class in adams.flow.control.plotprocessor
Ancestor for processors of plot containers.
AbstractPlotProcessor() - Constructor for class adams.flow.control.plotprocessor.AbstractPlotProcessor
 
AbstractPlotProcessorWithBuffer<T> - Class in adams.flow.control.plotprocessor
Ancestor for post-processors that work on a buffer of plot containers.
AbstractPlotProcessorWithBuffer() - Constructor for class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
 
AbstractPlotRow - Class in adams.gui.core.spreadsheettable
Ancestor for plugins that plot a row.
AbstractPlotRow - Class in adams.gui.visualization.instances.instancestable
Ancestor for plugins that plot a row.
AbstractPlotRow() - Constructor for class adams.gui.core.spreadsheettable.AbstractPlotRow
 
AbstractPlotRow() - Constructor for class adams.gui.visualization.instances.instancestable.AbstractPlotRow
 
AbstractPlotSelectedRows - Class in adams.gui.core.spreadsheettable
Ancestor for plugins that plot rows.
AbstractPlotSelectedRows - Class in adams.gui.visualization.instances.instancestable
Ancestor for plugins that plot rows.
AbstractPlotSelectedRows() - Constructor for class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
 
AbstractPlotSelectedRows() - Constructor for class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
 
AbstractPlotUpdater - Class in adams.flow.sink.sequenceplotter
Ancestor for classes that determine when to update the sequence plotter, i.e., repaint all of it.
AbstractPlotUpdater - Class in adams.flow.sink.timeseriesdisplay
Ancestor for classes that determine when to update the timeseries display, i.e., repaint all of it.
AbstractPlotUpdater() - Constructor for class adams.flow.sink.sequenceplotter.AbstractPlotUpdater
 
AbstractPlotUpdater() - Constructor for class adams.flow.sink.timeseriesdisplay.AbstractPlotUpdater
 
AbstractPLS - Class in adams.data.instancesanalysis.pls
Ancestor for PLS implementations.
AbstractPLS() - Constructor for class adams.data.instancesanalysis.pls.AbstractPLS
 
AbstractPLSAttributeEval - Class in weka.attributeSelection
Ancestor for PLS attribute evaluators
AbstractPLSAttributeEval() - Constructor for class weka.attributeSelection.AbstractPLSAttributeEval
 
AbstractPLSAttributeEval.LoadingsCalculations - Enum in weka.attributeSelection
 
AbstractPNGAnnotationImageSegmentationReader - Class in adams.data.io.input
Ancestor for readers that read the annotations from a single PNG file.
AbstractPNGAnnotationImageSegmentationReader() - Constructor for class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
 
AbstractPNGAnnotationImageSegmentationWriter - Class in adams.data.io.output
Ancestor for image segmentation annotation writers that store the annotations in a single PNG file.
AbstractPNGAnnotationImageSegmentationWriter() - Constructor for class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
 
AbstractPointAnnotator - Class in adams.gui.visualization.object.annotator
Ancestor for point annotators.
AbstractPointAnnotator() - Constructor for class adams.gui.visualization.object.annotator.AbstractPointAnnotator
 
AbstractPointOverlayFromReport - Class in adams.gui.visualization.image
Ancestor for overlays that use object locations from a report.
AbstractPointOverlayFromReport - Class in adams.gui.visualization.object.overlay
Ancestor for overlays that use point locations from a report.
AbstractPointOverlayFromReport() - Constructor for class adams.gui.visualization.image.AbstractPointOverlayFromReport
 
AbstractPointOverlayFromReport() - Constructor for class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
 
AbstractPointOverlayFromReport.LocatedPointsPanel - Class in adams.gui.visualization.image
The panel for displaying the located points.
AbstractPointOverlayFromReport.SelectedObjectFilter - Class in adams.gui.visualization.image
Filter for located objects that only accepts the currently selected ones.
AbstractPointPreprocessor - Class in adams.gui.visualization.sequence.pointpreprocessor
Ancestor for classes that perform preprocessing on sequence points.
AbstractPointPreprocessor() - Constructor for class adams.gui.visualization.sequence.pointpreprocessor.AbstractPointPreprocessor
 
AbstractPopupCustomizer<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel
Ancestor for customizers for the data container panel.
AbstractPopupCustomizer() - Constructor for class adams.gui.visualization.container.datacontainerpanel.AbstractPopupCustomizer
 
AbstractPreferencesPanel - Class in adams.gui.application
Ancestor for preference panels.
AbstractPreferencesPanel() - Constructor for class adams.gui.application.AbstractPreferencesPanel
 
AbstractPreFilter<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for filters that use pre-filtered data as the basis for manipulating the original data.
AbstractPreFilter() - Constructor for class adams.data.filter.AbstractPreFilter
 
AbstractProbabilityPaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for paintlets that plot the regression in the probability plot.
AbstractProbabilityPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
 
AbstractProcessCell - Class in adams.gui.core.spreadsheettable
Ancestor for plugins that process a cell.
AbstractProcessCell - Class in adams.gui.visualization.instances.instancestable
Ancestor for plugins that process a cell.
AbstractProcessCell() - Constructor for class adams.gui.core.spreadsheettable.AbstractProcessCell
 
AbstractProcessCell() - Constructor for class adams.gui.visualization.instances.instancestable.AbstractProcessCell
 
AbstractProcessColumn - Class in adams.gui.core.spreadsheettable
Ancestor for plugins that process a column.
AbstractProcessColumn - Class in adams.gui.visualization.instances.instancestable
Ancestor for plugins that process a column.
AbstractProcessColumn() - Constructor for class adams.gui.core.spreadsheettable.AbstractProcessColumn
 
AbstractProcessColumn() - Constructor for class adams.gui.visualization.instances.instancestable.AbstractProcessColumn
 
AbstractProcessor - Class in adams.gui.tools.spreadsheetprocessor.processors
Ancestor for processors.
AbstractProcessor() - Constructor for class adams.gui.tools.spreadsheetprocessor.processors.AbstractProcessor
 
AbstractProcessRow - Class in adams.gui.core.spreadsheettable
Ancestor for plugins that process a row.
AbstractProcessRow - Class in adams.gui.visualization.instances.instancestable
Ancestor for plugins that process a row.
AbstractProcessRow() - Constructor for class adams.gui.core.spreadsheettable.AbstractProcessRow
 
AbstractProcessRow() - Constructor for class adams.gui.visualization.instances.instancestable.AbstractProcessRow
 
AbstractProcessSelectedRows - Class in adams.gui.core.spreadsheettable
Ancestor for plugins that process a row.
AbstractProcessSelectedRows - Class in adams.gui.visualization.instances.instancestable
Ancestor for plugins that process a row.
AbstractProcessSelectedRows() - Constructor for class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
 
AbstractProcessSelectedRows() - Constructor for class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
 
AbstractProcessWekaInstanceWithModel<T> - Class in adams.flow.transformer
Ancestor for transformers that user models for processing Instance objects, e.g., classifiers making predictions.
AbstractProcessWekaInstanceWithModel() - Constructor for class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
 
AbstractPropertiesAction<T,​D extends Dialog> - Class in adams.gui.action
Ancestor for actions that use a Properties file as basis for shortcuts, icons and mnemonics.
AbstractPropertiesAction() - Constructor for class adams.gui.action.AbstractPropertiesAction
 
AbstractPropertiesCheckBoxMenuItemAction<T,​D extends Dialog> - Class in adams.gui.action
Ancestor for checkbox menu item actions.
AbstractPropertiesCheckBoxMenuItemAction() - Constructor for class adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction
 
AbstractPropertiesDefinition - Class in adams.env
Ancestor for properties definitions, whether they are merged or replaced.
AbstractPropertiesDefinition() - Constructor for class adams.env.AbstractPropertiesDefinition
 
AbstractPropertiesMenuItemAction<T,​D extends Dialog> - Class in adams.gui.action
Ancestor for simple menu item actions.
AbstractPropertiesMenuItemAction() - Constructor for class adams.gui.action.AbstractPropertiesMenuItemAction
 
AbstractPropertiesPreferencesPanel - Class in adams.gui.application
Displays all properties in a props file as preferences.
AbstractPropertiesPreferencesPanel() - Constructor for class adams.gui.application.AbstractPropertiesPreferencesPanel
 
AbstractPropertiesSubMenuAction<T,​D extends Dialog> - Class in adams.gui.action
Ancestor for actions in the flow editor that generate a submenu.
AbstractPropertiesSubMenuAction() - Constructor for class adams.gui.action.AbstractPropertiesSubMenuAction
 
AbstractPropertyEditorSupport - Class in adams.gui.goe
A superclass for editors with custom editors.
AbstractPropertyEditorSupport() - Constructor for class adams.gui.goe.AbstractPropertyEditorSupport
Initializes the editor.
AbstractPropertyExtractor - Class in adams.gui.visualization.debug.propertyextractor
Ancestor for property extractors, used for populating the object tree.
AbstractPropertyExtractor() - Constructor for class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
 
AbstractPropertyUpdater - Class in adams.flow.core
Abstract ancestor for actors that manipulate properties of objects.
AbstractPropertyUpdater() - Constructor for class adams.flow.core.AbstractPropertyUpdater
 
AbstractPropertyValueConverter - Class in adams.flow.core
Ancestor for custom helper classes for updating properties of objects.
AbstractPropertyValueConverter() - Constructor for class adams.flow.core.AbstractPropertyValueConverter
Default constructor.
AbstractPyroCall - Class in adams.flow.core
Ancestor for Pyro4 method calls.
AbstractPyroCall() - Constructor for class adams.flow.core.AbstractPyroCall
 
AbstractPyroSink - Class in adams.flow.sink.pyrosink
Ancestor for Pyro calls that consume data but don't produce any output.
AbstractPyroSink() - Constructor for class adams.flow.sink.pyrosink.AbstractPyroSink
 
AbstractPyroSource - Class in adams.flow.source.pyrosource
Ancestor for Pyro calls that generate output.
AbstractPyroSource() - Constructor for class adams.flow.source.pyrosource.AbstractPyroSource
 
AbstractPyroStandalone - Class in adams.flow.standalone.pyrostandalone
Ancestor for Pyro calls that neither take input nor produce output.
AbstractPyroStandalone() - Constructor for class adams.flow.standalone.pyrostandalone.AbstractPyroStandalone
 
AbstractPyroTransformer - Class in adams.flow.transformer.pyrotransformer
Ancestor for Pyro calls that transform data.
AbstractPyroTransformer() - Constructor for class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
 
AbstractPythonExecution - Class in adams.flow.source
Ancestor for sources that execute a Python executable.
AbstractPythonExecution() - Constructor for class adams.flow.source.AbstractPythonExecution
 
AbstractQuickSearchActor - Class in adams.gui.flow.tree.keyboardaction
Ancestor for actions that add an actor via a quick search list.
AbstractQuickSearchActor() - Constructor for class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
 
AbstractQuickSearchPanel - Class in adams.gui.core
Ancestor for panels that .
AbstractQuickSearchPanel() - Constructor for class adams.gui.core.AbstractQuickSearchPanel
 
AbstractRandomizableFileBasedDatasetPreparation<T> - Class in adams.flow.transformer.preparefilebaseddataset
Ancestor for schemes that randomize the files.
AbstractRandomizableFileBasedDatasetPreparation() - Constructor for class adams.flow.transformer.preparefilebaseddataset.AbstractRandomizableFileBasedDatasetPreparation
 
AbstractRandomization - Class in adams.data.splitgenerator.generic.randomization
Ancestor for randomization schemes.
AbstractRandomization() - Constructor for class adams.data.splitgenerator.generic.randomization.AbstractRandomization
 
AbstractRandomNumberGenerator<T extends Number> - Class in adams.data.random
Ancestor for random number generators.
AbstractRandomNumberGenerator() - Constructor for class adams.data.random.AbstractRandomNumberGenerator
 
AbstractRangeBasedSelectionProcessor - Class in weka.filters.unsupervised.instance.multirowprocessor.processor
Ancestor for processors that work on a range of attributes.
AbstractRangeBasedSelectionProcessor() - Constructor for class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractRangeBasedSelectionProcessor
 
AbstractReaderGenerator - Class in adams.flow.source.readersource
Ancestor for classes that construct readers.
AbstractReaderGenerator() - Constructor for class adams.flow.source.readersource.AbstractReaderGenerator
 
AbstractRealDistribution - Class in adams.data.distribution
Ancestor for distributions.
AbstractRealDistribution() - Constructor for class adams.data.distribution.AbstractRealDistribution
 
AbstractRecentItemsHandler<M,​T> - Class in adams.gui.core
Ancestor for classes that handle a list of recent items.
AbstractRecentItemsHandler(String, int, M) - Constructor for class adams.gui.core.AbstractRecentItemsHandler
Initializes the handler.
AbstractRecentItemsHandler(String, String, int, M) - Constructor for class adams.gui.core.AbstractRecentItemsHandler
Initializes the handler.
AbstractRecentItemsHandler(String, M) - Constructor for class adams.gui.core.AbstractRecentItemsHandler
Initializes the handler with a maximum of 5 items.
AbstractReconnectableDatabaseConnection - Class in adams.db
Ancestor for database connection classes that offer reconnecting to another URL.
AbstractReconnectableDatabaseConnection() - Constructor for class adams.db.AbstractReconnectableDatabaseConnection
Constructor, uses the default settings.
AbstractRecordActorAdded - Class in adams.gui.flow.tree.record.add
Ancestor schemes that record when an actor got added.
AbstractRecordActorAdded() - Constructor for class adams.gui.flow.tree.record.add.AbstractRecordActorAdded
 
AbstractRecordActorEnclosed - Class in adams.gui.flow.tree.record.enclose
Ancestor schemes that record when actor(s) got enclosed.
AbstractRecordActorEnclosed() - Constructor for class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed
 
AbstractRectangleBasedAnnotator - Class in adams.gui.visualization.object.annotator
Annotators that use a rectangle based approach.
AbstractRectangleBasedAnnotator() - Constructor for class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
 
AbstractRecursiveDirectoryLister - Class in adams.core.io.lister
Ancestor for recursive directory listers.
AbstractRecursiveDirectoryLister() - Constructor for class adams.core.io.lister.AbstractRecursiveDirectoryLister
Initializes the object.
AbstractRecursiveOptionConsumer<C,​V> - Class in adams.core.option
Generates output from visiting the options recursively.
AbstractRecursiveOptionConsumer() - Constructor for class adams.core.option.AbstractRecursiveOptionConsumer
 
AbstractRecursiveOptionProducer<O,​I> - Class in adams.core.option
Generates output from visiting the options recursively.
AbstractRecursiveOptionProducer() - Constructor for class adams.core.option.AbstractRecursiveOptionProducer
 
AbstractRecursiveOptionProducerWithOptionHandling<O,​I> - Class in adams.core.option
Ancestor for recursive option producers that offer option handling.
AbstractRecursiveOptionProducerWithOptionHandling() - Constructor for class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
Initializes the visitor.
AbstractRegressor - Class in adams.ml.model.regression
Ancestor for regression algorithms.
AbstractRegressor() - Constructor for class adams.ml.model.regression.AbstractRegressor
 
AbstractRelationNameHeuristic - Class in adams.data.weka.relationname
Ancestor for heuristics that determine the relation name for a dataset.
AbstractRelationNameHeuristic() - Constructor for class adams.data.weka.relationname.AbstractRelationNameHeuristic
 
AbstractRemoteCommandHandler - Class in adams.scripting.engine
Ancestor for classes that handle remote commands within a scripting engine.
AbstractRemoteCommandHandler() - Constructor for class adams.scripting.engine.AbstractRemoteCommandHandler
 
AbstractRemoteCommandOnFlowWithResponse - Class in adams.scripting.command
Ancestor for commands that work on flows.
AbstractRemoteCommandOnFlowWithResponse() - Constructor for class adams.scripting.command.AbstractRemoteCommandOnFlowWithResponse
 
AbstractRemoteCommandProcessor - Class in adams.scripting.processor
Ancestor for processors for remote commands.
AbstractRemoteCommandProcessor() - Constructor for class adams.scripting.processor.AbstractRemoteCommandProcessor
 
AbstractRemoteControlCenterTab - Class in adams.gui.tools.remotecontrolcenter.panels
Ancestor for tabs to be shown in the Remote Control Center.
AbstractRemoteControlCenterTab() - Constructor for class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
 
AbstractRemoteFileOperations - Class in adams.core.io.fileoperations
Ancestor for remote file operation classes.
AbstractRemoteFileOperations() - Constructor for class adams.core.io.fileoperations.AbstractRemoteFileOperations
 
AbstractRemoteFlowTab - Class in adams.gui.tools.remotecontrolcenter.panels
Ancestor for tabs that get applied to remote flows using their ID(s).
AbstractRemoteFlowTab() - Constructor for class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
 
AbstractRemoteFlowTab.FlowListResponseHandler - Class in adams.gui.tools.remotecontrolcenter.panels
Custom handler for intercepting the responses from the ListFlows remote command.
AbstractRemoteListenerRunnable(int, int) - Constructor for class adams.core.logging.RemoteReceiveHandler.AbstractRemoteListenerRunnable
Initializes the runnable.
AbstractReplaceDialog<T> - Class in adams.gui.dialog
A dialog that allows the user to select a field to find and replace with another one.
AbstractReplaceDialog(Dialog) - Constructor for class adams.gui.dialog.AbstractReplaceDialog
Creates a modal dialog without a title with the specified Dialog as its owner.
AbstractReplaceDialog(Frame) - Constructor for class adams.gui.dialog.AbstractReplaceDialog
Creates a modal dialog without a title with the specified Frame as its owner.
AbstractReportBasedAnnotator - Class in adams.gui.visualization.object.annotator
Ancestor for annotators that use reports to store the annotations in.
AbstractReportBasedAnnotator() - Constructor for class adams.gui.visualization.object.annotator.AbstractReportBasedAnnotator
 
AbstractReportBasedOverlayHelper - Class in adams.gui.visualization.image
Ancestor for overlay helper classes that use object locations from a report.
AbstractReportBasedOverlayHelper() - Constructor for class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
 
AbstractReportDbReader<T extends Report,​I> - Class in adams.flow.transformer
Abstract ancestor for actors that load reports from the database.
AbstractReportDbReader() - Constructor for class adams.flow.transformer.AbstractReportDbReader
 
AbstractReportDbUpdater - Class in adams.flow.transformer
Ancestor for transformers that update Report objects or reports that are part of a MutableReportHandler object.
AbstractReportDbUpdater() - Constructor for class adams.flow.transformer.AbstractReportDbUpdater
 
AbstractReportDbUpdater.QueryType - Enum in adams.flow.transformer
Enumeration for the supported types of queries.
AbstractReportDbWriter<T extends Report,​I> - Class in adams.flow.transformer
Abstract ancestor for actors that write reports to the database.
AbstractReportDbWriter() - Constructor for class adams.flow.transformer.AbstractReportDbWriter
 
AbstractReportDbWriterByDBID<T extends Report> - Class in adams.flow.transformer
Abstract ancestor for actors that write reports to the database.
AbstractReportDbWriterByDBID() - Constructor for class adams.flow.transformer.AbstractReportDbWriterByDBID
 
AbstractReportDbWriterByID<T extends Report> - Class in adams.flow.transformer
Abstract ancestor for actors that write reports to the database.
AbstractReportDbWriterByID() - Constructor for class adams.flow.transformer.AbstractReportDbWriterByID
 
AbstractReportFileChooser<T extends Report,​R extends AbstractReportReader,​W extends AbstractReportWriter> - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for reports.
AbstractReportFileChooser() - Constructor for class adams.gui.chooser.AbstractReportFileChooser
onstructs a FileChooser pointing to the user's default directory.
AbstractReportFileChooser(File) - Constructor for class adams.gui.chooser.AbstractReportFileChooser
Constructs a FileChooser using the given File as the path.
AbstractReportFileChooser(String) - Constructor for class adams.gui.chooser.AbstractReportFileChooser
Constructs a FileChooser using the given path.
AbstractReportFileImport<T extends Report> - Class in adams.flow.transformer
Abstract ancestor for report import actors.
AbstractReportFileImport() - Constructor for class adams.flow.transformer.AbstractReportFileImport
 
AbstractReportFileReader<T extends Report> - Class in adams.flow.transformer
Abstract ancestor for report file reader transformers.
AbstractReportFileReader() - Constructor for class adams.flow.transformer.AbstractReportFileReader
 
AbstractReportFileWriter<T extends Report> - Class in adams.flow.transformer
Abstract ancestor for actors that write reports to disk.
AbstractReportFileWriter() - Constructor for class adams.flow.transformer.AbstractReportFileWriter
 
AbstractReportFilter<T extends DataContainer> - Class in adams.data.report
Abstract base class for filters that process Reports.
AbstractReportFilter() - Constructor for class adams.data.report.AbstractReportFilter
 
AbstractReportHandler - Class in adams.gui.tools.previewbrowser
Ancestor for handlers that display reports.
AbstractReportHandler() - Constructor for class adams.gui.tools.previewbrowser.AbstractReportHandler
 
AbstractReportPostProcessor<T extends Report> - Class in adams.flow.transformer.report
Ancestor for Report post-processors.
AbstractReportPostProcessor() - Constructor for class adams.flow.transformer.report.AbstractReportPostProcessor
 
AbstractReportPreProcessor<T extends Report> - Class in adams.flow.transformer.report
Ancestor for Report pre-processors.
AbstractReportPreProcessor() - Constructor for class adams.flow.transformer.report.AbstractReportPreProcessor
 
AbstractReportReader<T extends Report> - Class in adams.data.io.input
Abstract ancestor for readers that read files in various formats and creates a reports.
AbstractReportReader() - Constructor for class adams.data.io.input.AbstractReportReader
 
AbstractReportValueDbWriter<T extends Report> - Class in adams.flow.transformer
Abstract ancestor for actors that write report values to the database.
AbstractReportValueDbWriter() - Constructor for class adams.flow.transformer.AbstractReportValueDbWriter
 
AbstractReportWriter<T extends Report> - Class in adams.data.io.output
Abstract ancestor for writers that write reports to files in various formats.
AbstractReportWriter() - Constructor for class adams.data.io.output.AbstractReportWriter
 
AbstractRequestHandler - Class in adams.scripting.requesthandler
Ancestor for request handlers.
AbstractRequestHandler() - Constructor for class adams.scripting.requesthandler.AbstractRequestHandler
 
AbstractResponseHandler - Class in adams.scripting.responsehandler
Ancestor for response handlers.
AbstractResponseHandler() - Constructor for class adams.scripting.responsehandler.AbstractResponseHandler
 
AbstractRestartOperation - Class in adams.flow.control.flowrestart.operation
Ancestor for restart operations.
AbstractRestartOperation() - Constructor for class adams.flow.control.flowrestart.operation.AbstractRestartOperation
 
AbstractResultItem - Class in adams.gui.tools.wekainvestigator.output
Container for a data to be stored in result history.
AbstractResultItem(Instances) - Constructor for class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Initializes the item.
AbstractResultsHandler - Class in adams.gui.tools.wekamultiexperimenter.experiment
Ancestor for classes that store the results from an experiment run.
AbstractResultsHandler() - Constructor for class adams.gui.tools.wekamultiexperimenter.experiment.AbstractResultsHandler
 
AbstractResultsPanel - Class in adams.gui.tools.wekamultiexperimenter.analysis
Ancestor for displaying the results of an analysis.
AbstractResultsPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
 
AbstractRow - Class in adams.data.spreadsheet
Ancestor for row objects.
AbstractRow(SpreadSheet) - Constructor for class adams.data.spreadsheet.AbstractRow
default constructor.
AbstractRowBasedChartGenerator - Class in adams.gui.tools.spreadsheetviewer.chart
Ancestor for row-based plot generators.
AbstractRowBasedChartGenerator() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator
 
AbstractRowCellFinder - Class in adams.data.spreadsheet.cellfinder
Ancestor for cell finders that operate on sheets or rows.
AbstractRowCellFinder() - Constructor for class adams.data.spreadsheet.cellfinder.AbstractRowCellFinder
 
AbstractRowFinder - Class in adams.data.spreadsheet.rowfinder
Ancestor for classes that find rows of interest in datasets.
AbstractRowFinder - Class in adams.data.weka.rowfinder
Ancestor for classes that find rows of interest in datasets.
AbstractRowFinder() - Constructor for class adams.data.spreadsheet.rowfinder.AbstractRowFinder
 
AbstractRowFinder() - Constructor for class adams.data.weka.rowfinder.AbstractRowFinder
 
AbstractRowFinderApplier - Class in weka.filters.unsupervised.instance
Ancestor for filters that apply RowFinder schemes to the data.
AbstractRowFinderApplier() - Constructor for class weka.filters.unsupervised.instance.AbstractRowFinderApplier
 
AbstractRowFinderWithCapabilities - Class in adams.data.weka.rowfinder
Ancestor for classes that find rows of interest in datasets.
AbstractRowFinderWithCapabilities() - Constructor for class adams.data.weka.rowfinder.AbstractRowFinderWithCapabilities
 
AbstractRowScore - Class in adams.data.spreadsheet.rowscore
Ancestor for algorithms that calculate a score for a spreadsheet row.
AbstractRowScore() - Constructor for class adams.data.spreadsheet.rowscore.AbstractRowScore
 
AbstractRowSelection - Class in weka.filters.unsupervised.instance.multirowprocessor.selection
Ancestor for row selection schemes.
AbstractRowSelection() - Constructor for class weka.filters.unsupervised.instance.multirowprocessor.selection.AbstractRowSelection
 
AbstractRowStatistic - Class in adams.data.spreadsheet.rowstatistic
Ancestor for row statistic generators.
AbstractRowStatistic() - Constructor for class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
 
AbstractRunToolPanel - Class in adams.gui.tools
A panel for executing tools from the GUI.
AbstractRunToolPanel() - Constructor for class adams.gui.tools.AbstractRunToolPanel
 
AbstractSavitzkyGolay<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for Savitzky-Golay filters.
AbstractSavitzkyGolay() - Constructor for class adams.data.filter.AbstractSavitzkyGolay
 
AbstractSavitzkyGolayBased<T extends DataContainer> - Class in adams.data.baseline
Ancestor for SavitzkyGolay-based baseline correction schemes.
AbstractSavitzkyGolayBased<T extends DataContainer> - Class in adams.data.smoothing
Abstract ancestor for Savitzky-Golay-based smoothers.
AbstractSavitzkyGolayBased() - Constructor for class adams.data.baseline.AbstractSavitzkyGolayBased
 
AbstractSavitzkyGolayBased() - Constructor for class adams.data.smoothing.AbstractSavitzkyGolayBased
 
AbstractSAX<T extends DataContainer> - Class in adams.data.filter
Ancestor for SAX filters.
AbstractSAX() - Constructor for class adams.data.filter.AbstractSAX
 
AbstractScatterPlot - Class in adams.gui.visualization.stats.scatterplot
Abstract class for displaying a single scatterplotpanel on a paintable panel.
AbstractScatterPlot() - Constructor for class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
 
AbstractScatterPlotHitDetector - Class in adams.gui.visualization.stats.paintlet
Ancestor for scatter plot hit detectors.
AbstractScatterPlotHitDetector() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
AbstractScatterPlotHitDetector(AbstractScatterPlotPaintlet) - Constructor for class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
Initializes the hit detector.
AbstractScatterPlotOverlay - Class in adams.gui.visualization.stats.scatterplot
Abstract superclass for overlays on the scatterplot graph.
AbstractScatterPlotOverlay() - Constructor for class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
 
AbstractScatterPlotPaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for creating scatterplot paintlets.
AbstractScatterPlotPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
 
AbstractScopeRestriction - Class in adams.flow.execution.debug
Ancestor for scope restrictions.
AbstractScopeRestriction() - Constructor for class adams.flow.execution.debug.AbstractScopeRestriction
 
AbstractScript - Class in adams.data.boofcv.features
Ancestor for BoofCV feature generator scripts.
AbstractScript - Class in adams.data.boofcv.transformer
Ancestor for BoofCV transformer scripts.
AbstractScript - Class in adams.data.conversion
Ancestor for conversion scripts.
AbstractScript - Class in adams.data.filter
Ancestor for filter scripts.
AbstractScript - Class in adams.data.image.features
Ancestor for BufferedImage feature generator scripts.
AbstractScript - Class in adams.data.image.transformer
Ancestor for JAI transformer scripts.
AbstractScript - Class in adams.data.jai.transformer
Ancestor for JAI transformer scripts.
AbstractScript - Class in adams.data.opencv.features
Ancestor for OpenCV feature generator scripts.
AbstractScript - Class in adams.data.opencv.transformer
Ancestor for OpenCV transformer scripts.
AbstractScript - Class in adams.data.outlier
Ancestor for outlier detector scripts.
AbstractScript - Class in adams.data.report
Ancestor for report filter scripts.
AbstractScript - Class in adams.flow.condition.bool
Ancestor for boolean script conditions.
AbstractScript - Class in adams.flow.sink
Ancestor for sink script actors.
AbstractScript - Class in adams.flow.source
Ancestor for source script actors.
AbstractScript - Class in adams.flow.standalone
Ancestor for singleton script actors.
AbstractScript - Class in adams.flow.template
Ancestor for script-based templates.
AbstractScript - Class in adams.flow.transformer
Ancestor for transformer script actors.
AbstractScript - Class in adams.flow.transformer.pdfgenerate
Ancestor for PDF generator scripts.
AbstractScript - Class in adams.tools
Ancestor for tool scripts.
AbstractScript() - Constructor for class adams.data.boofcv.features.AbstractScript
 
AbstractScript() - Constructor for class adams.data.boofcv.transformer.AbstractScript
 
AbstractScript() - Constructor for class adams.data.conversion.AbstractScript
 
AbstractScript() - Constructor for class adams.data.filter.AbstractScript
 
AbstractScript() - Constructor for class adams.data.image.features.AbstractScript
 
AbstractScript() - Constructor for class adams.data.image.transformer.AbstractScript
 
AbstractScript() - Constructor for class adams.data.jai.transformer.AbstractScript
 
AbstractScript() - Constructor for class adams.data.opencv.features.AbstractScript
 
AbstractScript() - Constructor for class adams.data.opencv.transformer.AbstractScript
 
AbstractScript() - Constructor for class adams.data.outlier.AbstractScript
 
AbstractScript() - Constructor for class adams.data.report.AbstractScript
 
AbstractScript() - Constructor for class adams.flow.condition.bool.AbstractScript
 
AbstractScript() - Constructor for class adams.flow.sink.AbstractScript
 
AbstractScript() - Constructor for class adams.flow.source.AbstractScript
 
AbstractScript() - Constructor for class adams.flow.standalone.AbstractScript
 
AbstractScript() - Constructor for class adams.flow.template.AbstractScript
 
AbstractScript() - Constructor for class adams.flow.transformer.AbstractScript
 
AbstractScript() - Constructor for class adams.flow.transformer.pdfgenerate.AbstractScript
 
AbstractScript() - Constructor for class adams.tools.AbstractScript
 
AbstractScriptedActor - Class in adams.flow.core
Abstract ancestor for actors that execute external scripts.
AbstractScriptedActor() - Constructor for class adams.flow.core.AbstractScriptedActor
 
AbstractScriptedCondition - Class in adams.flow.condition.bool
Abstract ancestor for actors that execute scripts.
AbstractScriptedCondition() - Constructor for class adams.flow.condition.bool.AbstractScriptedCondition
 
AbstractScriptedConversion - Class in adams.data.conversion
Abstract ancestor for actors that execute external scripts.
AbstractScriptedConversion() - Constructor for class adams.data.conversion.AbstractScriptedConversion
 
AbstractScriptedFeatureGenerator - Class in adams.data.boofcv.features
Abstract ancestor for BoofCV feature generator that execute external scripts.
AbstractScriptedFeatureGenerator - Class in adams.data.image.features
Abstract ancestor for BufferedImage feature generator that execute external scripts.
AbstractScriptedFeatureGenerator - Class in adams.data.opencv.features
Abstract ancestor for OpenCV feature generator that execute external scripts.
AbstractScriptedFeatureGenerator() - Constructor for class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
 
AbstractScriptedFeatureGenerator() - Constructor for class adams.data.image.features.AbstractScriptedFeatureGenerator
 
AbstractScriptedFeatureGenerator() - Constructor for class adams.data.opencv.features.AbstractScriptedFeatureGenerator
 
AbstractScriptedFilter - Class in adams.data.filter
Abstract ancestor for filters that execute external scripts.
AbstractScriptedFilter() - Constructor for class adams.data.filter.AbstractScriptedFilter
 
AbstractScriptedOutlierDetector - Class in adams.data.outlier
Abstract ancestor for outlier detectors that execute external scripts.
AbstractScriptedOutlierDetector() - Constructor for class adams.data.outlier.AbstractScriptedOutlierDetector
 
AbstractScriptedPDFGenerator - Class in adams.flow.transformer.pdfgenerate
Abstract ancestor for PDF generators that execute external scripts.
AbstractScriptedPDFGenerator() - Constructor for class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
 
AbstractScriptedReportFilter - Class in adams.data.report
Abstract ancestor for report filters that execute external scripts.
AbstractScriptedReportFilter() - Constructor for class adams.data.report.AbstractScriptedReportFilter
 
AbstractScriptedTemplate - Class in adams.flow.template
Abstract ancestor for templates that execute external scripts.
AbstractScriptedTemplate() - Constructor for class adams.flow.template.AbstractScriptedTemplate
 
AbstractScriptedTool - Class in adams.tools
Abstract ancestor for filters that execute external scripts.
AbstractScriptedTool() - Constructor for class adams.tools.AbstractScriptedTool
 
AbstractScriptedTransformer - Class in adams.data.boofcv.transformer
Abstract ancestor for transformers that execute external scripts.
AbstractScriptedTransformer - Class in adams.data.image.transformer
Abstract ancestor for transformers that execute external scripts.
AbstractScriptedTransformer - Class in adams.data.jai.transformer
Abstract ancestor for transformers that execute external scripts.
AbstractScriptedTransformer - Class in adams.data.opencv.transformer
Abstract ancestor for transformers that execute external scripts.
AbstractScriptedTransformer() - Constructor for class adams.data.boofcv.transformer.AbstractScriptedTransformer
 
AbstractScriptedTransformer() - Constructor for class adams.data.image.transformer.AbstractScriptedTransformer
 
AbstractScriptedTransformer() - Constructor for class adams.data.jai.transformer.AbstractScriptedTransformer
 
AbstractScriptedTransformer() - Constructor for class adams.data.opencv.transformer.AbstractScriptedTransformer
 
AbstractScriptingDialog - Class in adams.gui.scripting
A dialog for loading/saving and executing scripts.
AbstractScriptingDialog(Dialog, BasePanel) - Constructor for class adams.gui.scripting.AbstractScriptingDialog
Creates a non-modal dialog.
AbstractScriptingDialog(Frame, BasePanel) - Constructor for class adams.gui.scripting.AbstractScriptingDialog
Creates a non-modal dialog.
AbstractScriptingEngine - Class in adams.gui.scripting
Processes scripting commands.
AbstractScriptingEngine - Class in adams.scripting.engine
Ancestor of scripting engine for remote commands.
AbstractScriptingEngine() - Constructor for class adams.gui.scripting.AbstractScriptingEngine
Initializes the engine.
AbstractScriptingEngine() - Constructor for class adams.scripting.engine.AbstractScriptingEngine
 
AbstractScriptingEngineEnhancer - Class in adams.scripting.engine
Ancestor for scripting engines that enhance a base one.
AbstractScriptingEngineEnhancer() - Constructor for class adams.scripting.engine.AbstractScriptingEngineEnhancer
 
AbstractScriptingEngineWithJobQueue - Class in adams.scripting.engine
Ancestor for scripting engines that manage a job queue to restrict executions.
AbstractScriptingEngineWithJobQueue() - Constructor for class adams.scripting.engine.AbstractScriptingEngineWithJobQueue
 
AbstractScriptingHandler - Class in adams.core.scripting
Ancestor for all scripting handlers.
AbstractScriptingHandler() - Constructor for class adams.core.scripting.AbstractScriptingHandler
 
AbstractScriptingHandlerActor - Class in adams.flow.core
Abstract ancestor for actors that execute external scripts using a scripting handler.
AbstractScriptingHandlerActor() - Constructor for class adams.flow.core.AbstractScriptingHandlerActor
 
AbstractScriptlet - Class in adams.gui.scripting
Abstract superclass for action scriplets.
AbstractScriptlet() - Constructor for class adams.gui.scripting.AbstractScriptlet
Initializes the action.
AbstractSearchActor - Class in adams.gui.flow.tree.keyboardaction
Ancestor for actions that add an actor.
AbstractSearchActor() - Constructor for class adams.gui.flow.tree.keyboardaction.AbstractSearchActor
 
AbstractSeededRandomNumberGenerator<T extends Number> - Class in adams.data.random
Ancestor for seeded random number generators.
AbstractSeededRandomNumberGenerator() - Constructor for class adams.data.random.AbstractSeededRandomNumberGenerator
 
AbstractSelectDatabaseFieldDialog<T extends AbstractField> - Class in adams.gui.selection
Dialog for selecting fields (obtained from a database).
AbstractSelectDatabaseFieldDialog(Dialog) - Constructor for class adams.gui.selection.AbstractSelectDatabaseFieldDialog
Creates a modal dialog.
AbstractSelectDatabaseFieldDialog(Dialog, String) - Constructor for class adams.gui.selection.AbstractSelectDatabaseFieldDialog
Creates a modal dialog.
AbstractSelectDatabaseFieldDialog(Frame) - Constructor for class adams.gui.selection.AbstractSelectDatabaseFieldDialog
Creates a modal dialog.
AbstractSelectDatabaseFieldDialog(Frame, String) - Constructor for class adams.gui.selection.AbstractSelectDatabaseFieldDialog
Creates a modal dialog.
AbstractSelectDatabaseFieldPanel<T extends AbstractField> - Class in adams.gui.selection
A panel for selecting a field (obtained from a database).
AbstractSelectDatabaseFieldPanel() - Constructor for class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Default constructor.
AbstractSelectedAttributesAction - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Ancestor for actions on ther checked attributes in the PreprocessTab.
AbstractSelectedAttributesAction() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.AbstractSelectedAttributesAction
 
AbstractSelectedImagesFeatureGenerator - Class in adams.gui.visualization.image.plugins
Ancestor for image feature generator plugins.
AbstractSelectedImagesFeatureGenerator() - Constructor for class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
 
AbstractSelectedImagesFilter - Class in adams.gui.visualization.image.plugins
Ancestor for plugins that filter the selected images.
AbstractSelectedImagesFilter() - Constructor for class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilter
 
AbstractSelectedImagesFilterWithGOE - Class in adams.gui.visualization.image.plugins
Ancestor for image filters that process the selected images using a setup from a GenericObjectEditor.
AbstractSelectedImagesFilterWithGOE() - Constructor for class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
 
AbstractSelectedImagesViewerPlugin - Class in adams.gui.visualization.image.plugins
Ancestor for plugins that work on selected images.
AbstractSelectedImagesViewerPlugin() - Constructor for class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
 
AbstractSelectedImagesViewerPluginWithGOE - Class in adams.gui.visualization.image.plugins
Ancestor of plugins that use the GenericObjectEditor for the setup that processes the selected images.
AbstractSelectedImagesViewerPluginWithGOE() - Constructor for class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
 
AbstractSelectedSheetsDataPlugin - Class in adams.gui.tools.spreadsheetviewer
Ancestor for plugins that operate on multiple panels.
AbstractSelectedSheetsDataPlugin() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
 
AbstractSelectedSheetsDataPluginWithGOE - Class in adams.gui.tools.spreadsheetviewer
Ancestor for plugins that use a GOE setup on all the panels.
AbstractSelectedSheetsDataPluginWithGOE() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
 
AbstractSelectedSheetsViewPlugin - Class in adams.gui.tools.spreadsheetviewer
Ancestor for plugins that operate on multiple panels.
AbstractSelectedSheetsViewPlugin() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
 
AbstractSelectedSheetsViewPluginWithGOE - Class in adams.gui.tools.spreadsheetviewer
Ancestor for plugins that use a GOE setup on all the panels.
AbstractSelectedSheetsViewPluginWithGOE() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
 
AbstractSelectionDialog<T,​P extends AbstractSelectionPanel> - Class in adams.gui.selection
Abstract ancestor for dialogs that allow the selection of items.
AbstractSelectionDialog(Dialog, String) - Constructor for class adams.gui.selection.AbstractSelectionDialog
Creates a modal dialog.
AbstractSelectionDialog(Frame, String) - Constructor for class adams.gui.selection.AbstractSelectionDialog
Creates a modal dialog.
AbstractSelectionPanel - Class in adams.gui.selection
Abstract ancestor for all selection panels.
AbstractSelectionPanel() - Constructor for class adams.gui.selection.AbstractSelectionPanel
 
AbstractSelectionProcessor - Class in adams.gui.visualization.image.selection
Ancestor for classes that react to selection in an image.
AbstractSelectionProcessor - Class in weka.filters.unsupervised.instance.multirowprocessor.processor
Ancestor for row selection processors.
AbstractSelectionProcessor() - Constructor for class adams.gui.visualization.image.selection.AbstractSelectionProcessor
 
AbstractSelectionProcessor() - Constructor for class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractSelectionProcessor
 
AbstractSelectionRectangleBasedLeftClickProcessor - Class in adams.gui.visualization.image.leftclick
Ancestor for left-click processors that make use of SelectionRectangle.
AbstractSelectionRectangleBasedLeftClickProcessor() - Constructor for class adams.gui.visualization.image.leftclick.AbstractSelectionRectangleBasedLeftClickProcessor
 
AbstractSelectionRectangleBasedSelectionProcessor - Class in adams.gui.visualization.image.selection
Ancestor for selection processors that make use of the SelectionRectangle class.
AbstractSelectionRectangleBasedSelectionProcessor() - Constructor for class adams.gui.visualization.image.selection.AbstractSelectionRectangleBasedSelectionProcessor
 
AbstractSelectionShapePainter - Class in adams.gui.visualization.image.selectionshape
Ancestor for shape painters.
AbstractSelectionShapePainter() - Constructor for class adams.gui.visualization.image.selectionshape.AbstractSelectionShapePainter
 
AbstractSelectionTableModel() - Constructor for class adams.gui.selection.AbstractTableBasedSelectionPanel.AbstractSelectionTableModel
 
AbstractSelectObjects - Class in adams.flow.source
Ancestor for sources that promp the user to select a number of objects to be broadcasted as tokens.
AbstractSelectObjects() - Constructor for class adams.flow.source.AbstractSelectObjects
 
AbstractSendEmail - Class in adams.core.net
Ancestor for classes that can send emails.
AbstractSendEmail() - Constructor for class adams.core.net.AbstractSendEmail
 
AbstractSendToAction - Class in adams.gui.sendto
Ancestor for classes that allow data forwarding in some sense, e.g., via email.
AbstractSendToAction() - Constructor for class adams.gui.sendto.AbstractSendToAction
 
AbstractSequencePostProcessor - Class in adams.flow.sink.sequenceplotter
Ancestor for sequence post-processors for the SequencePlotter.
AbstractSequencePostProcessor() - Constructor for class adams.flow.sink.sequenceplotter.AbstractSequencePostProcessor
 
AbstractSequenceViewer - Class in adams.gui.menu
Opens the sequence viewer.
AbstractSequenceViewer() - Constructor for class adams.gui.menu.AbstractSequenceViewer
Initializes the menu item with no owner.
AbstractSequenceViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AbstractSequenceViewer
Initializes the menu item.
AbstractSequenceViewerPanel - Class in adams.gui.tools
A panel for viewing sequences obtained from SQL statements.
AbstractSequenceViewerPanel() - Constructor for class adams.gui.tools.AbstractSequenceViewerPanel
 
AbstractSerializableWorkspaceManagerPanel<P extends AbstractWorkspacePanel> - Class in adams.gui.workspace
Ancestor for manager panels that allow saving/loading of workspaces.
AbstractSerializableWorkspaceManagerPanel() - Constructor for class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
 
AbstractSerializedObjectViewer - Class in adams.gui.tools.previewbrowser
Ancestor for all serialized object viewers.
AbstractSerializedObjectViewer() - Constructor for class adams.gui.tools.previewbrowser.AbstractSerializedObjectViewer
 
AbstractSetReportValue - Class in adams.flow.transformer
Ancestor for transformers that update the value of field in a report.
AbstractSetReportValue() - Constructor for class adams.flow.transformer.AbstractSetReportValue
 
AbstractSetupOptionPanel - Class in adams.gui.tools.wekamultiexperimenter.setup
Ancestor for panels that get added to a AbstractSetupPanel.
AbstractSetupOptionPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupOptionPanel
 
AbstractSetupPanel<T> - Class in adams.gui.tools.wekamultiexperimenter.setup
Ancestor for setup panels.
AbstractSetupPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
 
AbstractSetupPanel.ModificationActionListener - Class in adams.gui.tools.wekamultiexperimenter.setup
Action listener that just sets the modified flag.
AbstractSetupPanel.ModificationChangeListener - Class in adams.gui.tools.wekamultiexperimenter.setup
Change listener that just sets the modified flag.
AbstractSetupPanel.ModificationDocumentListener - Class in adams.gui.tools.wekamultiexperimenter.setup
Document listener that just sets the modified flag.
AbstractSetupUpload - Class in adams.opt.genetic.setupupload
Ancestor for schemes that upload the setup of a genetic algorithm.
AbstractSetupUpload() - Constructor for class adams.opt.genetic.setupupload.AbstractSetupUpload
 
AbstractSftpDirectoryListerBasedSearchlet - Class in adams.flow.source.filesystemsearch
Ancestor for search algorithms that use SftpDirectoryLister under the hood.
AbstractSftpDirectoryListerBasedSearchlet() - Constructor for class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet
 
AbstractShapeGenerator - Class in adams.gui.visualization.jfreechart.shape
Generates a shape to be used for marking data points (eg in a scatter plot).
AbstractShapeGenerator() - Constructor for class adams.gui.visualization.jfreechart.shape.AbstractShapeGenerator
 
AbstractShapePlotter - Class in adams.gui.visualization.object.objectannotations.shape
Ancestor for outline plotters.
AbstractShapePlotter() - Constructor for class adams.gui.visualization.object.objectannotations.shape.AbstractShapePlotter
 
AbstractShapeTool - Class in adams.gui.visualization.segmentation.tool
Ancestor for shaped tools.
AbstractShapeTool() - Constructor for class adams.gui.visualization.segmentation.tool.AbstractShapeTool
 
AbstractShutdownHook - Class in adams.core.shutdown
Ancestor for shutdown hooks for the JVM.
AbstractShutdownHook() - Constructor for class adams.core.shutdown.AbstractShutdownHook
 
AbstractSimpleClassifier - Class in weka.classifiers.simple
Ancestor for classifiers using ADAMS option handling.
AbstractSimpleClassifier() - Constructor for class weka.classifiers.simple.AbstractSimpleClassifier
 
AbstractSimpleContainer<T> - Class in adams.data.container
Ancestor for simple containers for objects that also offers notes and a report for storing meta-data.
AbstractSimpleContainer() - Constructor for class adams.data.container.AbstractSimpleContainer
Initializes the container.
AbstractSimpleConversionPanel - Class in adams.gui.tools
Helper panel for converting data from one format into another.
AbstractSimpleConversionPanel() - Constructor for class adams.gui.tools.AbstractSimpleConversionPanel
 
AbstractSimpleCSVReportReader<T extends Report> - Class in adams.data.io.input
Abstract ancestor for reports to be written in CSV format.
AbstractSimpleCSVReportReader() - Constructor for class adams.data.io.input.AbstractSimpleCSVReportReader
 
AbstractSimpleCSVReportWriter<T extends Report> - Class in adams.data.io.output
Abstract ancestor for writing reports in CSV format.
AbstractSimpleCSVReportWriter() - Constructor for class adams.data.io.output.AbstractSimpleCSVReportWriter
 
AbstractSimpleDbSource - Class in adams.flow.source
Ancestor for simple sources that use the database.
AbstractSimpleDbSource() - Constructor for class adams.flow.source.AbstractSimpleDbSource
 
AbstractSimpleFormat - Class in adams.flow.sink.simplelogging.format
Ancestor for simple formatting schemes.
AbstractSimpleFormat() - Constructor for class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
 
AbstractSimpleJsonReportReader<T extends Report> - Class in adams.data.io.input
Abstract ancestor for reports to be written in CSV format.
AbstractSimpleJsonReportReader() - Constructor for class adams.data.io.input.AbstractSimpleJsonReportReader
 
AbstractSimpleJsonReportWriter<T extends Report> - Class in adams.data.io.output
Abstract ancestor for writing reports in Json format.
AbstractSimpleJsonReportWriter() - Constructor for class adams.data.io.output.AbstractSimpleJsonReportWriter
 
AbstractSimpleLookAndFeel - Class in adams.gui.laf
Ancestor for look and feels that only require a classname.
AbstractSimpleLookAndFeel() - Constructor for class adams.gui.laf.AbstractSimpleLookAndFeel
 
AbstractSimpleOptionHandler - Class in weka.core
Ancestor for Weka classes that use the ADAMS option handling framework.
AbstractSimpleOptionHandler() - Constructor for class weka.core.AbstractSimpleOptionHandler
 
AbstractSimpleOptionParser - Class in adams.core.option
Ancestor for simple option parser objects.
AbstractSimpleOptionParser() - Constructor for class adams.core.option.AbstractSimpleOptionParser
 
AbstractSimpleOutput - Class in adams.flow.sink.simplelogging.output
Ancestor for output schemes.
AbstractSimpleOutput() - Constructor for class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
 
AbstractSimpleRegressionMeasure - Class in weka.classifiers.evaluation
Computes the mean error.
AbstractSimpleRegressionMeasure() - Constructor for class weka.classifiers.evaluation.AbstractSimpleRegressionMeasure
 
AbstractSimpleReportReader<T extends Report> - Class in adams.data.io.input
Abstract ancestor for reports to be written in properties format.
AbstractSimpleReportReader() - Constructor for class adams.data.io.input.AbstractSimpleReportReader
 
AbstractSimpleReportWriter<T extends Report> - Class in adams.data.io.output
Abstract ancestor for writing reports in properties format.
AbstractSimpleReportWriter() - Constructor for class adams.data.io.output.AbstractSimpleReportWriter
 
AbstractSimpleSavitzkyGolay<T extends DataContainer> - Class in adams.data.filter
Abstract ancestor for simple Savitzky-Golay filters.
AbstractSimpleSavitzkyGolay() - Constructor for class adams.data.filter.AbstractSimpleSavitzkyGolay
 
AbstractSimpleScript - Class in adams.gui.core
Ancestor for scripts with syntax highlighting in the GOE.
AbstractSimpleScript() - Constructor for class adams.gui.core.AbstractSimpleScript
Initializes the string with length 0.
AbstractSimpleScript(String) - Constructor for class adams.gui.core.AbstractSimpleScript
Initializes the object with the string to parse.
AbstractSimpleScriptEditor - Class in adams.gui.goe
A PropertyEditor for AbstractScript-derived objects.
AbstractSimpleScriptEditor() - Constructor for class adams.gui.goe.AbstractSimpleScriptEditor
 
AbstractSimpleScriptEditorWithTemplates - Class in adams.gui.goe
Ancestor for script editors that support text templates.
AbstractSimpleScriptEditorWithTemplates() - Constructor for class adams.gui.goe.AbstractSimpleScriptEditorWithTemplates
 
AbstractSimpleSource - Class in adams.flow.source
Ancestor for sources that just output a single token.
AbstractSimpleSource() - Constructor for class adams.flow.source.AbstractSimpleSource
 
AbstractSimpleSourceWithPropertiesUpdating - Class in adams.flow.source
Ancestor for simple sources that allow changing the object's properties using variables.
AbstractSimpleSourceWithPropertiesUpdating() - Constructor for class adams.flow.source.AbstractSimpleSourceWithPropertiesUpdating
 
AbstractSimpleTag - Class in adams.doc.xml
Ancestor for tags that have no children (only string content).
AbstractSimpleTag(String) - Constructor for class adams.doc.xml.AbstractSimpleTag
Initializes the tag.
AbstractSimpleTag(String, String) - Constructor for class adams.doc.xml.AbstractSimpleTag
Initializes the tag.
AbstractSingleClassPLS - Class in adams.data.instancesanalysis.pls
Ancestor for schemes that predict a single class.
AbstractSingleClassPLS() - Constructor for class adams.data.instancesanalysis.pls.AbstractSingleClassPLS
 
AbstractSingleColorPixelSelectorOverlay - Class in adams.flow.transformer.pixelselector
Overlay that uses a single, user-defined color.
AbstractSingleColorPixelSelectorOverlay() - Constructor for class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay
 
AbstractSingleCompress - Class in adams.flow.transformer
Ancestor for compression algorithms that only take a single file, like gzip.
AbstractSingleCompress() - Constructor for class adams.flow.transformer.AbstractSingleCompress
 
AbstractSingleDecompress - Class in adams.flow.transformer
Ancestor for decompression algorithms that only work with archives that consists of a single file, like gunzip.
AbstractSingleDecompress() - Constructor for class adams.flow.transformer.AbstractSingleDecompress
 
AbstractSink - Class in adams.flow.sink
Ancestor for all flow items that function as sink.
AbstractSink() - Constructor for class adams.flow.sink.AbstractSink
 
AbstractSlidingWindow<T extends DataContainer> - Class in adams.data.smoothing
Abstract sliding window smoother.
AbstractSlidingWindow() - Constructor for class adams.data.smoothing.AbstractSlidingWindow
 
AbstractSlidingWindow.Measure - Enum in adams.data.smoothing
The type of measure to use for computing the "smoothed" points in the sliding window.
AbstractSmbDirectoryListerBasedSearchlet - Class in adams.flow.source.filesystemsearch
Ancestor for search algorithms that use SmbDirectoryLister under the hood.
AbstractSmbDirectoryListerBasedSearchlet() - Constructor for class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
 
AbstractSmoother<T extends DataContainer> - Class in adams.data.smoothing
Abstract base class for smoothing schemes.
AbstractSmoother() - Constructor for class adams.data.smoothing.AbstractSmoother
 
AbstractSmoother.SmootherJob<T extends DataContainer> - Class in adams.data.smoothing
A job class specific to smoothing schemes.
AbstractSource - Class in adams.flow.source
Ancestor of all flow items that act as sources of tokens.
AbstractSource - Class in adams.gui.tools.spreadsheetprocessor.sources
Ancestor for sources.
AbstractSource - Class in adams.gui.tools.wekainvestigator.source
Ancestor for additional "source" actions in the main menu.
AbstractSource() - Constructor for class adams.flow.source.AbstractSource
 
AbstractSource() - Constructor for class adams.gui.tools.spreadsheetprocessor.sources.AbstractSource
 
AbstractSource() - Constructor for class adams.gui.tools.wekainvestigator.source.AbstractSource
 
AbstractSplitGenerator - Class in adams.ml.evaluation
Ancestor for helper classes that generates dataset splits.
AbstractSplitGenerator - Class in weka.classifiers
Ancestor for helper classes that generates dataset splits.
AbstractSplitGenerator() - Constructor for class adams.ml.evaluation.AbstractSplitGenerator
Initializes the generator.
AbstractSplitGenerator() - Constructor for class weka.classifiers.AbstractSplitGenerator
Initializes the generator.
AbstractSplitOnDate - Class in adams.flow.transformer.timeseriessplit
Ancestor for splitters that split on a date.
AbstractSplitOnDate() - Constructor for class adams.flow.transformer.timeseriessplit.AbstractSplitOnDate
 
AbstractSplitOnDate.Segments - Enum in adams.flow.transformer.timeseriessplit
Determines what segments to return.
AbstractSplitter - Class in adams.data.splitgenerator.generic.splitter
Ancestor for splitter schemes.
AbstractSplitter - Class in adams.data.weka.datasetsplitter
Parent class for different methods of splitting a dataset into smaller datasets.
AbstractSplitter() - Constructor for class adams.data.splitgenerator.generic.splitter.AbstractSplitter
 
AbstractSplitter() - Constructor for class adams.data.weka.datasetsplitter.AbstractSplitter
 
AbstractSpreadSheetColumnConverter<T> - Class in adams.data.conversion
Ancestor for column converter schemes.
AbstractSpreadSheetColumnConverter() - Constructor for class adams.data.conversion.AbstractSpreadSheetColumnConverter
 
AbstractSpreadSheetConversion - Class in adams.data.conversion
Ancestor for conversion schemes that transform one spreadsheet into another one.
AbstractSpreadSheetConversion() - Constructor for class adams.data.conversion.AbstractSpreadSheetConversion
 
AbstractSpreadSheetDbReader - Class in adams.flow.source
Ancestor for spreadsheet database readers.
AbstractSpreadSheetDbReader() - Constructor for class adams.flow.source.AbstractSpreadSheetDbReader
 
AbstractSpreadSheetFilter - Class in adams.data.spreadsheet.filter
Ancestor for spreadsheet filters.
AbstractSpreadSheetFilter() - Constructor for class adams.data.spreadsheet.filter.AbstractSpreadSheetFilter
 
AbstractSpreadSheetHandler - Class in adams.gui.tools.previewbrowser
Ancestor for handlers that display spreadsheets.
AbstractSpreadSheetHandler() - Constructor for class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
 
AbstractSpreadSheetIndexedSplitsRunsGenerator - Class in adams.flow.transformer.indexedsplitsrunsgenerator
Ancestor for generators that process SpreadSheet objects.
AbstractSpreadSheetIndexedSplitsRunsGenerator() - Constructor for class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractSpreadSheetIndexedSplitsRunsGenerator
 
AbstractSpreadSheetPdfProclet - Class in adams.flow.transformer.pdfproclet
Ancestor for proclets that use spreadsheets.
AbstractSpreadSheetPdfProclet() - Constructor for class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
 
AbstractSpreadSheetPdfProclet.HorizontalAlignment - Enum in adams.flow.transformer.pdfproclet
The horizontal alignment for the table.
AbstractSpreadSheetPreview - Class in adams.gui.core.spreadsheetpreview
Ancestor for spreadsheet previews.
AbstractSpreadSheetPreview() - Constructor for class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview
 
AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel - Class in adams.gui.core.spreadsheetpreview
Ancestor for spreadsheet preview panels.
AbstractSpreadSheetPreviewPanel() - Constructor for class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel
 
AbstractSpreadSheetReader - Class in adams.data.io.input
Ancestor for classes that can read spreadsheets.
AbstractSpreadSheetReader() - Constructor for class adams.data.io.input.AbstractSpreadSheetReader
 
AbstractSpreadSheetReader.InputType - Enum in adams.data.io.input
How to read the data.
AbstractSpreadSheetReaderWithMissingValueSupport - Class in adams.data.io.input
Ancestor for spreadsheet readers that allow the specification of a custom missing value string.
AbstractSpreadSheetReaderWithMissingValueSupport() - Constructor for class adams.data.io.input.AbstractSpreadSheetReaderWithMissingValueSupport
 
AbstractSpreadSheetRowPaintlet - Class in adams.gui.visualization.spreadsheet
Ancestor for Row paintlets.
AbstractSpreadSheetRowPaintlet() - Constructor for class adams.gui.visualization.spreadsheet.AbstractSpreadSheetRowPaintlet
 
AbstractSpreadSheetRowPanelUpdater - Class in adams.gui.visualization.spreadsheet
Ancestor for classes that determine when to update the instance panel, i.e., repaint all of it.
AbstractSpreadSheetRowPanelUpdater() - Constructor for class adams.gui.visualization.spreadsheet.AbstractSpreadSheetRowPanelUpdater
 
AbstractSpreadSheetToMatrix<T> - Class in adams.data.conversion
Ancestor for conversions that turn a spreadsheet into a matrix of some data type.
AbstractSpreadSheetToMatrix() - Constructor for class adams.data.conversion.AbstractSpreadSheetToMatrix
 
AbstractSpreadSheetTransformer - Class in adams.flow.transformer
Ancestor for transformers that work on spreadsheets and also output spreadsheets again.
AbstractSpreadSheetTransformer() - Constructor for class adams.flow.transformer.AbstractSpreadSheetTransformer
 
AbstractSpreadSheetViewerCheckBoxMenuItemAction - Class in adams.gui.tools.spreadsheetviewer.menu
Ancestor for checkbox menu item actions in the spreadsheet viewer.
AbstractSpreadSheetViewerCheckBoxMenuItemAction() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerCheckBoxMenuItemAction
 
AbstractSpreadSheetViewerMenuItemAction - Class in adams.gui.tools.spreadsheetviewer.menu
Ancestor for simple menu item actions in the spreadsheet viewer.
AbstractSpreadSheetViewerMenuItemAction() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerMenuItemAction
 
AbstractSpreadSheetViewerSubMenuAction - Class in adams.gui.tools.spreadsheetviewer.menu
Ancestor for actions in the spreadsheet viewer that generate a submenu.
AbstractSpreadSheetViewerSubMenuAction() - Constructor for class adams.gui.tools.spreadsheetviewer.menu.AbstractSpreadSheetViewerSubMenuAction
 
AbstractSpreadSheetWriter - Class in adams.data.io.output
Ancestor for classes that can write spreadsheet objects.
AbstractSpreadSheetWriter() - Constructor for class adams.data.io.output.AbstractSpreadSheetWriter
 
AbstractSpreadSheetWriter.OutputType - Enum in adams.data.io.output
How to write the data.
AbstractSpreadSheetWriterWithMissingValueSupport - Class in adams.data.io.output
Ancestor for spreadsheet writers that support a custom missing value string.
AbstractSpreadSheetWriterWithMissingValueSupport() - Constructor for class adams.data.io.output.AbstractSpreadSheetWriterWithMissingValueSupport
 
AbstractSSHConnection - Class in adams.scripting.connection
Ancestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.
AbstractSSHConnection() - Constructor for class adams.scripting.connection.AbstractSSHConnection
 
AbstractSSHConnection.TrustAll - Class in adams.scripting.connection
Dummy implementation that trusts all.
AbstractSSHConnectionWithPortForwarding - Class in adams.scripting.connection
Ancestor of connection schemes that use an SSH tunnel to connect to the remote scripting engine.
AbstractSSHConnectionWithPortForwarding() - Constructor for class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
 
AbstractStamper - Class in adams.flow.transformer.pdfstamp
Ancestor for stampers.
AbstractStamper() - Constructor for class adams.flow.transformer.pdfstamp.AbstractStamper
 
AbstractStandalone - Class in adams.flow.standalone
Ancestor for all flow items that neither generate nor process tokens.
AbstractStandalone() - Constructor for class adams.flow.standalone.AbstractStandalone
 
AbstractStandaloneGroup<T extends Actor> - Class in adams.flow.standalone
Ancestor for fixed-sized groups.
AbstractStandaloneGroup() - Constructor for class adams.flow.standalone.AbstractStandaloneGroup
 
AbstractStandaloneGroupItem<T extends StandaloneGroup> - Class in adams.flow.standalone
Ancestor of a standalone group item.
AbstractStandaloneGroupItem() - Constructor for class adams.flow.standalone.AbstractStandaloneGroupItem
 
AbstractStandaloneGroupItemGroup<S extends Actor,​E extends Actor> - Class in adams.flow.standalone
Ancestor for group items that form a group themselves.
AbstractStandaloneGroupItemGroup() - Constructor for class adams.flow.standalone.AbstractStandaloneGroupItemGroup
 
AbstractStandaloneGroupItemMutableGroup<S extends Actor,​E extends Actor> - Class in adams.flow.standalone
Ancestor for group items that form a group themselves.
AbstractStandaloneGroupItemMutableGroup() - Constructor for class adams.flow.standalone.AbstractStandaloneGroupItemMutableGroup
 
AbstractStandaloneMutableGroup<T extends Actor> - Class in adams.flow.standalone
Ancestor for mutable groups of standalones.
AbstractStandaloneMutableGroup() - Constructor for class adams.flow.standalone.AbstractStandaloneMutableGroup
 
AbstractStdErrProcessor - Class in adams.core.command.stderr
Ancestor for processing the command output received on stderr.
AbstractStdErrProcessor() - Constructor for class adams.core.command.stderr.AbstractStdErrProcessor
 
AbstractStdOutProcessor - Class in adams.core.command.stdout
Ancestor for processing the command output received on stdout.
AbstractStdOutProcessor() - Constructor for class adams.core.command.stdout.AbstractStdOutProcessor
 
AbstractStoppingCriterion - Class in adams.opt.genetic.stopping
Ancestor for stopping criteria.
AbstractStoppingCriterion() - Constructor for class adams.opt.genetic.stopping.AbstractStoppingCriterion
 
AbstractStratification - Class in adams.data.splitgenerator.generic.stratification
Ancestor for stratification schemes.
AbstractStratification() - Constructor for class adams.data.splitgenerator.generic.stratification.AbstractStratification
 
AbstractStreamFilter - Class in adams.ml.preprocessing
Ancestor for stream filters.
AbstractStreamFilter() - Constructor for class adams.ml.preprocessing.AbstractStreamFilter
 
AbstractStrictCheckSizeFileCompleteCheck - Class in adams.core.io.filecomplete
Ancestor for checks that look for EOF markers that can limit the number of bytes to read from the end of the file used to look for the EOF marker.
AbstractStrictCheckSizeFileCompleteCheck() - Constructor for class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
 
AbstractStrictFileCompleteCheck - Class in adams.core.io.filecomplete
Ancestor for file checks that
AbstractStrictFileCompleteCheck() - Constructor for class adams.core.io.filecomplete.AbstractStrictFileCompleteCheck
 
AbstractStringConversion - Class in adams.data.conversion
Ancestor for string conversion schemes.
AbstractStringConversion() - Constructor for class adams.data.conversion.AbstractStringConversion
 
AbstractStringOperation - Class in adams.flow.transformer
Ancestor for transformers that perform operations on strings.
AbstractStringOperation() - Constructor for class adams.flow.transformer.AbstractStringOperation
 
AbstractStrokeOutlinePlotter - Class in adams.gui.visualization.object.objectannotations.outline
Ancestor for plotters that define a stroke width.
AbstractStrokeOutlinePlotter() - Constructor for class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
 
AbstractStrokePaintlet - Class in adams.gui.visualization.core
Ancestor for paintlets that paint lines of some sort.
AbstractStrokePaintlet() - Constructor for class adams.gui.visualization.core.AbstractStrokePaintlet
 
AbstractStrokePaintletWithContainerIDMatching - Class in adams.gui.visualization.core
Ancestor for paintlets that restrict painting to containers which ID matches a regular expression.
AbstractStrokePaintletWithContainerIDMatching() - Constructor for class adams.gui.visualization.core.AbstractStrokePaintletWithContainerIDMatching
 
AbstractStrokeSelectionShapePainter - Class in adams.gui.visualization.image.selectionshape
For selection shape painters that use a stroke.
AbstractStrokeSelectionShapePainter() - Constructor for class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
 
AbstractSubImagesGenerator - Class in adams.data.image.transformer.subimages
Ancestor for classes that generate subimages from a single image.
AbstractSubImagesGenerator() - Constructor for class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
 
AbstractSubMenuDefinition - Class in adams.gui.application
Ancestor for menu items that provide a submenu.
AbstractSubMenuDefinition() - Constructor for class adams.gui.application.AbstractSubMenuDefinition
Initializes the menu item with no owner.
AbstractSubMenuDefinition(AbstractApplicationFrame) - Constructor for class adams.gui.application.AbstractSubMenuDefinition
Initializes the menu item.
AbstractSubProcessEventTrigger<I,​O> - Class in adams.flow.standalone.subprocessevent
Ancestor for triggers.
AbstractSubProcessEventTrigger() - Constructor for class adams.flow.standalone.subprocessevent.AbstractSubProcessEventTrigger
 
AbstractSummaryStatistic - Class in adams.flow.transformer.summarystatistics
Ancestor for summary statistics.
AbstractSummaryStatistic() - Constructor for class adams.flow.transformer.summarystatistics.AbstractSummaryStatistic
 
AbstractSwapObject - Class in adams.data.conversion
Ancestor for classes that swap all occurrences of one object for another.
AbstractSwapObject() - Constructor for class adams.data.conversion.AbstractSwapObject
 
AbstractSwapObject.SwapObserver - Class in adams.data.conversion
Observer that performs the swapping of the objects.
AbstractSymbolEvaluator<T> - Class in adams.parser
Abstract ancestor for classes that evaluate expressions with a parser generated by JFlex/CUP.
AbstractSymbolEvaluator() - Constructor for class adams.parser.AbstractSymbolEvaluator
 
AbstractTabChangeAwareEditorTab - Class in adams.gui.flow.tab
Ancestor for tabs that react to the user selecting different flow panels.
AbstractTabChangeAwareEditorTab() - Constructor for class adams.gui.flow.tab.AbstractTabChangeAwareEditorTab
 
AbstractTabHandler - Class in adams.gui.flow.tabhandler
Ancestor for tab handlers.
AbstractTabHandler(FlowPanel) - Constructor for class adams.gui.flow.tabhandler.AbstractTabHandler
Initializes the tab handler
AbstractTable - Class in adams.db
Ancestor for all table classes.
AbstractTable(AbstractDatabaseConnection, String) - Constructor for class adams.db.AbstractTable
Initializes the table.
AbstractTableAction - Class in adams.gui.visualization.report.reportfactory
Ancestor for actions populating the popup menu of the Table class of the ReportFactory.
AbstractTableAction() - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableAction
Defines an AbstractTableAction object with a default description string and default icon.
AbstractTableAction(String) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableAction
Defines an AbstractTableAction object with the specified description string and a default icon.
AbstractTableAction(String, String) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableAction
Defines an AbstractTableAction object with the specified description string and a the specified icon.
AbstractTableAction(String, Icon) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableAction
Defines an AbstractTableAction object with the specified description string and a the specified icon.
AbstractTableActionWithDatabaseAccess - Class in adams.gui.visualization.report.reportfactory
Ancestor for actions that require a valid DB-ID and a ReportProvider.
AbstractTableActionWithDatabaseAccess() - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDatabaseAccess
Defines an AbstractTableActionWithDatabaseAccess object with a default description string and default icon.
AbstractTableActionWithDatabaseAccess(String) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDatabaseAccess
Defines an AbstractTableActionWithDatabaseAccess object with the specified description string and a default icon.
AbstractTableActionWithDatabaseAccess(String, String) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDatabaseAccess
Defines an AbstractTableActionWithDatabaseAccess object with the specified description string and a the specified icon.
AbstractTableActionWithDatabaseAccess(String, Icon) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDatabaseAccess
Defines an AbstractTableActionWithDatabaseAccess object with the specified description string and a the specified icon.
AbstractTableActionWithDataContainerPanel - Class in adams.gui.visualization.report.reportfactory
Ancestor for actions that require a DataContainerPanel to be present.
AbstractTableActionWithDataContainerPanel() - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDataContainerPanel
Defines an AbstractTableActionWithDataContainerPanel object with a default description string and default icon.
AbstractTableActionWithDataContainerPanel(String) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDataContainerPanel
Defines an AbstractTableActionWithDataContainerPanel object with the specified description string and a default icon.
AbstractTableActionWithDataContainerPanel(String, String) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDataContainerPanel
Defines an AbstractTableActionWithDataContainerPanel object with the specified description string and a the specified icon.
AbstractTableActionWithDataContainerPanel(String, Icon) - Constructor for class adams.gui.visualization.report.reportfactory.AbstractTableActionWithDataContainerPanel
Defines an AbstractTableActionWithDataContainerPanel object with the specified description string and a the specified icon.
AbstractTableBasedSelectionDialog<T,​P extends AbstractTableBasedSelectionPanel> - Class in adams.gui.selection
Abstract ancestor for dialogs that allow the selection of items from a table.
AbstractTableBasedSelectionDialog(Dialog, String) - Constructor for class adams.gui.selection.AbstractTableBasedSelectionDialog
Creates a modal dialog.
AbstractTableBasedSelectionDialog(Frame, String) - Constructor for class adams.gui.selection.AbstractTableBasedSelectionDialog
Creates a modal dialog.
AbstractTableBasedSelectionPanel<T> - Class in adams.gui.selection
Abstract ancestor for selection panels that use a JTable for displaying the options.
AbstractTableBasedSelectionPanel() - Constructor for class adams.gui.selection.AbstractTableBasedSelectionPanel
 
AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<T> - Class in adams.gui.selection
A simple table model for displaying the data.
AbstractTableBasedSelectionPanel.SelectionPopupMenuSupplier - Interface in adams.gui.selection
Interface for classes that supply a popup menu for the selection table.
AbstractTableCleanUp - Class in adams.db
Ancestor of classes that clean up tables in some fashion.
AbstractTableCleanUp() - Constructor for class adams.db.AbstractTableCleanUp
 
AbstractTableFacade - Class in adams.db
Ancestor for database table facades.
AbstractTableFacade(AbstractDatabaseConnection, String) - Constructor for class adams.db.AbstractTableFacade
Constructor.
AbstractTableUpgrade - Class in adams.db.upgrade
Abstract superclass for all helper classes that upgrade tables in one way or another.
AbstractTableUpgrade() - Constructor for class adams.db.upgrade.AbstractTableUpgrade
 
AbstractTabResponseHandler<T extends AbstractRemoteControlCenterTab> - Class in adams.gui.tools.remotecontrolcenter.panels
Custom handler for intercepting the responses from the ListFlows remote command.
AbstractTabResponseHandler(T) - Constructor for class adams.gui.tools.remotecontrolcenter.panels.AbstractTabResponseHandler
Initializes the handler.
AbstractTag - Class in adams.doc.xml
The ancestor of all DocBook and HTML tags.
AbstractTag(String) - Constructor for class adams.doc.xml.AbstractTag
Initializes the tag.
AbstractTarget - Class in adams.gui.tools.spreadsheetprocessor.targets
Ancestor for targets.
AbstractTarget() - Constructor for class adams.gui.tools.spreadsheetprocessor.targets.AbstractTarget
 
AbstractTee - Class in adams.flow.control
Abstract ancestor for actors that tee-off tokens.
AbstractTee() - Constructor for class adams.flow.control.AbstractTee
 
AbstractTee.TeeSwingWorker - Class in adams.flow.control
SwingWorker for asynchronous execution of the tee's sub-actors.
AbstractTemplate - Class in adams.flow.core
Abstract ancestor for all actors that use a template to generate the actual actor/sub-flow to be executed.
AbstractTemplate() - Constructor for class adams.flow.core.AbstractTemplate
 
AbstractTerminalApplication - Class in adams.terminal.application
Ancestor for terminal-based applications.
AbstractTerminalApplication() - Constructor for class adams.terminal.application.AbstractTerminalApplication
Default constructor.
AbstractTextAndComponentDisplayPanel - Class in adams.flow.sink
Ancestor for panels that can be created from tokens and supply the underlying component or text.
AbstractTextAndComponentDisplayPanel(String) - Constructor for class adams.flow.sink.AbstractTextAndComponentDisplayPanel
Initializes the panel.
AbstractTextAreaPanelWithAdvancedSyntaxHighlighting - Class in adams.gui.core
Panel with syntax highlighting using RSyntaxTextArea.
AbstractTextAreaPanelWithAdvancedSyntaxHighlighting() - Constructor for class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
 
AbstractTextDisplayPanel - Class in adams.flow.sink
Ancestor for panels that can be created from tokens and supply the underlying text.
AbstractTextDisplayPanel(String) - Constructor for class adams.flow.sink.AbstractTextDisplayPanel
Initializes the panel.
AbstractTextEditorPanelWithSimpleSyntaxHighlighting - Class in adams.gui.core
A panel that allows the editing of text, including undo/redo support, and custom syntax highlighting.
AbstractTextEditorPanelWithSimpleSyntaxHighlighting() - Constructor for class adams.gui.core.AbstractTextEditorPanelWithSimpleSyntaxHighlighting
 
AbstractTextReader<T> - Class in adams.data.io.input
Ancestor for readers for text streams.
AbstractTextReader() - Constructor for class adams.data.io.input.AbstractTextReader
 
AbstractTextReaderWithEncoding<T> - Class in adams.data.io.input
Ancestor for text readers that support file encodings.
AbstractTextReaderWithEncoding() - Constructor for class adams.data.io.input.AbstractTextReaderWithEncoding
 
AbstractTextRenderer - Class in adams.data.textrenderer
Ancestor for text renderer classes.
AbstractTextRenderer() - Constructor for class adams.data.textrenderer.AbstractTextRenderer
 
AbstractTextualDisplay - Class in adams.flow.sink
Ancestor for actors that display textual stuff.
AbstractTextualDisplay() - Constructor for class adams.flow.sink.AbstractTextualDisplay
 
AbstractTextWriter - Class in adams.data.io.output
Ancestor for classes that can write text documents.
AbstractTextWriter() - Constructor for class adams.data.io.output.AbstractTextWriter
 
AbstractTextWriterWithEncoding - Class in adams.data.io.output
Ancestor of text writers that use an encoding.
AbstractTextWriterWithEncoding() - Constructor for class adams.data.io.output.AbstractTextWriterWithEncoding
 
AbstractTextWriterWithFilenameGenerator - Class in adams.data.io.output
Ancestor for text writers that use an AbstractFilenameGenerator to generate their filename.
AbstractTextWriterWithFilenameGenerator() - Constructor for class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
 
AbstractTickGenerator - Class in adams.gui.visualization.core.axis
An abstract class of a tick generator.
AbstractTickGenerator() - Constructor for class adams.gui.visualization.core.axis.AbstractTickGenerator
 
AbstractTimedFlowExecutionListenerWithTable - Class in adams.flow.execution
Ancestor for listeners that use tables and update them at regular intervals.
AbstractTimedFlowExecutionListenerWithTable() - Constructor for class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
 
AbstractTimeseriesFeatureGenerator<T extends Timeseries> - Class in adams.data.timeseries
Abstract base class for Timeseries feature generation.
AbstractTimeseriesFeatureGenerator() - Constructor for class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
 
AbstractTimeseriesPaintlet - Class in adams.gui.visualization.timeseries
A specialized paintlet for timeseries panels.
AbstractTimeseriesPaintlet() - Constructor for class adams.gui.visualization.timeseries.AbstractTimeseriesPaintlet
 
AbstractTimeseriesReader - Class in adams.data.io.input
Ancestor for timeseries readers.
AbstractTimeseriesReader() - Constructor for class adams.data.io.input.AbstractTimeseriesReader
 
AbstractTimeseriesSplitter - Class in adams.flow.transformer.timeseriessplit
Ancestor for timeseries splitters.
AbstractTimeseriesSplitter() - Constructor for class adams.flow.transformer.timeseriessplit.AbstractTimeseriesSplitter
 
AbstractTimeseriesWriter - Class in adams.data.io.output
Ancestor for timeseries writers.
AbstractTimeseriesWriter() - Constructor for class adams.data.io.output.AbstractTimeseriesWriter
 
AbstractTimeseriesXAxisPanelOptions - Class in adams.gui.visualization.timeseries
Ancestor for axis panel option classes for timeseries X axes.
AbstractTimeseriesXAxisPanelOptions() - Constructor for class adams.gui.visualization.timeseries.AbstractTimeseriesXAxisPanelOptions
 
AbstractTimeseriesYAxisPanelOptions - Class in adams.gui.visualization.timeseries
Ancestor for axis panel option classes for timeseries Y axes.
AbstractTimeseriesYAxisPanelOptions() - Constructor for class adams.gui.visualization.timeseries.AbstractTimeseriesYAxisPanelOptions
 
AbstractTimeWindowDatabaseTool - Class in adams.tools
Abstract ancestor for database tools that act within a time frame.
AbstractTimeWindowDatabaseTool() - Constructor for class adams.tools.AbstractTimeWindowDatabaseTool
 
AbstractTimeWindowTableCleanUp - Class in adams.db
Ancestor for clean up schemes that use a time window.
AbstractTimeWindowTableCleanUp() - Constructor for class adams.db.AbstractTimeWindowTableCleanUp
 
AbstractTokenCleaner - Class in weka.core.tokenizers.cleaners
Ancestor for cleaning tokens.
AbstractTokenCleaner() - Constructor for class weka.core.tokenizers.cleaners.AbstractTokenCleaner
 
AbstractTool - Class in adams.gui.visualization.object.tools
Ancestor for tools.
AbstractTool - Class in adams.gui.visualization.segmentation.tool
Ancestor for tools.
AbstractTool - Class in adams.tools
An abstract class for general commandline-handling classes.
AbstractTool() - Constructor for class adams.gui.visualization.object.tools.AbstractTool
Initializes the tool.
AbstractTool() - Constructor for class adams.gui.visualization.segmentation.tool.AbstractTool
Initializes the tool.
AbstractTool() - Constructor for class adams.tools.AbstractTool
 
AbstractToolPlugin<T extends JPanel> - Class in adams.gui.plugin
Ancestor for plugins for a tool panel.
AbstractToolPlugin() - Constructor for class adams.gui.plugin.AbstractToolPlugin
 
AbstractToolPluginManager<T extends ToolPluginSupporter,​P extends AbstractToolPlugin> - Class in adams.gui.plugin
Ancestor for classes that manage tool plugins.
AbstractToolPluginManager(T) - Constructor for class adams.gui.plugin.AbstractToolPluginManager
Initializes the manager.
AbstractToolWithParameterPanel - Class in adams.gui.visualization.object.tools
Tool that uses a ParameterPanel for its parameters.
AbstractToolWithParameterPanel - Class in adams.gui.visualization.segmentation.tool
Tool that uses a ParameterPanel for its parameters.
AbstractToolWithParameterPanel() - Constructor for class adams.gui.visualization.object.tools.AbstractToolWithParameterPanel
 
AbstractToolWithParameterPanel() - Constructor for class adams.gui.visualization.segmentation.tool.AbstractToolWithParameterPanel
 
AbstractTrainableColumnFinder - Class in adams.data.spreadsheet.columnfinder
Ancestor for ColumnFinder algorithms that can be trained.
AbstractTrainableColumnFinder - Class in adams.data.weka.columnfinder
Ancestor for ColumnFinder algorithms that can be trained.
AbstractTrainableColumnFinder() - Constructor for class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
 
AbstractTrainableColumnFinder() - Constructor for class adams.data.weka.columnfinder.AbstractTrainableColumnFinder
 
AbstractTrainableRowFinder - Class in adams.data.spreadsheet.rowfinder
Ancestor for RowFinder algorithms that can be trained.
AbstractTrainableRowFinder - Class in adams.data.weka.rowfinder
Ancestor for RowFinder algorithms that can be trained.
AbstractTrainableRowFinder() - Constructor for class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
 
AbstractTrainableRowFinder() - Constructor for class adams.data.weka.rowfinder.AbstractTrainableRowFinder
 
AbstractTrainableSpreadSheetFilter - Class in adams.data.spreadsheet.filter
Ancestor for trainable spreadsheet filters.
AbstractTrainableSpreadSheetFilter() - Constructor for class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter
 
AbstractTransformer - Class in adams.flow.transformer
Ancestor for all flow items that process an input token and generate an output token.
AbstractTransformer() - Constructor for class adams.flow.transformer.AbstractTransformer
 
AbstractTransformerWithPropertiesUpdating - Class in adams.flow.transformer
Ancestor for transformers that allow changing the object's properties using variables.
AbstractTransformerWithPropertiesUpdating() - Constructor for class adams.flow.transformer.AbstractTransformerWithPropertiesUpdating
 
AbstractTreePopupMenuItemAction - Class in adams.gui.flow.tree.menu
Ancestor for menu items in the popup menu of the flow tree.
AbstractTreePopupMenuItemAction() - Constructor for class adams.gui.flow.tree.menu.AbstractTreePopupMenuItemAction
 
AbstractTreePopupSubMenuAction - Class in adams.gui.flow.tree.menu
Ancestor for menu items in the popup menu of the flow tree.
AbstractTreePopupSubMenuAction() - Constructor for class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
 
AbstractTreeQuickMenuItemAction - Class in adams.gui.flow.tree.quickaction
Ancestor for menu items in the quick action menu of the flow tree.
AbstractTreeQuickMenuItemAction() - Constructor for class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
 
AbstractTrigger - Class in adams.flow.control.flowrestart.trigger
Ancestor for restart triggers.
AbstractTrigger() - Constructor for class adams.flow.control.flowrestart.trigger.AbstractTrigger
 
AbstractTrustManager - Class in adams.core.net.trustmanager
Ancestor for SSL trust managers.
AbstractTrustManager() - Constructor for class adams.core.net.trustmanager.AbstractTrustManager
 
AbstractTypeMapper - Class in adams.data.spreadsheet.sql
Ancestor for type mappers (spreadsheet to/from SQL).
AbstractTypeMapper() - Constructor for class adams.data.spreadsheet.sql.AbstractTypeMapper
 
AbstractTypes - Class in adams.db.types
Ancestor for SQL types classes.
AbstractTypes() - Constructor for class adams.db.types.AbstractTypes
 
AbstractUndoScriptlet - Class in adams.gui.scripting
Ancestor for scriptlets that allow undo (if available).
AbstractUndoScriptlet() - Constructor for class adams.gui.scripting.AbstractUndoScriptlet
 
AbstractURLMenuItemDefinition - Class in adams.gui.menu
Ancestor for menu item definitions that open a URL in a browser.
AbstractURLMenuItemDefinition() - Constructor for class adams.gui.menu.AbstractURLMenuItemDefinition
Initializes the menu item with no owner.
AbstractURLMenuItemDefinition(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AbstractURLMenuItemDefinition
Initializes the menu item.
AbstractValidateString - Class in adams.data.conversion
Ancestor for string conversions that ensure a string only contains valid characters according to some rules.
AbstractValidateString() - Constructor for class adams.data.conversion.AbstractValidateString
 
AbstractValueDefinition - Class in adams.flow.source.valuedefinition
Combines name, type and default value for a single value.
AbstractValueDefinition() - Constructor for class adams.flow.source.valuedefinition.AbstractValueDefinition
 
AbstractViewerTab - Class in adams.gui.tools.spreadsheetviewer.tab
Ancestor for tabs that show up in the spreadsheet viewer.
AbstractViewerTab() - Constructor for class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
 
AbstractViewPlugin - Class in adams.gui.tools.spreadsheetviewer
Ancestor for "information" plugins in the spreadsheet viewer.
AbstractViewPlugin() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
 
AbstractViewPluginWithGOE - Class in adams.gui.tools.spreadsheetviewer
Ancestor for plugins that present a GOE dialog.
AbstractViewPluginWithGOE() - Constructor for class adams.gui.tools.spreadsheetviewer.AbstractViewPluginWithGOE
 
AbstractViolationFinder - Class in adams.data.spc
Ancestor for algorithms that check for violations.
AbstractViolationFinder() - Constructor for class adams.data.spc.AbstractViolationFinder
 
AbstractVisibilityScriplet - Class in adams.gui.scripting
Ancestor for visibility-related scriptlets.
AbstractVisibilityScriplet() - Constructor for class adams.gui.scripting.AbstractVisibilityScriplet
 
AbstractWebSocketClientGenerator - Class in adams.flow.websocket.client
Ancestor for client generators.
AbstractWebSocketClientGenerator() - Constructor for class adams.flow.websocket.client.AbstractWebSocketClientGenerator
 
AbstractWebSocketServerGenerator - Class in adams.flow.websocket.server
Ancestor for server generators.
AbstractWebSocketServerGenerator() - Constructor for class adams.flow.websocket.server.AbstractWebSocketServerGenerator
 
AbstractWekaClassifierEvaluator - Class in adams.flow.transformer
Ancestor for transformers that evaluate classifiers.
AbstractWekaClassifierEvaluator() - Constructor for class adams.flow.transformer.AbstractWekaClassifierEvaluator
 
AbstractWekaEnsembleGenerator - Class in adams.flow.transformer.wekaensemblegenerator
Ancestor for schemes that generate ensembles.
AbstractWekaEnsembleGenerator() - Constructor for class adams.flow.transformer.wekaensemblegenerator.AbstractWekaEnsembleGenerator
 
AbstractWekaEvaluationPostProcessor - Class in adams.flow.transformer.wekaevaluationpostprocessor
Ancestor for classes that post-process Evaluation objects.
AbstractWekaEvaluationPostProcessor() - Constructor for class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
 
AbstractWekaExperimentIO<T extends weka.experiment.Experiment> - Class in adams.gui.tools.wekamultiexperimenter.io
Ancestor for classes that handle loading/saving of experiments.
AbstractWekaExperimentIO() - Constructor for class adams.gui.tools.wekamultiexperimenter.io.AbstractWekaExperimentIO
 
AbstractWekaExperimentRunner<T extends weka.experiment.Experiment> - Class in adams.gui.tools.wekamultiexperimenter.runner
Ancestor for classes that handle running a copy of the experiment in a separate thread.
AbstractWekaExperimentRunner(ExperimenterPanel) - Constructor for class adams.gui.tools.wekamultiexperimenter.runner.AbstractWekaExperimentRunner
Initializes the thread.
AbstractWEKAFitnessFunction - Class in adams.opt.optimise.genetic.fitnessfunctions
Perform attribute selection using WEKA classification.
AbstractWEKAFitnessFunction() - Constructor for class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
 
AbstractWEKAFitnessFunction.Measure - Enum in adams.opt.optimise.genetic.fitnessfunctions
The measure to use for evaluating.
AbstractWekaMenuItemDefinition - Class in adams.gui.menu
Abstract menu item menu item definitions for Weka elements.
AbstractWekaMenuItemDefinition() - Constructor for class adams.gui.menu.AbstractWekaMenuItemDefinition
Initializes the menu item with no owner.
AbstractWekaMenuItemDefinition(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AbstractWekaMenuItemDefinition
Initializes the menu item.
AbstractWekaModelReader - Class in adams.flow.transformer
Ancestor for actors that deserialize models.
AbstractWekaModelReader() - Constructor for class adams.flow.transformer.AbstractWekaModelReader
 
AbstractWekaModelWriter - Class in adams.flow.sink
Ancestor for actors that serialize models.
AbstractWekaModelWriter() - Constructor for class adams.flow.sink.AbstractWekaModelWriter
 
AbstractWekaPackageManagerAction - Class in adams.flow.source.wekapackagemanageraction
Ancestor for package manager actions.
AbstractWekaPackageManagerAction - Class in adams.flow.standalone.wekapackagemanageraction
Ancestor for package manager actions.
AbstractWekaPackageManagerAction - Class in adams.flow.transformer.wekapackagemanageraction
Ancestor for package manager actions.
AbstractWekaPackageManagerAction() - Constructor for class adams.flow.source.wekapackagemanageraction.AbstractWekaPackageManagerAction
 
AbstractWekaPackageManagerAction() - Constructor for class adams.flow.standalone.wekapackagemanageraction.AbstractWekaPackageManagerAction
 
AbstractWekaPackageManagerAction() - Constructor for class adams.flow.transformer.wekapackagemanageraction.AbstractWekaPackageManagerAction
 
AbstractWekaPredictionsTransformer - Class in adams.flow.transformer
Ancestor for transformers that convert the predictions stored in an Evaluation object into a different format.
AbstractWekaPredictionsTransformer() - Constructor for class adams.flow.transformer.AbstractWekaPredictionsTransformer
 
AbstractWekaRepeatedCrossValidationOutput<T> - Class in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Ancestor for classes that generate output from repeated cross-validations.
AbstractWekaRepeatedCrossValidationOutput() - Constructor for class adams.flow.transformer.wekarepeatedcrossvalidationoutput.AbstractWekaRepeatedCrossValidationOutput
 
AbstractWekaSetupGenerator<T> - Class in adams.flow.source
Abstract ancestor for setup generator sources.
AbstractWekaSetupGenerator() - Constructor for class adams.flow.source.AbstractWekaSetupGenerator
 
AbstractWekaSetupPanel - Class in adams.gui.tools.wekamultiexperimenter.setup
Ancestor for setup panels for Weka experiments.
AbstractWekaSetupPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.AbstractWekaSetupPanel
 
AbstractWekaSpreadSheetReader - Class in adams.data.io.input
Ancestor for WEKA file format readers.
AbstractWekaSpreadSheetReader() - Constructor for class adams.data.io.input.AbstractWekaSpreadSheetReader
 
AbstractWekaSpreadSheetWriter - Class in adams.data.io.output
Ancestor for WEKA file format readers.
AbstractWekaSpreadSheetWriter() - Constructor for class adams.data.io.output.AbstractWekaSpreadSheetWriter
 
AbstractWhiteBalanceAlgorithm - Class in adams.data.image.transformer.whitebalance
Ancestor to white balance algorithms.
AbstractWhiteBalanceAlgorithm() - Constructor for class adams.data.image.transformer.whitebalance.AbstractWhiteBalanceAlgorithm
 
AbstractWidget - Class in adams.gui.tools.spreadsheetprocessor
Ancestor for widgets.
AbstractWidget() - Constructor for class adams.gui.tools.spreadsheetprocessor.AbstractWidget
 
AbstractWizardPage - Class in adams.gui.wizard
Ancestor for wizard pages.
AbstractWizardPage() - Constructor for class adams.gui.wizard.AbstractWizardPage
 
AbstractWizardPane - Class in adams.gui.wizard
Ancestor for wizard panes.
AbstractWizardPane() - Constructor for class adams.gui.wizard.AbstractWizardPane
Initializes the wizard with no ID.
AbstractWizardPane(String) - Constructor for class adams.gui.wizard.AbstractWizardPane
Initializes the wizard.
AbstractWorkspaceHelper<P extends AbstractWorkspacePanel,​M extends AbstractWorkspaceManagerPanel<P>> - Class in adams.gui.workspace
Helper class for loading/saving workspaces.
AbstractWorkspaceHelper() - Constructor for class adams.gui.workspace.AbstractWorkspaceHelper
 
AbstractWorkspaceListPanel<T extends AbstractWorkspacePanel> - Class in adams.gui.workspace
Allows the display of multiple panels.
AbstractWorkspaceListPanel() - Constructor for class adams.gui.workspace.AbstractWorkspaceListPanel
 
AbstractWorkspaceManagerPanel<T extends AbstractWorkspacePanel> - Class in adams.gui.workspace
Ancestor for workspace managers.
AbstractWorkspaceManagerPanel() - Constructor for class adams.gui.workspace.AbstractWorkspaceManagerPanel
 
AbstractWorkspacePanel - Class in adams.gui.workspace
The ancestor for a workspace panel.
AbstractWorkspacePanel() - Constructor for class adams.gui.workspace.AbstractWorkspacePanel
 
AbstractWorkspacePanelWithStatusBar - Class in adams.gui.workspace
The ancestor for a workspace panel that also have a statusbar.
AbstractWorkspacePanelWithStatusBar() - Constructor for class adams.gui.workspace.AbstractWorkspacePanelWithStatusBar
 
AbstractWrapper<W extends TableInterface> - Class in adams.db.wrapper
Ancestor for wrapper table classes.
AbstractWrapper(AbstractDatabaseConnection, W) - Constructor for class adams.db.wrapper.AbstractWrapper
Initializes the wrapper.
AbstractWrapper(AbstractDatabaseConnection, W, String) - Constructor for class adams.db.wrapper.AbstractWrapper
Initializes the wrapper.
AbstractXYChartGenerator - Class in adams.gui.tools.spreadsheetviewer.chart
Ancestor for X/Y (or just Y) plot generators.
AbstractXYChartGenerator() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
 
AbstractXYSequenceMetaDataColorPaintlet - Class in adams.gui.visualization.sequence
Ancestor for paintlets that can make use of the meta-data and extract color information.
AbstractXYSequenceMetaDataColorPaintlet() - Constructor for class adams.gui.visualization.sequence.AbstractXYSequenceMetaDataColorPaintlet
 
AbstractXYSequencePaintlet - Class in adams.gui.visualization.sequence
Abstract superclass for paintlets for X-Y sequences.
AbstractXYSequencePaintlet() - Constructor for class adams.gui.visualization.sequence.AbstractXYSequencePaintlet
 
AbstractXYSequencePointHitDetector - Class in adams.gui.visualization.sequence
Ancestor for XY sequence point hit detectors.
AbstractXYSequencePointHitDetector() - Constructor for class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
AbstractXYSequencePointHitDetector(XYSequencePaintlet) - Constructor for class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
Initializes the hit detector.
AbstractZOverlayPaintlet - Class in adams.gui.visualization.stats.paintlet
abstract class for creating z score overlay paintlets.
AbstractZOverlayPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
 
AbstractZScoreOverlay - Class in adams.gui.visualization.stats.zscore
Abstract superclass for overlays on the z score graph.
AbstractZScoreOverlay() - Constructor for class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
 
AbstractZScorePaintlet - Class in adams.gui.visualization.stats.paintlet
Abstract class for creating z score paintlets.
AbstractZScorePaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
 
ACC - adams.flow.transformer.WekaClassifierRanker.Measure
evaluation via: Accuracy.
ACC - adams.opt.genetic.Measure
Accuracy.
ACC - adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
evaluation via: Accuracy.
accept(Actor) - Method in class adams.flow.core.actorfilter.AcceptAll
Returns whether the actor should be kept.
accept(Actor) - Method in interface adams.flow.core.actorfilter.ActorFilter
Returns whether the actor should be kept.
accept(Actor) - Method in class adams.flow.core.actorfilter.ExactMatch
Returns whether the actor should be kept.
accept(Actor) - Method in class adams.flow.core.actorfilter.Invert
Returns whether the actor should be kept.
accept(Actor) - Method in class adams.flow.core.actorfilter.Match
Returns whether the actor should be kept.
accept(Actor) - Method in class adams.flow.core.actorfilter.SuperclassOrInterface
Returns whether the actor should be kept.
accept(LocatedObject) - Method in class adams.flow.transformer.locateobjects.AcceptAllLocatedObjectsFilter
Whether to accept the located object.
accept(LocatedObject) - Method in interface adams.flow.transformer.locateobjects.LocatedObjectFilter
Whether to accept the located object.
accept(LocatedObject) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport.SelectedObjectFilter
Whether to accept the located object.
accept(LocatedObject) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport.SelectedObjectFilter
Whether to accept the located object.
accept(File) - Method in class adams.gui.chooser.BaseFileChooser
Returns true if the file should be displayed.
accept(File) - Method in interface adams.gui.chooser.FileChooser
Returns true if the file should be displayed.
accept(File) - Method in class adams.gui.core.ExtensionFileFilter
Whether the given file is accepted by this filter.
acceptableCharsTipText() - Method in class adams.flow.transformer.StringSanitizer
Returns the tip text for this property.
AcceptAll - Class in adams.flow.core.actorfilter
Accepts any actor.
AcceptAll() - Constructor for class adams.flow.core.actorfilter.AcceptAll
 
acceptAllFileFilterTipText() - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Returns the tip text for this property.
AcceptAllFilter - Class in adams.flow.standalone.logevent
Dummy filter that accepts all log records.
AcceptAllFilter() - Constructor for class adams.flow.standalone.logevent.AcceptAllFilter
 
AcceptAllItemFilter - Class in adams.gui.core.dotnotationtree
Accepts all items.
AcceptAllItemFilter() - Constructor for class adams.gui.core.dotnotationtree.AcceptAllItemFilter
 
AcceptAllLocatedObjectsFilter - Class in adams.flow.transformer.locateobjects
Dummy filter that accepts all objects.
AcceptAllLocatedObjectsFilter() - Constructor for class adams.flow.transformer.locateobjects.AcceptAllLocatedObjectsFilter
 
acceptInput() - Method in class adams.gui.goe.ActorPathEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.BaseBooleanEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.BaseIntervalEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.BaseKeyValuePairEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.BaseObjectEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.CallableActorReferenceEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.EventReferenceEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.IndexEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.JdbcUrlEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.MavenArtifactEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.MavenArtifactExclusionEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.MavenRepositoryEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.RangeEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.UnorderedRangeEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.VariableNameStorageNamePairEditor
Accepts the input and closes the dialog.
acceptInput() - Method in class adams.gui.goe.VariableNameValuePairEditor
Accepts the input and closes the dialog.
acceptItem(String) - Method in class adams.gui.core.AbstractQuickSearchPanel
Checks whether the item should be used.
acceptRecord(LogRecord) - Method in class adams.flow.standalone.logevent.AbstractLogRecordFilter
Returns whether the log record is accepted or not for further processing.
acceptRecord(LogRecord) - Method in class adams.flow.standalone.logevent.AcceptAllFilter
Returns whether the log record is accepted or not for further processing.
acceptRecord(LogRecord) - Method in class adams.flow.standalone.logevent.AndFilter
Returns whether the log record is accepted or not for further processing.
acceptRecord(LogRecord) - Method in class adams.flow.standalone.logevent.LevelFilter
Returns whether the log record is accepted or not for further processing.
acceptRecord(LogRecord) - Method in class adams.flow.standalone.logevent.NameFilter
Returns whether the log record is accepted or not for further processing.
acceptRecord(LogRecord) - Method in class adams.flow.standalone.logevent.NotFilter
Returns whether the log record is accepted or not for further processing.
acceptRecord(LogRecord) - Method in class adams.flow.standalone.logevent.OrFilter
Returns whether the log record is accepted or not for further processing.
acceptRecord(LogRecord) - Method in class adams.flow.standalone.logevent.TypeFilter
Returns whether the log record is accepted or not for further processing.
accepts() - Method in class adams.data.compare.AbstractObjectCompare
Returns the classes that it can handle.
accepts() - Method in class adams.data.compare.DataContainer
Returns the classes that it can handle.
accepts() - Method in class adams.data.compare.JavaComparable
Returns the classes that it can handle.
accepts() - Method in class adams.data.conversion.AbstractConversion
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AbstractConversionFromString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AbstractMatchWekaInstanceAgainstHeader
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AbstractSpreadSheetConversion
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AbstractStringConversion
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AbstractSwapObject
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AdamsInstanceToWekaInstance
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AnyImageToByteArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AnyImageToOpenCV
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AnyToCommandline
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.AnyToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ArrayToCollection
Deprecated.
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ArrayToJsonArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ArrayToReport
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ArrayToYamlString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BaseDateTimeToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BaseDateToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BaseTimeToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BlobContainerToByteArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BoofCVToBufferedImage
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BooleanToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BufferedImageBitmaskContainerToBufferedImages
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BufferedImagesToBufferedImageBitmaskContainer
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BufferedImageSupporterToBufferedImageContainer
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BufferedImageToBoofCV
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BufferedImageToBufferedImage
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.BufferedImageToByteArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteArrayToBase64
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteArrayToBlobContainer
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteArrayToBufferedImage
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteArrayToImageContainer
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteArrayToJavaObject
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteArrayToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteToHex
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteToInt
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ByteToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.CharArrayToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.CollectionToArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ColorToHex
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ContainerToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in interface adams.data.conversion.Conversion
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ConvertDateTimeType
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DateTimeTypeToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DOMNodeListToArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DOMNodeToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DOMToProperties
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DOMToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DoubleMatrixToMat5Array
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DoubleMatrixToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DoubleToFloat
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DoubleToInt
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DoubleToLong
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.DoubleToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.EmailToPlainText
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ExtractSimpleContainerContent
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.FieldToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.FileToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.FloatToDouble
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Groovy
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.HashCode
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.HexToColor
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ImageContainerToByteArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ImageContainerToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.InformativeStatistic
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.IntToByte
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.IntToDouble
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.IntToHex
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.IntToLong
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.IntToRoman
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.IntToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.JavaObjectToByteArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.JoinOptions
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.JsonArrayToArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.JsonArrayToList
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.JsonObjectToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.JsonToReport
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.JsonToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.JsonToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ListToJson
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ListToJsonArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ListToYamlString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.LocatedObjectsToReport
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.LocatedObjectToRectangle
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.LongToDouble
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.LongToInt
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.LongToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToJson
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToKeyValuePairs
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToMat5File
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToMat5Struct
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToReport
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToWekaInstance
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MapToYamlString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Mat5ArrayToDoubleMatrix
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Mat5ArrayToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Mat5ArrayToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Mat5CharToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Mat5FileToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Mat5StructToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MathExpression
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Maximum
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Minimum
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MovingAverage
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.MultiConversion
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NotesSubset
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NotesToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NotesToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NumberToByte
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NumberToDouble
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NumberToFloat
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NumberToInt
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.NumberToLong
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ObjectAnnotationsToImageSegmentationLayers
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ObjectContainerToObject
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ObjectToObject
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ObjectToObjectContainer
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.OpenCVToBufferedImage
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.PathSplit
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Point2DToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.PropertiesToKeyValuePairs
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.PropertiesToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.PropertiesToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.PropertiesToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.QuadrilateralLocationCenter
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.QuadrilateralLocationToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.RectangleCenter
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.RectangleToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.RemoteCommandToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ReportArrayToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ReportToJson
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ReportToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ReportToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.ReportToString
Returns the class that is generated as output.
accepts() - Method in class adams.data.conversion.ReportToWekaInstance
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Round
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.RowArrayToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.Scripted
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SideBySideDiffToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SplitOptions
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetCellLocationToCoordinates
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetCellLocationToPosition
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetHeaderToMat5Array
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetRowFinderToRange
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetSupporterToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToCreateTableStatement
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToDataset
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToJson
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToMat5Array
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToNumeric
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToRowArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToTimeseries
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.SpreadSheetToWekaInstances
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.StringArrayToURLParameters
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.StringMatrixToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.StringToBoolean
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.StringToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.StringToURL
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.TextContainerToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.TextRenderer
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.TimeseriesToArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.TimeseriesToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.TimeseriesToWekaInstances
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.TimeToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.UnknownToUnknown
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.URLParametersToStringArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.URLToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaCapabilitiesToInstances
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaCapabilitiesToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaDrawableToString
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaEvaluationToMarginCurve
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaForecastContainerToArray
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaForecastContainerToTimeseries
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaInstancesToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaInstancesToTimeseries
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaInstanceToAdamsInstance
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaInstanceToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaPackageToMap
Returns the class that is accepted as input.
accepts() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the class that is accepted as input.
accepts() - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.AbstractBooleanCondition
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.AbstractExpression
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.AdamsInstanceCapabilities
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.And
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.BinaryFile
Returns the class that the consumer accepts.
accepts() - Method in interface adams.flow.condition.bool.BooleanCondition
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.BooleanReportValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.BytesComplete
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.Counting
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.DirectoriesMatch
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.DirectoryExists
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.False
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.FileComplete
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.FileExists
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.FileInUse
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.FilesMatch
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasClass
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasColumn
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasElements
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasExifTag
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HashSet
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasInterface
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasLength
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasMapValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasProperty
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasQueue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasRows
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasSize
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasStorageValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasVariable
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.HasVariableValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.InList
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsAndroid
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsArm64
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsBoolean
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsByte
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsBzip2Compressed
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsDouble
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsFloat
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsGzipCompressed
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsInteger
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsLinux
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsLong
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsMac
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsMat5Array
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsMat5Matrix
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsMat5Struct
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsNull
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsNumeric
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsRarCompressed
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsShort
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsSubClass
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsWindows
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsXzCompressed
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsZipCompressed
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.IsZstdCompressed
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.Not
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.NotesErrors
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.Or
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.PromptUser
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.RegExp
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.ReportValueExists
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.StorageFlagSet
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.TableExists
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.True
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.VariableFlagSet
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.WekaCapabilities
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.condition.bool.WekaClassification
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.AbstractContainerUpdater
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.AbstractTee
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.ArrayProcess
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Block
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Branch
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Breakpoint
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.CallableActorScreenshot
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Cast
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.ClearCallableDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.CloseCallableDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.CollectionProcess
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.DesktopScreenshot
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.ForceFlush
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.FreeMemory
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.GC
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.HeapDump
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.IfThenElse
Returns the class that the condition accepts.
accepts() - Method in class adams.flow.control.Injector
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Inspect
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.JDeps
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.LaunchTee
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.LaunchTrigger
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.LoadBalancer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.LocalScopeSubProcess
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.PlotContainerUpdater
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.PlotProcessor
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.RaiseError
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Rejector
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.RemoveOutliers
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Sequence
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.SetContainerValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Sleep
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Stop
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.SubProcess
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.Switch
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.TriggerEvent
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.TryCatch
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.UpdateCallableDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.UpdateProperties
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.control.WhileLoop
Returns the class that the consumer accepts.
accepts() - Method in interface adams.flow.core.InputConsumer
Returns the class that the consumer accepts.
accepts() - Method in interface adams.flow.core.PyroInputConsumer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.AbstractWekaModelWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ArrayDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.BinaryFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.BoxPlot
 
accepts() - Method in class adams.flow.sink.Browser
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.CallableSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.canvas.AbstractDataPoolPaintlet
Returns the classes that the paintlet accepts.
accepts() - Method in class adams.flow.sink.Canvas
Returns the class that the consumer accepts.
accepts() - Method in interface adams.flow.sink.canvas.DataPoolPaintlet
Returns the classes that the paintlet accepts.
accepts() - Method in class adams.flow.sink.canvas.XYPaintlet
Returns the classes that the paintlet accepts.
accepts() - Method in class adams.flow.sink.CloseInputStream
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.CloseReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Console
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ContainerDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ControlChartPlot
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.CopyCallableSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Display
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.DisplayPanelGrid
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.DisplayPanelManager
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.DOMDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.DownloadFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.DumpFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.EmailFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.EmailViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.EnQueue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Exec
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ExternalSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.FileBrowser
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.FilePreview
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.FlowDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.FlowFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.FourInOneDisplay
 
accepts() - Method in class adams.flow.sink.Groovy
Returns the class of objects that it accepts.
accepts() - Method in class adams.flow.sink.Histogram
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.HistoryDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Html4Display
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ImageFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ImageHistogram
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ImageSegmentationFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ImageViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.IncludeExternalSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.IndexedSplitsRunsWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.InformationDialog
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.JavaLogging
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.JFreeChartPlot
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.JsonDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.JsonFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.LogDumper
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Logger
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.LogViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Mat5FileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.MatrixPlot
 
accepts() - Method in class adams.flow.sink.MenuItem
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.MergeFiles
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.NotesWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Null
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ObjectPreview
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ObjectViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.OpenFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.PasteFiles
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.PDFCloseDocument
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.PDFViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.PlotContainerSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
accepts() - Method in class adams.flow.sink.ProgrammaticSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ProgressBar
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.PropertiesDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.PropertiesFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Publish
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.PyroSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.pyrosink.Generic
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.pyrosink.Null
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.RemoteCommandWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ReportDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ScatterDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Screenshot
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Scripted
Returns the class of objects that it accepts.
accepts() - Method in class adams.flow.sink.SendEmail
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SendNotification
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SendRemoteCommand
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SequencePlotter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Serialize
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SideBySideDiff
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SimpleLogging
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SimplePlot
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.Socket
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SpreadSheetFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.StringTree
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.TemplateSink
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.TextWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WebSocketClient
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaAttributeSummary
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaClassifierErrors
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaCostCurve
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaExperimentFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaExperimentGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaGraphVisualizer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaInstancesDisplay
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaInstancesPlot
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaMarginCurve
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.WekaTreeVisualizer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.XMLFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.YamlFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.sink.ZScoreDisplay
 
accepts() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractContainerValueExtractor
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDataContainerAdd
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDataContainerAppend
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDataContainerDbReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDataContainerFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDataContainerTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDeleteDataContainer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDeleteDbReportValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDeleteReportValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractDeleteReportValueByExpression
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractFilter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractGetReportValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractInstanceGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractReportDbReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the class of objects that it accepts.
accepts() - Method in class adams.flow.transformer.AbstractReportDbWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractReportFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractReportFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractSpreadSheetTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractStringOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractWekaModelReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AccessDatabaseInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AddDOMAttribute
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AddDOMNode
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AddNote
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.AppendName
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArrayCombinations
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArrayLength
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArrayReverse
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArrayStatistic
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArraySubset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArraySubsetGeneration
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArrayToChunks
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArrayToCollection
Returns the classes that are accepted as input.
accepts() - Method in class adams.flow.transformer.ArrayToSequence
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ArrayToVariables
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BaseName
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BinaryFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BoofCVDetectLines
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BoofCVTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.BufferedImageTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CallableTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ChangeImageObjectPrefix
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ChangeReportFieldPrefixes
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ClassSelector
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CollectionAppend
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CollectionInsert
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CollectionSize
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CollectionSubset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CollectionToArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CollectionToSequence
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ColorProvider
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CompareObjects
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CompareObjectTypes
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ControlChart
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Convert
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ConvertFeatures
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Copy
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CopyCallableTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CopyFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CopyToClipboard
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CounterAdd
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CounterInit
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.CreateEmail
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DatasetFilter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DatasetRowFilter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DateTimeTypeDifference
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DecodeBarcode
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeleteFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeleteJsonValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeleteMapValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeleteOverlappingImageObjects
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeletePropertyValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeleteReportValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeleteReportValueByExpression
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DeleteVariable
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Deserialize
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Diff
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DirName
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.DownloadContent
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Draw
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.EmailFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.EncodeBarcode
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ExecuteActor
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ExecuteJobs
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation
Returns the type of data that we can process.
accepts() - Method in class adams.flow.transformer.ExifTagOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagExists
Returns the type of data that we can process.
accepts() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRead
Returns the type of data that we can process.
accepts() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRemove
Returns the type of data that we can process.
accepts() - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Returns the type of data that we can process.
accepts() - Method in interface adams.flow.transformer.exiftagoperation.ExifTagOperation
Returns the type of data that we can process.
accepts() - Method in class adams.flow.transformer.ExternalTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FileChanged
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FileExtension
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FileInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FilenameGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FileTailer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FilterMap
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FindInFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FlowFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FTPDelete
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FTPDisconnect
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FTPGet
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FTPNoOp
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.FTPSend
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GenerateFileBasedDataset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetArrayElement
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetDatabaseID
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetID
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetImageObjectIndices
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetImageObjectMetaData
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetImageObjects
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetJsonKeys
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetJsonValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetListElement
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetMapKeys
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetMapKeyValuePairs
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetMapValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetNotes
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetObjectProperty
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetProperties
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetProperty
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetPropertyNames
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetPropertyValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetRemoteCommandPayload
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetReport
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetReportValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.GetStorageValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Groovy
Returns the class of objects that it accepts.
accepts() - Method in class adams.flow.transformer.GroupByRegExp
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.HashSetAdd
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.HashSetInit
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.HashSetRemove
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.HexReplace
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.HttpPostFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.HttpRequest
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.IDGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageAnnotator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageLabeler
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageMetaData
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageObjectFilter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageObjectIndexOffset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageObjectInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageObjectToVariables
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImagePreparation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageSegmentationContainerFilter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageSegmentationContainerOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageSegmentationFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ImageSharpness
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.IncludeExternalTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.IncStorageValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.IncVariable
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.IndexedSplitsRunsEvaluation
Returns the class that the consumer accepts.
accepts() - Method in interface adams.flow.transformer.indexedsplitsrunsevaluation.IndexedSplitsRunsEvaluation
The accepted classes.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
The accepted classes.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.NullEvaluation
The accepted classes.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Returns the type of classes that are accepted as input.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Returns the type of classes that are accepted as input.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractSpreadSheetIndexedSplitsRunsGenerator
Returns the type of classes that are accepted as input.
accepts() - Method in class adams.flow.transformer.IndexedSplitsRunsGenerator
Returns the class that the consumer accepts.
accepts() - Method in interface adams.flow.transformer.indexedsplitsrunsgenerator.IndexedSplitsRunsGenerator
Returns the type of classes that are accepted as input.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Returns the type of classes that are accepted as input.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.MultiRunGenerator
Returns the type of classes that are accepted as input.
accepts() - Method in class adams.flow.transformer.IndexedSplitsRunsPredictions
Returns the class that the consumer accepts.
accepts() - Method in interface adams.flow.transformer.indexedsplitsrunspredictions.IndexedSplitsRunsPredictions
The accepted classes.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
The accepted classes.
accepts() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.NullPredictions
The accepted classes.
accepts() - Method in class adams.flow.transformer.IndexedSplitsRunsReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.JsonFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.LocateObjects
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.LookUp
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.LookUpAdd
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.LookUpRemove
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MakeDir
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MakeForecastPlotContainer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MakeJFreeChartDataset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MakeLogEntry
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MakePlotContainer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MapToStorageValues
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MapToVariables
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MapVariableIterator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5ArrayInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5ArraySubset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5FileAddArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5FileAddMap
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5FileGetArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5FileInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5FileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5GetMatrixElement
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5GetStructField
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5SetMatrixElement
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5SetStructField
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Mat5StructInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MatchReportFields
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MathExpression
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Max
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MergeReport
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MergeReportFromMap
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MessageDigest
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MimeType
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Min
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MoveFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MultiMapOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.MultiSpreadSheetOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.NegativeRegions
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ObjectArrayToPrimitiveArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.OpenCVTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.OptionProducer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.OutlierDetector
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PassThrough
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFAppendDocument
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFCreate
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFExtract
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFExtractImages
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFExtractText
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.pdfgenerate.AbstractPDFGenerator
The type of data the generator accepts.
accepts() - Method in class adams.flow.transformer.PDFGenerate
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.pdfgenerate.Proclets
The type of data the generator accepts.
accepts() - Method in class adams.flow.transformer.pdfgenerate.Scripted
The type of data the generator accepts.
accepts() - Method in class adams.flow.transformer.PDFInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFMerge
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFMetaData
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFPageCount
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFRenderPages
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PDFStamp
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PixelSelector
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractFileBasedDatasetPreparation
Returns the class that the preparation scheme accepts as input.
accepts() - Method in class adams.flow.transformer.PrepareFileBasedDataset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Returns the class that the preparation scheme accepts as input.
accepts() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Returns the class that the preparation scheme accepts as input.
accepts() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Returns the class that the preparation scheme accepts as input.
accepts() - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Returns the class that the preparation scheme accepts as input.
accepts() - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Returns the class that the preparation scheme accepts as input.
accepts() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Returns the class that the preparation scheme accepts as input.
accepts() - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Returns the class that the preparation scheme accepts as input.
accepts() - Method in class adams.flow.transformer.PrependDir
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PrimitiveArrayToObjectArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ProcessActor
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ProgrammaticTokenListener
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PropertiesFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PropertiesToVariables
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PyroTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.pyrotransformer.ExampleGreeting
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.pyrotransformer.Generic
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.pyrotransformer.Null
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.PythonExpandScript
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.RelativeDir
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.RemoteCommandReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.RemoveImageObject
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ReportField
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ReportFileWriter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ReportMathExpression
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ReportToStorage
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ReportToVariables
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Round
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ScaleReportObjects
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ScpFrom
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ScpTo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Scripted
Returns the class of objects that it accepts.
accepts() - Method in class adams.flow.transformer.SelectArraySubset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SequenceToArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SequenceToCollection
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetArrayElement
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetDatabaseID
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetID
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetImageObjectMetaData
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetJsonValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetManyVariables
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetMapValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetProperty
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetPropertyValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetReportFromFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetReportFromSource
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetReportValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetStorageFlag
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetStorageValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetSystemProperty
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SetVariable
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SFTPDelete
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SFTPGet
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SFTPSend
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SMBGet
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SMBSend
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Sort
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SplitFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetCellFinder
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetColumnIterator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetCommonIDs
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetDifference
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetExtractArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetMethodMerge
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetPlotGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StorageJFreeChartAddSeries
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StringArraySplit
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StringExpression
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StringIndexOf
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StringJoin
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StringLength
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.StringSplit
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SubStringCount
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.SwapVariables
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.TemplateTransformer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.TesseractOCR
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.TextFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.TextRenderer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the class of objects that it accepts.
accepts() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.TimeseriesInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.TimeseriesReportDbUpdater
Returns the class of objects that it accepts.
accepts() - Method in class adams.flow.transformer.TimeseriesSplit
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Timestamp
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Tool
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.Touch
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.UniqueID
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.UpdateProperty
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.ViaAnnotationsToReports
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WaitForFile
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaAccumulatedError
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaAggregateEvaluations
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaAttributeIterator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaAttributeSelection
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaAttributeSelectionSummary
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaChooseAttributes
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClassifierInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClassifierOptimizer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClassifierSetupProcessor
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClassSelector
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClusterAssignments
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClustererInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClustererPostProcessor
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaDatasetsMerge
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaDatasetSplit
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.wekaensemblegenerator.AbstractWekaEnsembleGenerator
Returns the input data the generator processes.
accepts() - Method in class adams.flow.transformer.WekaEnsembleGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Returns the input data the generator processes.
accepts() - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Returns the input data the generator processes.
accepts() - Method in class adams.flow.transformer.WekaEvaluationInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaEvaluationPostProcessor
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaEvaluationValues
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaExperiment
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaExperimentExecution
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaExperimentFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaExtractArray
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaExtractPLSMatrix
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaFilter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaGenericPLSMatrixAccess
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaGeneticAlgorithmInitializer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaGetCapabilities
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaGetInstancesValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaGetInstanceValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstanceEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstancesAppend
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstancesStatistic
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaNewInstance
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.wekapackagemanageraction.AbstractWekaPackageManagerAction
The types of data the action accepts.
accepts() - Method in class adams.flow.transformer.WekaPackageManagerAction
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.wekapackagemanageraction.InstallFromFile
The types of data the action accepts.
accepts() - Method in class adams.flow.transformer.wekapackagemanageraction.InstallFromURL
The types of data the action accepts.
accepts() - Method in class adams.flow.transformer.wekapackagemanageraction.InstallOfficial
The types of data the action accepts.
accepts() - Method in class adams.flow.transformer.wekapackagemanageraction.InstallPackage
The types of data the action accepts.
accepts() - Method in class adams.flow.transformer.wekapackagemanageraction.Uninstall
The types of data the action accepts.
accepts() - Method in class adams.flow.transformer.WekaPrimeForecaster
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaPrincipalComponents
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaRandomSplit
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaRegexToRange
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaRelationName
Deprecated.
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaRenameRelation
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaRepeatedCrossValidationEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaRepeatedCrossValidationOutput
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaSetInstanceValue
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaSplitGenerator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaStoreInstance
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaStreamEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaStreamFilter
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaSubsets
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTestSetClustererEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTestSetEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTrainForecaster
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.XMLFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.XPath
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.XSLT
Returns the class that the consumer accepts.
accepts() - Method in class adams.flow.transformer.YamlFileReader
Returns the class that the consumer accepts.
accepts() - Method in class adams.gui.sendto.AbstractSendToAction
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.Clipboard
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.CopyTableAsImage
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.EmailRecipient
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.ExportAsImage
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.ExportAsSpreadsheet
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.ExportTableAsImage
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.PDFPrinter
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.Printer
Returns the classes that the action accepts.
accepts() - Method in class adams.gui.sendto.TextFile
Returns the classes that the action accepts.
ACCEPTS - Static variable in interface adams.parser.actorsuggestion.sym
 
ACCEPTS - Static variable in interface adams.parser.externalactorsuggestion.sym
 
ACCEPTS_ENDTAG - Static variable in class adams.doc.javadoc.FlowJavadoc
the end comment tag for inserting the generated Javadoc (just "accepts").
ACCEPTS_METHOD - Static variable in class adams.doc.javadoc.FlowJavadoc
the accepts() method.
ACCEPTS_STARTTAG - Static variable in class adams.doc.javadoc.FlowJavadoc
the start comment tag for inserting the generated Javadoc (just "accepts").
acceptSelection() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Generates the indices.
acceptSelection() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Generates the indices.
AccessDatabaseInfo - Class in adams.flow.transformer
Outputs information on a MS Access database.
AccessDatabaseInfo() - Constructor for class adams.flow.transformer.AccessDatabaseInfo
 
AccessDatabaseInfo.InfoType - Enum in adams.flow.transformer
The type of information to generate.
AccessibleGenericObjectEditor() - Constructor for class adams.gui.goe.WekaEditorsRegistration.AccessibleGenericObjectEditor
 
AccessiblePluginManager() - Constructor for class adams.gui.goe.WekaEditorsRegistration.AccessiblePluginManager
 
AccessSpreadSheetReader - Class in adams.data.io.input
Allows the reading of MS Access databases.
AccessSpreadSheetReader() - Constructor for class adams.data.io.input.AccessSpreadSheetReader
 
AccessSpreadSheetReader.ChunkReader - Class in adams.data.io.input
Reads data from the table in chunks.
AccessSpreadSheetWriter - Class in adams.data.io.output
Writes spreadsheet data to a MS Access database.
AccessSpreadSheetWriter() - Constructor for class adams.data.io.output.AccessSpreadSheetWriter
 
AccumulatedLWLWeights - Class in weka.filters.unsupervised.instance
Generates an LWL-like dataset for each instance of the data from the first batch and accumulate these weights.
AccumulatedLWLWeights() - Constructor for class weka.filters.unsupervised.instance.AccumulatedLWLWeights
 
Accuracy - Class in adams.flow.transformer.summarystatistics
Calculates the accuracy (aka correct percentage).
Accuracy() - Constructor for class adams.flow.transformer.summarystatistics.Accuracy
 
ACCURACY - edu.umbc.cs.maple.utils.MathUtils.SimilarityMetric
 
actCol - Variable in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
the actual column.
actCol - Variable in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
the actual column.
action() - Constructor for class adams.gui.visualization.stats.scatterplot.Matrix.action
 
ACTION - Static variable in class adams.gui.scripting.AddData
the action to execute.
ACTION - Static variable in class adams.gui.scripting.AddDataFile
the action to execute.
ACTION - Static variable in class adams.gui.scripting.AddDataFiles
the action to execute.
ACTION - Static variable in class adams.gui.scripting.ClearData
the action to execute.
ACTION - Static variable in class adams.gui.scripting.Connect
the action to execute.
ACTION - Static variable in class adams.gui.scripting.DeleteData
the action to execute.
ACTION - Static variable in class adams.gui.scripting.DisableUndo
the action to execute.
ACTION - Static variable in class adams.gui.scripting.Disconnect
the action to execute.
ACTION - Static variable in class adams.gui.scripting.EnableUndo
the action to execute.
ACTION - Static variable in class adams.gui.scripting.Filter
the action to execute.
ACTION - Static variable in class adams.gui.scripting.FilterOverlay
the action to execute.
ACTION - Static variable in class adams.gui.scripting.Invisible
the action to execute.
ACTION - Static variable in class adams.gui.scripting.RemoveData
the action to execute.
ACTION - Static variable in class adams.gui.scripting.RunFlow
the action to execute.
ACTION - Static variable in class adams.gui.scripting.RunFlowOverlay
the action to execute.
ACTION - Static variable in class adams.gui.scripting.RunTool
the action to execute.
ACTION - Static variable in class adams.gui.scripting.SetData
the action to execute.
ACTION - Static variable in class adams.gui.scripting.Visible
the action to execute.
ACTION_CANCEL - Static variable in class adams.gui.wizard.AbstractWizardPane
the action for cancelling the wizard.
ACTION_CMD_CANCEL - Static variable in class adams.gui.goe.GenericObjectEditor
the action command for Cancel.
ACTION_CMD_OK - Static variable in class adams.gui.goe.GenericObjectEditor
the action command for OK.
ACTION_CMD_OPEN - Static variable in class adams.gui.goe.GenericObjectEditor
the action command for Open.
ACTION_CMD_REDO - Static variable in class adams.gui.goe.GenericObjectEditor
the action command for Redo.
ACTION_CMD_SAVE - Static variable in class adams.gui.goe.GenericObjectEditor
the action command for Save.
ACTION_CMD_UNDO - Static variable in class adams.gui.goe.GenericObjectEditor
the action command for Undo.
ACTION_ENDTAG - Static variable in class adams.doc.javadoc.ScriptletJavadoc
the end comment tag for inserting the generated Javadoc ("action").
ACTION_FINISH - Static variable in class adams.gui.wizard.AbstractWizardPane
the action for finishing the wizard.
action_obj - Variable in class adams.parser.actorsuggestion.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.basedate.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.basedatetime.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.basedatetimemsec.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.basetime.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.basetimemsec.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.booleanexpression.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.externalactorsuggestion.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.lookupupdate.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.mathematicalexpression.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.spreadsheetformula.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.spreadsheetquery.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.stringexpression.Parser
Instance of action encapsulation class.
action_obj - Variable in class adams.parser.templatesuggestion.Parser
Instance of action encapsulation class.
ACTION_STARTTAG - Static variable in class adams.doc.javadoc.ScriptletJavadoc
the start comment tag for inserting the generated Javadoc ("action").
action_table() - Method in class adams.parser.actorsuggestion.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.basedate.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.basedatetime.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.basedatetimemsec.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.basetime.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.basetimemsec.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.booleanexpression.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.externalactorsuggestion.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.lookupupdate.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.mathematicalexpression.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.spreadsheetformula.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.spreadsheetquery.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.stringexpression.Parser
Access to parse-action table.
action_table() - Method in class adams.parser.templatesuggestion.Parser
Access to parse-action table.
actionListeners - Variable in class adams.gui.chooser.DatePanel
 
actionPerformed(ActionEvent) - Method in class adams.gui.action.AbstractBaseAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class adams.gui.chooser.DatePanel.InternalController
Next, Previous and Month buttons clicked, causes the model to be updated.
actionPerformed(ActionEvent) - Method in class adams.gui.core.ButtonTabComponent.TabButton
 
actionPerformed(ActionEvent) - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class adams.gui.core.JComponentList.LabelListItem
Invoked when an action occurs.
actionPerformed(ActionEvent) - Method in class adams.gui.goe.GenericObjectEditorDialog
Gets called when the one of the buttons in the GOE panel gets pressed.
actionPerformed(ActionEvent) - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Gets called when the one of the buttons in the GOE panel gets pressed.
actionPerformed(ActionEvent) - Method in class adams.gui.tools.previewbrowser.SerializedObjectPanel
For changes in the viewer combobox.
actionPerformed(ActionEvent) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationActionListener
 
actionPerformed(ActionEvent) - Method in class adams.gui.visualization.stats.scatterplot.Matrix.action
 
actionPerformed(ActionEvent) - Method in class adams.gui.visualization.stats.zscore.ZScore.pushButton
 
ActionQuickSearch - Class in adams.gui.flow.tree.keyboardaction
Allows the user to search for actions in menu items for editor and tree popup.
ActionQuickSearch() - Constructor for class adams.gui.flow.tree.keyboardaction.ActionQuickSearch
 
Actions - Class in adams.gui.tools.filecommander
Dummy action to keep the button enabled.
Actions() - Constructor for class adams.gui.tools.filecommander.Actions
Instantiates the action.
actionsTipText() - Method in class adams.flow.transformer.PixelSelector
Returns the tip text for this property.
actionTipText() - Method in class adams.data.conversion.Round
Returns the tip text for this property.
actionTipText() - Method in class adams.flow.source.WekaPackageManagerAction
Returns the tip text for this property.
actionTipText() - Method in class adams.flow.standalone.WekaPackageManagerAction
Returns the tip text for this property.
actionTipText() - Method in class adams.flow.transformer.Round
Returns the tip text for this property.
actionTipText() - Method in class adams.flow.transformer.WekaPackageManagerAction
Returns the tip text for this property.
activate() - Method in class adams.gui.application.AbstractPreferencesPanel
Activates the settings.
activate() - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Activates the settings.
activate() - Method in class adams.gui.application.CharsetSettingsPanel
Activates the proxy settings.
activate() - Method in class adams.gui.application.EmailSetupPanel
Activates the email setup.
activate() - Method in class adams.gui.application.FlowPreferencesPanel
Activates the settings.
activate() - Method in class adams.gui.application.FontsPreferencesPanel
Activates the settings.
activate() - Method in class adams.gui.application.JVisualVMPanel
Activates the proxy settings.
activate() - Method in class adams.gui.application.LocaleSettingsPanel
Activates the proxy settings.
activate() - Method in class adams.gui.application.PreferencesManagerPanel
Activates all the settings.
activate() - Method in interface adams.gui.application.PreferencesPanel
Activates the settings.
activate() - Method in class adams.gui.application.ProxySettingsPanel
Activates the proxy settings.
activate() - Method in class adams.gui.application.SMBSetupPanel
Activates the email setup.
activate() - Method in class adams.gui.application.SSLSetupPanel
Activates the email setup.
activate() - Method in class adams.gui.application.TerminalSettingsPanel
Activates the settings.
activate() - Method in class adams.gui.application.TesseractSettingsPanel
Activates the proxy settings.
activate() - Method in class adams.gui.application.TimeZoneSettingsPanel
Activates the proxy settings.
activate() - Method in class adams.gui.application.WekaExperimenterPreferencesPanel
Activates the settings.
activate() - Method in class adams.gui.application.WekaExplorerPreferencesPanel
Activates the settings.
activate() - Method in class adams.gui.application.WekaInvestigatorPreferencesPanel
Activates the settings.
activate() - Method in class adams.gui.visualization.object.tools.AbstractTool
Gets called to activate the tool.
activate() - Method in class adams.gui.visualization.object.tools.Annotator
Gets called to activate the tool.
activate() - Method in class adams.gui.visualization.object.tools.Edit
Gets called to activate the tool.
activate() - Method in class adams.gui.visualization.object.tools.Move
Gets called to activate the tool.
activate() - Method in interface adams.gui.visualization.object.tools.Tool
Gets called to activate the tool.
activate() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Gets called to activate the tool.
activate() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Gets called to activate the tool.
activate(int) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Activates the selected dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Activates the specified dataset.
activate(int) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Activates the specified dataset.
activate(ActorHandler, int) - Method in class adams.flow.processor.ReactivateActors
Reactivates the specified actor.
activate(CombinedLayer.CombinedSubLayer) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Activates the specified layer.
activate(OverlayLayer) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Activates the specified overlay layer.
active - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState
whether active.
active - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer.OverlayLayerState
whether active.
active() - Method in class adams.flow.control.AbstractControlActor
Returns the number of non-skipped actors.
active() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the number of non-skipped actors.
active() - Method in class adams.flow.standalone.Cron
Returns the number of non-skipped actors.
active() - Method in class adams.flow.standalone.DelayedEvent
Returns the number of non-skipped actors.
active() - Method in class adams.flow.standalone.QueueEvent
Returns the number of non-skipped actors.
active() - Method in class adams.flow.standalone.SubProcessEvent
Returns the number of non-skipped actors.
ActiveClearGraphicalOutput - Class in adams.gui.flow.menu
Removes all graphical output.
ActiveClearGraphicalOutput() - Constructor for class adams.gui.flow.menu.ActiveClearGraphicalOutput
 
ActiveDebug - Class in adams.gui.flow.menu
Executes the active flow in debug mode.
ActiveDebug() - Constructor for class adams.gui.flow.menu.ActiveDebug
 
ActiveDisplayErrors - Class in adams.gui.flow.menu
Displays errors from last run.
ActiveDisplayErrors() - Constructor for class adams.gui.flow.menu.ActiveDisplayErrors
 
ActiveGC - Class in adams.gui.flow.menu
Enables/disables running GC after active flow execution.
ActiveGC() - Constructor for class adams.gui.flow.menu.ActiveGC
 
ActiveHeadless - Class in adams.gui.flow.menu
Enables/disables headless mode for active flow.
ActiveHeadless() - Constructor for class adams.gui.flow.menu.ActiveHeadless
 
activeIndices() - Method in class adams.flow.control.SequentialDirector
Returns the indices of the active (= non-skipped) actors.
activeIndices(int, int) - Method in class adams.flow.control.SequentialDirector
Returns the indices of the active (= non-skipped) actors in the given range.
ActiveKill - Class in adams.gui.flow.menu
Kills the active flow.
ActiveKill() - Constructor for class adams.gui.flow.menu.ActiveKill
 
ActivePauseResume - Class in adams.gui.flow.menu
Pauses/resumes the active flow.
ActivePauseResume() - Constructor for class adams.gui.flow.menu.ActivePauseResume
 
ActiveRun - Class in adams.gui.flow.menu
Executes the flow flagged as active (if any).
ActiveRun() - Constructor for class adams.gui.flow.menu.ActiveRun
 
ActiveStop - Class in adams.gui.flow.menu
Stops the active flow.
ActiveStop() - Constructor for class adams.gui.flow.menu.ActiveStop
 
ActiveStorage - Class in adams.gui.flow.menu
Brings up dialog with current storage items.
ActiveStorage() - Constructor for class adams.gui.flow.menu.ActiveStorage
 
ActiveValidateSetup - Class in adams.gui.flow.menu
Validates the active setup.
ActiveValidateSetup() - Constructor for class adams.gui.flow.menu.ActiveValidateSetup
 
ActiveVariables - Class in adams.gui.flow.menu
Brings up dialog with current variables of the active flow.
ActiveVariables() - Constructor for class adams.gui.flow.menu.ActiveVariables
 
actor - Variable in class adams.core.option.AbstractDocumentationProducer.ActorPosition
the actor.
Actor - Class in adams.core.discovery
Handles actors.
Actor - Class in adams.gui.visualization.debug.inspectionhandler
Inspection handler for actors.
Actor - Interface in adams.flow.core
Interface for actors.
Actor() - Constructor for class adams.core.discovery.Actor
 
Actor() - Constructor for class adams.gui.visualization.debug.inspectionhandler.Actor
 
actorChanged(ActorChangeEvent) - Method in interface adams.gui.event.ActorChangeListener
Gets called when an actor in the tree got modified by the user.
ActorChangeEvent - Class in adams.gui.event
Event that gets sent when the tree's actors got modified.
ActorChangeEvent(Tree, Node[], ActorChangeEvent.Type) - Constructor for class adams.gui.event.ActorChangeEvent
Initializes the event.
ActorChangeEvent(Tree, Node, ActorChangeEvent.Type) - Constructor for class adams.gui.event.ActorChangeEvent
Initializes the event.
ActorChangeEvent.Type - Enum in adams.gui.event
The type of event.
ActorChangeListener - Interface in adams.gui.event
Interface for classes that listen to changes in the tree.
actorClassTipText() - Method in class adams.core.option.FlowJUnitTestProducer
Returns the tip text for this property.
actorClassTipText() - Method in class adams.flow.processor.ListActorUsage
Returns the tip text for this property.
ActorClassTreeFilter - Class in adams.gui.goe.classtree
Filter for actors.
ActorClassTreeFilter() - Constructor for class adams.gui.goe.classtree.ActorClassTreeFilter
 
ActorComparator - Interface in adams.flow.core
Interface for comparators designed to compare actors.
actorExecution(ActorExecution) - Method in class adams.flow.core.ActorHandlerInfo
Sets how the actors are executed.
ActorExecution - Enum in adams.flow.core
The execution of the sub-actors.
ActorExecutionClassProducer - Class in adams.core.option
Generates a wrapper class for executing an actor.
ActorExecutionClassProducer() - Constructor for class adams.core.option.ActorExecutionClassProducer
 
actorFileTipText() - Method in class adams.flow.core.AbstractBaseExternalActor
Returns the tip text for this property.
actorFileTipText() - Method in class adams.flow.standalone.ExternalFlow
Returns the tip text for this property.
ActorFilter - Class in adams.core.sizeof
For filtering actors.
ActorFilter - Interface in adams.flow.core.actorfilter
Interface for filtering actors.
ActorFilter() - Constructor for class adams.core.sizeof.ActorFilter
 
ActorHandler - Interface in adams.flow.core
For actors that handle "sub-actors".
ActorHandlerInfo - Class in adams.flow.core
Container for information about an ActorHandler.
ActorHandlerInfo() - Constructor for class adams.flow.core.ActorHandlerInfo
Initializes the info.
ActorHandlerInfo(ActorHandlerInfo) - Constructor for class adams.flow.core.ActorHandlerInfo
Initializes the info with the provided info object.
ActorHandlerSuggestion - Class in adams.gui.flow.tree.actorswap
Finds potential swap partners for ActorHandler.
ActorHandlerSuggestion() - Constructor for class adams.gui.flow.tree.actorswap.ActorHandlerSuggestion
 
ActorHelpTab - Class in adams.gui.flow.tab
Tab for displaying the help for the currently selected actor.
ActorHelpTab() - Constructor for class adams.gui.flow.tab.ActorHelpTab
 
ActorIcon(ImageIcon, double, ActorExecution, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class adams.gui.flow.tree.Renderer.ActorIcon
Initializes the icon.
ActorLocationsPanel - Class in adams.flow.processor
Panel for listing actor locations.
ActorLocationsPanel(Component, List<String>) - Constructor for class adams.flow.processor.ActorLocationsPanel
Initializes the panel.
actorNameTipText() - Method in class adams.flow.core.AbstractCallableActorPropertyUpdater
Returns the tip text for this property.
actorNodes - Variable in class adams.parser.ActorSuggestion.SuggestionData
the actor nodes on the same level.
ActorOptionTraverser(UnorderedList, boolean, boolean) - Constructor for class adams.core.option.XhtmlProducer.ActorOptionTraverser
Initializes the traverser.
ActorParametersTab - Class in adams.gui.flow.tab
Tab for displaying the parameters for the currently selected actor.
ActorParametersTab() - Constructor for class adams.gui.flow.tab.ActorParametersTab
 
ActorPath - Class in adams.flow.core
Breaks up a string denoting a full name of an actor into the individual path elements.
ActorPath() - Constructor for class adams.flow.core.ActorPath
Initializes the path.
ActorPath(String) - Constructor for class adams.flow.core.ActorPath
Initializes the path.
ActorPath(String[]) - Constructor for class adams.flow.core.ActorPath
Initializes the path with the specified elements.
ActorPathEditor - Class in adams.gui.goe
A PropertyEditor for ActorPath objects.
ActorPathEditor() - Constructor for class adams.gui.goe.ActorPathEditor
 
ActorPathNode - Class in adams.gui.goe.actorpathtree
Specialized tree node for actor paths.
ActorPathNode(String) - Constructor for class adams.gui.goe.actorpathtree.ActorPathNode
Initializes the class node with the specified label (package or class name).
ActorPathParsing - Class in adams.core.option.parsing
For parsing ActorPath options.
ActorPathParsing() - Constructor for class adams.core.option.parsing.ActorPathParsing
 
ActorPathTree<T extends ActorPathNode> - Class in adams.gui.goe.actorpathtree
Displays actor paths in a tree structure.
ActorPathTree() - Constructor for class adams.gui.goe.actorpathtree.ActorPathTree
Initializes the tree with no classes.
ActorPathTreeRenderer - Class in adams.gui.goe.actorpathtree
A specialized renderer for actor path trees.
ActorPathTreeRenderer() - Constructor for class adams.gui.goe.actorpathtree.ActorPathTreeRenderer
 
ActorPosition(Actor, int, int) - Constructor for class adams.core.option.AbstractDocumentationProducer.ActorPosition
Initializes the container.
ActorProcessor - Interface in adams.flow.processor
Interface for actor processors.
ACTORPROCESSORS_SESSION_FILE - Static variable in class adams.gui.flow.FlowEditorPanel
the file to store the recent actor processors in.
ActorProcessorWithFlowPanelContext - Interface in adams.flow.processor
Interface for actor processors that can have the FlowPanel context set.
ActorReferenceHandler - Interface in adams.flow.core
Interface for actors that manage callable actors.
ActorReferenceHandlerHelper - Class in adams.flow.core
Helper class for ActorReferenceHandler classes.
ActorReferenceHandlerHelper() - Constructor for class adams.flow.core.ActorReferenceHandlerHelper
 
actors - Variable in class adams.gui.flow.tree.Tree.TreeState
the nested commandlines.
actors - Variable in class adams.parser.ActorSuggestion.SuggestionData
the actors on the same level.
ACTORS_ALWAYS_STOP_ON_ERROR - adams.flow.control.Flow.ErrorHandling
actors always stop on an error.
ACTORS_DECIDE_TO_STOP_ON_ERROR - adams.flow.control.Flow.ErrorHandling
actors only stop on errors if the "stopFlowOnError" flag is set.
actorSelectionChanged(TreePath[], Actor[]) - Method in class adams.gui.flow.tab.ActorHelpTab
Notifies the tab of the currently selected actors.
actorSelectionChanged(TreePath[], Actor[]) - Method in class adams.gui.flow.tab.ActorParametersTab
Notifies the tab of the currently selected actors.
actorSelectionChanged(TreePath[], Actor[]) - Method in class adams.gui.flow.tab.AttachedVariablesTab
Notifies the tab of the currently selected actors.
actorSelectionChanged(TreePath[], Actor[]) - Method in class adams.gui.flow.tab.Clipboard
Notifies the tab of the currently selected actors.
actorSelectionChanged(TreePath[], Actor[]) - Method in class adams.gui.flow.tab.EffectiveTagsTab
Notifies the tab of the currently selected actors.
actorSelectionChanged(TreePath[], Actor[]) - Method in interface adams.gui.flow.tab.SelectionAwareEditorTab
Notifies the tab of the currently selected actors.
ActorStatistic - Class in adams.flow.core
Generates some statistics for an actor.
ActorStatistic() - Constructor for class adams.flow.core.ActorStatistic
Initializes the statistics.
ActorStatistic(Actor) - Constructor for class adams.flow.core.ActorStatistic
Initializes the statistics with the specified actor.
ActorStatistics - Class in adams.flow.processor
Generates statistics on actors, how many of what type etc.
ActorStatistics() - Constructor for class adams.flow.processor.ActorStatistics
 
actorsTipText() - Method in class adams.flow.control.AbstractTee
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.FileProcessor
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.Flow
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.LaunchTee
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.LaunchTrigger
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.LocalScopeSubProcess
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.MutableConnectedControlActor
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.MutableControlActor
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.Sequence
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.control.WhileLoop
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.source.SequenceSource
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.AbstractMultiView
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.CallableActors
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.DelayedEvent
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.Events
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.GridView
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.QueueEvent
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.Standalones
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.SubProcessEvent
Returns the tip text for this property.
actorsTipText() - Method in class adams.flow.standalone.TabView
Returns the tip text for this property.
actorsTipText() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Returns the tip text for this property.
actorsTipText() - Method in class adams.parser.ActorSuggestion
Returns the tip text for this property.
actorsTipText() - Method in class adams.parser.ActorTemplateSuggestion
Returns the tip text for this property.
actorsTipText() - Method in class adams.parser.ExternalActorSuggestion
Returns the tip text for this property.
ActorSuggestion - Class in adams.gui.flow.tree
Class for suggesting actors when editing a flow, depending on the context.
ActorSuggestion - Class in adams.parser
Evaluates rules for suggesting actors.

It uses the following grammar:

expr_list ::= expr_list expr_part | expr_part ;
expr_part ::= IF boolexpr THEN cmdexpr ;

boolexpr ::= ( boolean )
| boolean
| boolexpr AND boolexpr
| boolexpr OR boolexpr
| TRUE
| FALSE
| NOT boolexpr
| ISFIRST
| ISLAST
| PARENT IS classexpr
| PARENT LIKE classexpr
| PARENT ALLOWS STANDALONE
| PARENT ALLOWS SOURCE
| ANYPARENT IS classexpr
| ANYPARENT LIKE classexpr
| PRECEDING GENERATES classexpr
| FOLLOWING ACCEPTS classexpr
| BEFORE STANDALONE
| AFTER STANDALONE
| BEFORE SOURCE
| AFTER SOURCE
| BEFORE TRANSFORMER
| AFTER TRANSFORMER
| BEFORE SINK
| AFTER SINK
| BEFORE classexpr
| AFTER classexpr
;
classexpr ::= "classname (interface or class)"
;
cmdexpr ::= classname
| "classname + options"
;

Notes:
- 'ANYPARENT' tests any parent to the root until successful or no more parents
- 'IS' uses exact classname testing
- 'LIKE' tests whether the class is either a subclass of a class or implements a class
- A 'cmdexpr' string surrounded by double quotes can also contain placeholders:
classname: ${PARENT.CLASS}, ${PRECEDING.CLASS}, ${FOLLOWING.CLASS}
actor's name: ${PARENT.NAME}, ${PRECEDING.NAME}, ${FOLLOWING.NAME}
actor's fullname: ${PARENT.FULL}, ${PRECEDING.FULL}, ${FOLLOWING.FULL}
- '${PARENT.X}' refers to the last parent that was located, e.g., using 'IF ANYPARENT...'
or 'IF PARENT...'.
ActorSuggestion() - Constructor for class adams.parser.ActorSuggestion
 
ActorSuggestion.SuggestionData - Class in adams.parser
Container class for data required for making suggestions.
ActorSuggestionDefinition - Class in adams.env
Definition for the ActorSuggestion props file.
ActorSuggestionDefinition() - Constructor for class adams.env.ActorSuggestionDefinition
 
ActorTemplateSuggestion - Class in adams.gui.flow.tree
Class for suggesting actor templates when editing a flow, depending on the context.
ActorTemplateSuggestion - Class in adams.parser
Evaluates rules for suggesting actor templates.

It uses the following grammar:

expr_list ::= expr_list expr_part | expr_part ;
expr_part ::= boolexpr : <classname | "classname+options">;

boolexpr ::= ( boolean )
| boolean
| boolexpr AND boolexpr
| boolexpr OR boolexpr
| TRUE
| FALSE
| NOT boolexpr
| ISFIRST
| ISLAST
| PARENT IS <classname|interface>
| BEFORE STANDALONE
| AFTER STANDALONE
| BEFORE SOURCE
| AFTER SOURCE
| BEFORE TRANSFORMER
| AFTER TRANSFORMER
| BEFORE SINK
| AFTER SINK
| BEFORE <classname|interface>
| AFTER <classname|interface>
;


Valid options are:

ActorTemplateSuggestion() - Constructor for class adams.parser.ActorTemplateSuggestion
 
ActorTemplateSuggestionDefinition - Class in adams.env
Definition for the ActorTemplateSuggestion props file.
ActorTemplateSuggestionDefinition() - Constructor for class adams.env.ActorTemplateSuggestionDefinition
 
ActorTemplateUser - Interface in adams.flow.template
Interface for actors that make use for actor templates.
actorTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Returns the tip text for this property.
actorTipText() - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardActionWithActor
Returns the tip text for this property.
actorTipText() - Method in class adams.gui.flow.tree.keyboardaction.EncloseActor
Returns the tip text for this property.
actorTipText() - Method in class adams.gui.flow.tree.keyboardaction.PullUpActor
Returns the tip text for this property.
ActorTransfer - Class in adams.core.optiontransfer
Transfers options between Actor objects.
ActorTransfer() - Constructor for class adams.core.optiontransfer.ActorTransfer
 
ActorTreePanel - Class in adams.gui.flow
Displays all the actors in a tree and offers search functionality as well.
ActorTreePanel() - Constructor for class adams.gui.flow.ActorTreePanel
 
ActorTreeTab - Class in adams.gui.flow.tab
Shows all available actors in a class tree.
ActorTreeTab() - Constructor for class adams.gui.flow.tab.ActorTreeTab
 
ActorUsage - Class in adams.flow.core
Traverses directories and loads all flows that it can locate for examination.
ActorUsage - Class in adams.gui.menu
Scans a user-selected directory for flows and analyzes/displays the actor usage.
ActorUsage() - Constructor for class adams.flow.core.ActorUsage
 
ActorUsage() - Constructor for class adams.gui.menu.ActorUsage
Initializes the menu item.
ActorUsage(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ActorUsage
Initializes the menu item.
ActorUtils - Class in adams.flow.core
Helper class for actors.
ActorUtils() - Constructor for class adams.flow.core.ActorUtils
 
ActorVariablesFinder - Class in adams.flow.core
Locates variables in actors.
ActorVariablesFinder() - Constructor for class adams.flow.core.ActorVariablesFinder
 
ActorWithConditionalEquivalent - Interface in adams.flow.core
Actors that have an conditional equivalent, i.e., one that implements BooleanConditionSupporter.
ActorWithTimedEquivalent - Interface in adams.flow.core
Actors that have a timed equivalent, i.e., one that implements TimedActor.
actRow - Variable in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
the actual row.
actRow - Variable in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
the actual row.
actRows - Variable in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper.TableState
the actual rows.
actRows - Variable in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper.TableState
the actual rows.
ACTUAL - adams.flow.sink.ActualVsPredictedPlot.LimitType
 
ACTUAL_MINUS_PREDICTED - adams.flow.transformer.WekaBootstrapping.ErrorCalculation
 
actualAttributeTipText() - Method in class adams.flow.sink.FourInOneDisplay
Tip text for the actual attribute property
actualColor - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState
the actual color.
actualColorOld - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState
the old actual color.
actualColumnTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
actualColumnTipText() - Method in class adams.flow.transformer.SummaryStatistics
Returns the tip text for this property.
actualMaxTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
actualMaxTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
actualMinTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
actualMinTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
actualPrefixTipText() - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Returns the tip text for this property.
actualPrefixTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
actualPrefixTipText() - Method in class adams.flow.transformer.SummaryStatistics
Returns the tip text for this property.
actualSelectedContainerIndices - Variable in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context
 
actualSize(int, int) - Method in class adams.db.types.AbstractTypes
Get the actual size of type.
actualTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
actualTipText() - Method in class adams.flow.transformer.PredictionEccentricity
Returns the tip text for this property.
actualTipText() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the tip text for this property.
actualTipText() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the tip text for this property.
actualTipText() - Method in class weka.classifiers.functions.FromPredictions
Returns the tip text for this property.
ActualVsPredictedHandler - Class in adams.gui.tools.previewbrowser
For displaying an actual vs predicted plot.
ActualVsPredictedHandler() - Constructor for class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
 
ActualVsPredictedPlot - Class in adams.flow.sink
Plots actual vs predicted columns obtained from a spreadsheet.
ActualVsPredictedPlot() - Constructor for class adams.flow.sink.ActualVsPredictedPlot
 
ActualVsPredictedPlot.LimitType - Enum in adams.flow.sink
Determines what limits to use on the axes.
ADAMS_FILE_EXTENSION - Static variable in class adams.gui.menu.MakeCompatibleDatasets
 
ADAMS_HOME - Static variable in class adams.env.AbstractEnvironment
environment variable for setting the home directory.
ADAMS_LOGFILE_PREFIX - Static variable in class adams.core.logging.FileHandler
the environment variable to inject a prefix into the log file.
ADAMS_PLACEHOLDERS - Static variable in class adams.core.Placeholders
the environment variable to obtain placeholders from (semi-colon separated placeholder=path pairs).
ADAMS_PREFIX - Static variable in class adams.env.Modules.Module
the prefix for adams modules.
ADAMS_READER - Static variable in class adams.gui.menu.MakeCompatibleDatasets
 
ADAMS_STARTUP - Static variable in class adams.core.SystemInfo
the key for the ADAMS startup time.
ADAMS_USERDIR - Static variable in class adams.core.management.User
environment variable for overriding the current working dir (user.dir).
ADAMS_USERHOME - Static variable in class adams.core.management.User
environment variable for overriding the user home dir (user.home).
ADAMS_USERNAME - Static variable in class adams.core.management.User
environment variable for overriding the user name (user.name).
adams.console - package adams.console
 
adams.core - package adams.core
 
adams.core.base - package adams.core.base
 
adams.core.classmanager - package adams.core.classmanager
 
adams.core.command - package adams.core.command
 
adams.core.command.output - package adams.core.command.output
 
adams.core.command.stderr - package adams.core.command.stderr
 
adams.core.command.stdout - package adams.core.command.stdout
 
adams.core.discovery - package adams.core.discovery
 
adams.core.discovery.genetic - package adams.core.discovery.genetic
 
adams.core.exception - package adams.core.exception
 
adams.core.io - package adams.core.io
 
adams.core.io.console - package adams.core.io.console
 
adams.core.io.filechanged - package adams.core.io.filechanged
 
adams.core.io.filecomplete - package adams.core.io.filecomplete
 
adams.core.io.fileoperations - package adams.core.io.fileoperations
 
adams.core.io.filesearch - package adams.core.io.filesearch
 
adams.core.io.fileuse - package adams.core.io.fileuse
 
adams.core.io.lister - package adams.core.io.lister
 
adams.core.logging - package adams.core.logging
 
adams.core.management - package adams.core.management
 
adams.core.net - package adams.core.net
 
adams.core.net.hostnameverifier - package adams.core.net.hostnameverifier
 
adams.core.net.trustmanager - package adams.core.net.trustmanager
 
adams.core.option - package adams.core.option
 
adams.core.option.help - package adams.core.option.help
 
adams.core.option.parsing - package adams.core.option.parsing
 
adams.core.optiontransfer - package adams.core.optiontransfer
 
adams.core.password - package adams.core.password
 
adams.core.scripting - package adams.core.scripting
 
adams.core.scriptingengine - package adams.core.scriptingengine
 
adams.core.shutdown - package adams.core.shutdown
 
adams.core.shutdownbuiltin - package adams.core.shutdownbuiltin
 
adams.core.sizeof - package adams.core.sizeof
 
adams.core.tags - package adams.core.tags
 
adams.data - package adams.data
 
adams.data.analysis - package adams.data.analysis
 
adams.data.areaoverlap - package adams.data.areaoverlap
 
adams.data.autocorrelation - package adams.data.autocorrelation
 
adams.data.barcode.decode - package adams.data.barcode.decode
 
adams.data.barcode.encode - package adams.data.barcode.encode
 
adams.data.baseline - package adams.data.baseline
 
adams.data.binning - package adams.data.binning
 
adams.data.binning.algorithm - package adams.data.binning.algorithm
 
adams.data.binning.operation - package adams.data.binning.operation
 
adams.data.binning.postprocessing - package adams.data.binning.postprocessing
 
adams.data.blob - package adams.data.blob
 
adams.data.boofcv - package adams.data.boofcv
 
adams.data.boofcv.features - package adams.data.boofcv.features
 
adams.data.boofcv.multiimageoperation - package adams.data.boofcv.multiimageoperation
 
adams.data.boofcv.transformer - package adams.data.boofcv.transformer
 
adams.data.compare - package adams.data.compare
 
adams.data.container - package adams.data.container
 
adams.data.conversion - package adams.data.conversion
 
adams.data.distribution - package adams.data.distribution
 
adams.data.exif.commons - package adams.data.exif.commons
 
adams.data.featureconverter - package adams.data.featureconverter
 
adams.data.filter - package adams.data.filter
 
adams.data.filter.event - package adams.data.filter.event
 
adams.data.geometry - package adams.data.geometry
 
adams.data.groupextraction - package adams.data.groupextraction
 
adams.data.groupupdate - package adams.data.groupupdate
 
adams.data.id - package adams.data.id
 
adams.data.idextraction - package adams.data.idextraction
 
adams.data.idupdate - package adams.data.idupdate
 
adams.data.image - package adams.data.image
 
adams.data.image.features - package adams.data.image.features
 
adams.data.image.luminance - package adams.data.image.luminance
 
adams.data.image.moments - package adams.data.image.moments
 
adams.data.image.multiimageoperation - package adams.data.image.multiimageoperation
 
adams.data.image.transformer - package adams.data.image.transformer
 
adams.data.image.transformer.crop - package adams.data.image.transformer.crop
 
adams.data.image.transformer.subimages - package adams.data.image.transformer.subimages
 
adams.data.image.transformer.whitebalance - package adams.data.image.transformer.whitebalance
 
adams.data.imagefilter - package adams.data.imagefilter
 
adams.data.imagesegmentation.filter - package adams.data.imagesegmentation.filter
 
adams.data.imagesegmentation.layerorder - package adams.data.imagesegmentation.layerorder
 
adams.data.imagesegmentation.operation - package adams.data.imagesegmentation.operation
 
adams.data.imagesharpness - package adams.data.imagesharpness
 
adams.data.indexedsplits - package adams.data.indexedsplits
 
adams.data.instance - package adams.data.instance
 
adams.data.instances - package adams.data.instances
 
adams.data.instancesanalysis - package adams.data.instancesanalysis
 
adams.data.instancesanalysis.pls - package adams.data.instancesanalysis.pls
 
adams.data.io - package adams.data.io
 
adams.data.io.input - package adams.data.io.input
 
adams.data.io.output - package adams.data.io.output
 
adams.data.io.output.jaiwriter - package adams.data.io.output.jaiwriter
 
adams.data.jai - package adams.data.jai
 
adams.data.jai.features - package adams.data.jai.features
 
adams.data.jai.transformer - package adams.data.jai.transformer
 
adams.data.json - package adams.data.json
 
adams.data.lire.features - package adams.data.lire.features
 
adams.data.matlab - package adams.data.matlab
 
adams.data.matlab.multimatrixoperation - package adams.data.matlab.multimatrixoperation
 
adams.data.noise - package adams.data.noise
 
adams.data.objectfilter - package adams.data.objectfilter
 
adams.data.objectfinder - package adams.data.objectfinder
 
adams.data.objectoverlap - package adams.data.objectoverlap
 
adams.data.opencv - package adams.data.opencv
 
adams.data.opencv.features - package adams.data.opencv.features
 
adams.data.opencv.multiimageoperation - package adams.data.opencv.multiimageoperation
 
adams.data.opencv.transformer - package adams.data.opencv.transformer
 
adams.data.outlier - package adams.data.outlier
 
adams.data.overlappingobjectremoval - package adams.data.overlappingobjectremoval
 
adams.data.padding - package adams.data.padding
 
adams.data.random - package adams.data.random
 
adams.data.report - package adams.data.report
 
adams.data.sequence - package adams.data.sequence
 
adams.data.smoothing - package adams.data.smoothing
 
adams.data.spc - package adams.data.spc
 
adams.data.splitgenerator - package adams.data.splitgenerator
 
adams.data.splitgenerator.generic.core - package adams.data.splitgenerator.generic.core
 
adams.data.splitgenerator.generic.crossvalidation - package adams.data.splitgenerator.generic.crossvalidation
 
adams.data.splitgenerator.generic.randomization - package adams.data.splitgenerator.generic.randomization
 
adams.data.splitgenerator.generic.randomsplit - package adams.data.splitgenerator.generic.randomsplit
 
adams.data.splitgenerator.generic.splitter - package adams.data.splitgenerator.generic.splitter
 
adams.data.splitgenerator.generic.stratification - package adams.data.splitgenerator.generic.stratification
 
adams.data.spreadsheet - package adams.data.spreadsheet
 
adams.data.spreadsheet.cellfinder - package adams.data.spreadsheet.cellfinder
 
adams.data.spreadsheet.colstatistic - package adams.data.spreadsheet.colstatistic
 
adams.data.spreadsheet.columnfinder - package adams.data.spreadsheet.columnfinder
 
adams.data.spreadsheet.filter - package adams.data.spreadsheet.filter
 
adams.data.spreadsheet.matrixstatistic - package adams.data.spreadsheet.matrixstatistic
 
adams.data.spreadsheet.rowfinder - package adams.data.spreadsheet.rowfinder
 
adams.data.spreadsheet.rowscore - package adams.data.spreadsheet.rowscore
 
adams.data.spreadsheet.rowstatistic - package adams.data.spreadsheet.rowstatistic
 
adams.data.spreadsheet.sql - package adams.data.spreadsheet.sql
 
adams.data.statistics - package adams.data.statistics
 
adams.data.tesseract - package adams.data.tesseract
 
adams.data.text - package adams.data.text
 
adams.data.textrenderer - package adams.data.textrenderer
 
adams.data.timeseries - package adams.data.timeseries
 
adams.data.utils - package adams.data.utils
 
adams.data.weka - package adams.data.weka
 
adams.data.weka.classattribute - package adams.data.weka.classattribute
 
adams.data.weka.columnfinder - package adams.data.weka.columnfinder
 
adams.data.weka.datasetsplitter - package adams.data.weka.datasetsplitter
 
adams.data.weka.evaluator - package adams.data.weka.evaluator
 
adams.data.weka.predictions - package adams.data.weka.predictions
 
adams.data.weka.relationname - package adams.data.weka.relationname
 
adams.data.weka.rowfinder - package adams.data.weka.rowfinder
 
adams.data.xml - package adams.data.xml
 
adams.db - package adams.db
 
adams.db.autodetect - package adams.db.autodetect
 
adams.db.datatype - package adams.db.datatype
 
adams.db.generic - package adams.db.generic
 
adams.db.h2 - package adams.db.h2
 
adams.db.indices - package adams.db.indices
 
adams.db.mirrored - package adams.db.mirrored
 
adams.db.mysql - package adams.db.mysql
 
adams.db.postgresql - package adams.db.postgresql
 
adams.db.sqlite - package adams.db.sqlite
 
adams.db.types - package adams.db.types
 
adams.db.upgrade - package adams.db.upgrade
 
adams.db.wrapper - package adams.db.wrapper
 
adams.doc.docbook - package adams.doc.docbook
 
adams.doc.javadoc - package adams.doc.javadoc
 
adams.doc.listing - package adams.doc.listing
 
adams.doc.xhtml - package adams.doc.xhtml
 
adams.doc.xml - package adams.doc.xml
 
adams.env - package adams.env
 
adams.event - package adams.event
 
adams.flow - package adams.flow
 
adams.flow.condition.bool - package adams.flow.condition.bool
 
adams.flow.container - package adams.flow.container
 
adams.flow.control - package adams.flow.control
 
adams.flow.control.errorpostprocessor - package adams.flow.control.errorpostprocessor
 
adams.flow.control.flowrestart - package adams.flow.control.flowrestart
 
adams.flow.control.flowrestart.notification - package adams.flow.control.flowrestart.notification
 
adams.flow.control.flowrestart.operation - package adams.flow.control.flowrestart.operation
 
adams.flow.control.flowrestart.trigger - package adams.flow.control.flowrestart.trigger
 
adams.flow.control.plotprocessor - package adams.flow.control.plotprocessor
 
adams.flow.control.removeoutliers - package adams.flow.control.removeoutliers
 
adams.flow.core - package adams.flow.core
 
adams.flow.core.actorfilter - package adams.flow.core.actorfilter
 
adams.flow.core.displaytype - package adams.flow.core.displaytype
 
adams.flow.execution - package adams.flow.execution
 
adams.flow.execution.debug - package adams.flow.execution.debug
 
adams.flow.generator - package adams.flow.generator
 
adams.flow.processor - package adams.flow.processor
 
adams.flow.setup - package adams.flow.setup
 
adams.flow.sink - package adams.flow.sink
 
adams.flow.sink.canvas - package adams.flow.sink.canvas
 
adams.flow.sink.controlchartplot - package adams.flow.sink.controlchartplot
 
adams.flow.sink.logview - package adams.flow.sink.logview
 
adams.flow.sink.pyrosink - package adams.flow.sink.pyrosink
 
adams.flow.sink.sendnotification - package adams.flow.sink.sendnotification
 
adams.flow.sink.sequenceplotter - package adams.flow.sink.sequenceplotter
 
adams.flow.sink.simplelogging.format - package adams.flow.sink.simplelogging.format
 
adams.flow.sink.simplelogging.output - package adams.flow.sink.simplelogging.output
 
adams.flow.sink.timeseriesdisplay - package adams.flow.sink.timeseriesdisplay
 
adams.flow.source - package adams.flow.source
 
adams.flow.source.filesystemsearch - package adams.flow.source.filesystemsearch
 
adams.flow.source.inputstreamsource - package adams.flow.source.inputstreamsource
 
adams.flow.source.newlist - package adams.flow.source.newlist
 
adams.flow.source.pyrosource - package adams.flow.source.pyrosource
 
adams.flow.source.readersource - package adams.flow.source.readersource
 
adams.flow.source.valuedefinition - package adams.flow.source.valuedefinition
 
adams.flow.source.wekaforecastersetup - package adams.flow.source.wekaforecastersetup
 
adams.flow.source.wekapackagemanageraction - package adams.flow.source.wekapackagemanageraction
 
adams.flow.standalone - package adams.flow.standalone
 
adams.flow.standalone.logevent - package adams.flow.standalone.logevent
 
adams.flow.standalone.pyrostandalone - package adams.flow.standalone.pyrostandalone
 
adams.flow.standalone.subprocessevent - package adams.flow.standalone.subprocessevent
 
adams.flow.standalone.wekapackagemanageraction - package adams.flow.standalone.wekapackagemanageraction
 
adams.flow.template - package adams.flow.template
 
adams.flow.transformer - package adams.flow.transformer
 
adams.flow.transformer.arraysubsetgeneration - package adams.flow.transformer.arraysubsetgeneration
 
adams.flow.transformer.compareobjectlocations - package adams.flow.transformer.compareobjectlocations
 
adams.flow.transformer.datacontainer - package adams.flow.transformer.datacontainer
 
adams.flow.transformer.draw - package adams.flow.transformer.draw
 
adams.flow.transformer.exiftagoperation - package adams.flow.transformer.exiftagoperation
 
adams.flow.transformer.generatefilebaseddataset - package adams.flow.transformer.generatefilebaseddataset
 
adams.flow.transformer.imagepreparation - package adams.flow.transformer.imagepreparation
 
adams.flow.transformer.indexedsplitsrunsevaluation - package adams.flow.transformer.indexedsplitsrunsevaluation
 
adams.flow.transformer.indexedsplitsrunsgenerator - package adams.flow.transformer.indexedsplitsrunsgenerator
 
adams.flow.transformer.indexedsplitsrunspredictions - package adams.flow.transformer.indexedsplitsrunspredictions
 
adams.flow.transformer.locateobjects - package adams.flow.transformer.locateobjects
 
adams.flow.transformer.mapfilter - package adams.flow.transformer.mapfilter
 
adams.flow.transformer.metadata - package adams.flow.transformer.metadata
 
adams.flow.transformer.multimapoperation - package adams.flow.transformer.multimapoperation
 
adams.flow.transformer.multispreadsheetoperation - package adams.flow.transformer.multispreadsheetoperation
 
adams.flow.transformer.negativeregions - package adams.flow.transformer.negativeregions
 
adams.flow.transformer.pdfgenerate - package adams.flow.transformer.pdfgenerate
 
adams.flow.transformer.pdfproclet - package adams.flow.transformer.pdfproclet
 
adams.flow.transformer.pdfstamp - package adams.flow.transformer.pdfstamp
 
adams.flow.transformer.pixelselector - package adams.flow.transformer.pixelselector
 
adams.flow.transformer.plotgenerator - package adams.flow.transformer.plotgenerator
 
adams.flow.transformer.preparefilebaseddataset - package adams.flow.transformer.preparefilebaseddataset
 
adams.flow.transformer.pyrotransformer - package adams.flow.transformer.pyrotransformer
 
adams.flow.transformer.report - package adams.flow.transformer.report
 
adams.flow.transformer.splitfile - package adams.flow.transformer.splitfile
 
adams.flow.transformer.spreadsheetmethodmerge - package adams.flow.transformer.spreadsheetmethodmerge
 
adams.flow.transformer.summarystatistics - package adams.flow.transformer.summarystatistics
 
adams.flow.transformer.timeseriessplit - package adams.flow.transformer.timeseriessplit
 
adams.flow.transformer.wekaclassifiersetupprocessor - package adams.flow.transformer.wekaclassifiersetupprocessor
 
adams.flow.transformer.wekaclusterer - package adams.flow.transformer.wekaclusterer
 
adams.flow.transformer.wekadatasetsmerge - package adams.flow.transformer.wekadatasetsmerge
 
adams.flow.transformer.wekaensemblegenerator - package adams.flow.transformer.wekaensemblegenerator
 
adams.flow.transformer.wekaevaluationpostprocessor - package adams.flow.transformer.wekaevaluationpostprocessor
 
adams.flow.transformer.wekapackagemanageraction - package adams.flow.transformer.wekapackagemanageraction
 
adams.flow.transformer.wekarepeatedcrossvalidationoutput - package adams.flow.transformer.wekarepeatedcrossvalidationoutput
 
adams.flow.websocket.client - package adams.flow.websocket.client
 
adams.flow.websocket.server - package adams.flow.websocket.server
 
adams.gui - package adams.gui
 
adams.gui.action - package adams.gui.action
 
adams.gui.application - package adams.gui.application
 
adams.gui.chooser - package adams.gui.chooser
 
adams.gui.clipboard - package adams.gui.clipboard
 
adams.gui.core - package adams.gui.core
 
adams.gui.core.dom - package adams.gui.core.dom
 
adams.gui.core.dotnotationtree - package adams.gui.core.dotnotationtree
 
adams.gui.core.json - package adams.gui.core.json
 
adams.gui.core.spreadsheetpreview - package adams.gui.core.spreadsheetpreview
 
adams.gui.core.spreadsheettable - package adams.gui.core.spreadsheettable
 
adams.gui.dialog - package adams.gui.dialog
 
adams.gui.event - package adams.gui.event
 
adams.gui.flow - package adams.gui.flow
 
adams.gui.flow.menu - package adams.gui.flow.menu
 
adams.gui.flow.multipageaction - package adams.gui.flow.multipageaction
 
adams.gui.flow.notificationareaaction - package adams.gui.flow.notificationareaaction
 
adams.gui.flow.setup - package adams.gui.flow.setup
 
adams.gui.flow.tab - package adams.gui.flow.tab
 
adams.gui.flow.tabhandler - package adams.gui.flow.tabhandler
 
adams.gui.flow.tree - package adams.gui.flow.tree
 
adams.gui.flow.tree.actorswap - package adams.gui.flow.tree.actorswap
 
adams.gui.flow.tree.annotations - package adams.gui.flow.tree.annotations
 
adams.gui.flow.tree.enclose - package adams.gui.flow.tree.enclose
 
adams.gui.flow.tree.keyboardaction - package adams.gui.flow.tree.keyboardaction
 
adams.gui.flow.tree.menu - package adams.gui.flow.tree.menu
 
adams.gui.flow.tree.postprocessor - package adams.gui.flow.tree.postprocessor
 
adams.gui.flow.tree.quickaction - package adams.gui.flow.tree.quickaction
 
adams.gui.flow.tree.record.add - package adams.gui.flow.tree.record.add
 
adams.gui.flow.tree.record.enclose - package adams.gui.flow.tree.record.enclose
 
adams.gui.goe - package adams.gui.goe
 
adams.gui.goe.actorpathtree - package adams.gui.goe.actorpathtree
 
adams.gui.goe.callableactorstree - package adams.gui.goe.callableactorstree
 
adams.gui.goe.classtree - package adams.gui.goe.classtree
 
adams.gui.goe.eventstree - package adams.gui.goe.eventstree
 
adams.gui.goe.popupmenu - package adams.gui.goe.popupmenu
 
adams.gui.help - package adams.gui.help
 
adams.gui.laf - package adams.gui.laf
 
adams.gui.menu - package adams.gui.menu
 
adams.gui.plugin - package adams.gui.plugin
 
adams.gui.print - package adams.gui.print
 
adams.gui.scripting - package adams.gui.scripting
 
adams.gui.selection - package adams.gui.selection
 
adams.gui.sendto - package adams.gui.sendto
 
adams.gui.tools - package adams.gui.tools
 
adams.gui.tools.filecommander - package adams.gui.tools.filecommander
 
adams.gui.tools.findinfiles - package adams.gui.tools.findinfiles
 
adams.gui.tools.previewbrowser - package adams.gui.tools.previewbrowser
 
adams.gui.tools.previewbrowser.localfiles - package adams.gui.tools.previewbrowser.localfiles
 
adams.gui.tools.previewbrowser.notes - package adams.gui.tools.previewbrowser.notes
 
adams.gui.tools.remotecontrolcenter - package adams.gui.tools.remotecontrolcenter
 
adams.gui.tools.remotecontrolcenter.panels - package adams.gui.tools.remotecontrolcenter.panels
 
adams.gui.tools.spreadsheetprocessor - package adams.gui.tools.spreadsheetprocessor
 
adams.gui.tools.spreadsheetprocessor.processors - package adams.gui.tools.spreadsheetprocessor.processors
 
adams.gui.tools.spreadsheetprocessor.sources - package adams.gui.tools.spreadsheetprocessor.sources
 
adams.gui.tools.spreadsheetprocessor.targets - package adams.gui.tools.spreadsheetprocessor.targets
 
adams.gui.tools.spreadsheetviewer - package adams.gui.tools.spreadsheetviewer
 
adams.gui.tools.spreadsheetviewer.chart - package adams.gui.tools.spreadsheetviewer.chart
 
adams.gui.tools.spreadsheetviewer.menu - package adams.gui.tools.spreadsheetviewer.menu
 
adams.gui.tools.spreadsheetviewer.tab - package adams.gui.tools.spreadsheetviewer.tab
 
adams.gui.tools.sqlworkbench - package adams.gui.tools.sqlworkbench
 
adams.gui.tools.weka - package adams.gui.tools.weka
 
adams.gui.tools.wekainvestigator - package adams.gui.tools.wekainvestigator
 
adams.gui.tools.wekainvestigator.data - package adams.gui.tools.wekainvestigator.data
 
adams.gui.tools.wekainvestigator.datatable - package adams.gui.tools.wekainvestigator.datatable
 
adams.gui.tools.wekainvestigator.datatable.action - package adams.gui.tools.wekainvestigator.datatable.action
 
adams.gui.tools.wekainvestigator.evaluation - package adams.gui.tools.wekainvestigator.evaluation
 
adams.gui.tools.wekainvestigator.history - package adams.gui.tools.wekainvestigator.history
 
adams.gui.tools.wekainvestigator.job - package adams.gui.tools.wekainvestigator.job
 
adams.gui.tools.wekainvestigator.output - package adams.gui.tools.wekainvestigator.output
 
adams.gui.tools.wekainvestigator.source - package adams.gui.tools.wekainvestigator.source
 
adams.gui.tools.wekainvestigator.tab - package adams.gui.tools.wekainvestigator.tab
 
adams.gui.tools.wekainvestigator.tab.associatetab - package adams.gui.tools.wekainvestigator.tab.associatetab
 
adams.gui.tools.wekainvestigator.tab.associatetab.evaluation - package adams.gui.tools.wekainvestigator.tab.associatetab.evaluation
 
adams.gui.tools.wekainvestigator.tab.associatetab.history - package adams.gui.tools.wekainvestigator.tab.associatetab.history
 
adams.gui.tools.wekainvestigator.tab.associatetab.output - package adams.gui.tools.wekainvestigator.tab.associatetab.output
 
adams.gui.tools.wekainvestigator.tab.attseltab - package adams.gui.tools.wekainvestigator.tab.attseltab
 
adams.gui.tools.wekainvestigator.tab.attseltab.evaluation - package adams.gui.tools.wekainvestigator.tab.attseltab.evaluation
 
adams.gui.tools.wekainvestigator.tab.attseltab.history - package adams.gui.tools.wekainvestigator.tab.attseltab.history
 
adams.gui.tools.wekainvestigator.tab.attseltab.output - package adams.gui.tools.wekainvestigator.tab.attseltab.output
 
adams.gui.tools.wekainvestigator.tab.classifytab - package adams.gui.tools.wekainvestigator.tab.classifytab
 
adams.gui.tools.wekainvestigator.tab.classifytab.evaluation - package adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
 
adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel - package adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.finalmodel
 
adams.gui.tools.wekainvestigator.tab.classifytab.history - package adams.gui.tools.wekainvestigator.tab.classifytab.history
 
adams.gui.tools.wekainvestigator.tab.classifytab.output - package adams.gui.tools.wekainvestigator.tab.classifytab.output
 
adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold - package adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
 
adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated - package adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
 
adams.gui.tools.wekainvestigator.tab.clustertab - package adams.gui.tools.wekainvestigator.tab.clustertab
 
adams.gui.tools.wekainvestigator.tab.clustertab.evaluation - package adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
 
adams.gui.tools.wekainvestigator.tab.clustertab.history - package adams.gui.tools.wekainvestigator.tab.clustertab.history
 
adams.gui.tools.wekainvestigator.tab.clustertab.output - package adams.gui.tools.wekainvestigator.tab.clustertab.output
 
adams.gui.tools.wekainvestigator.tab.experimenttab - package adams.gui.tools.wekainvestigator.tab.experimenttab
 
adams.gui.tools.wekainvestigator.tab.experimenttab.output - package adams.gui.tools.wekainvestigator.tab.experimenttab.output
 
adams.gui.tools.wekainvestigator.tab.experimenttab.setup - package adams.gui.tools.wekainvestigator.tab.experimenttab.setup
 
adams.gui.tools.wekainvestigator.tab.preprocesstab - package adams.gui.tools.wekainvestigator.tab.preprocesstab
 
adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction - package adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
 
adams.gui.tools.wekamultiexperimenter - package adams.gui.tools.wekamultiexperimenter
 
adams.gui.tools.wekamultiexperimenter.analysis - package adams.gui.tools.wekamultiexperimenter.analysis
 
adams.gui.tools.wekamultiexperimenter.experiment - package adams.gui.tools.wekamultiexperimenter.experiment
 
adams.gui.tools.wekamultiexperimenter.io - package adams.gui.tools.wekamultiexperimenter.io
 
adams.gui.tools.wekamultiexperimenter.runner - package adams.gui.tools.wekamultiexperimenter.runner
 
adams.gui.tools.wekamultiexperimenter.setup - package adams.gui.tools.wekamultiexperimenter.setup
 
adams.gui.tools.wekamultiexperimenter.setup.weka - package adams.gui.tools.wekamultiexperimenter.setup.weka
 
adams.gui.visualization.container - package adams.gui.visualization.container
 
adams.gui.visualization.container.datacontainerpanel - package adams.gui.visualization.container.datacontainerpanel
 
adams.gui.visualization.container.datacontainerpanel.containerlistpopup - package adams.gui.visualization.container.datacontainerpanel.containerlistpopup
 
adams.gui.visualization.container.datacontainerpanel.plotpopup - package adams.gui.visualization.container.datacontainerpanel.plotpopup
 
adams.gui.visualization.core - package adams.gui.visualization.core
 
adams.gui.visualization.core.axis - package adams.gui.visualization.core.axis
 
adams.gui.visualization.core.plot - package adams.gui.visualization.core.plot
 
adams.gui.visualization.debug - package adams.gui.visualization.debug
 
adams.gui.visualization.debug.inspectionhandler - package adams.gui.visualization.debug.inspectionhandler
 
adams.gui.visualization.debug.objectexport - package adams.gui.visualization.debug.objectexport
 
adams.gui.visualization.debug.objectrenderer - package adams.gui.visualization.debug.objectrenderer
 
adams.gui.visualization.debug.objecttree - package adams.gui.visualization.debug.objecttree
 
adams.gui.visualization.debug.propertyextractor - package adams.gui.visualization.debug.propertyextractor
 
adams.gui.visualization.image - package adams.gui.visualization.image
 
adams.gui.visualization.image.interactionlogging - package adams.gui.visualization.image.interactionlogging
 
adams.gui.visualization.image.leftclick - package adams.gui.visualization.image.leftclick
 
adams.gui.visualization.image.paintlet - package adams.gui.visualization.image.paintlet
 
adams.gui.visualization.image.plugins - package adams.gui.visualization.image.plugins
 
adams.gui.visualization.image.selection - package adams.gui.visualization.image.selection
 
adams.gui.visualization.image.selectionshape - package adams.gui.visualization.image.selectionshape
 
adams.gui.visualization.instance - package adams.gui.visualization.instance
 
adams.gui.visualization.instance.containerlistpopup - package adams.gui.visualization.instance.containerlistpopup
 
adams.gui.visualization.instance.plotpopup - package adams.gui.visualization.instance.plotpopup
 
adams.gui.visualization.instances - package adams.gui.visualization.instances
 
adams.gui.visualization.instances.instancestable - package adams.gui.visualization.instances.instancestable
 
adams.gui.visualization.jfreechart.chart - package adams.gui.visualization.jfreechart.chart
 
adams.gui.visualization.jfreechart.dataset - package adams.gui.visualization.jfreechart.dataset
 
adams.gui.visualization.jfreechart.shape - package adams.gui.visualization.jfreechart.shape
 
adams.gui.visualization.multiobjectexport - package adams.gui.visualization.multiobjectexport
 
adams.gui.visualization.object - package adams.gui.visualization.object
 
adams.gui.visualization.object.annotationsdisplay - package adams.gui.visualization.object.annotationsdisplay
 
adams.gui.visualization.object.annotator - package adams.gui.visualization.object.annotator
 
adams.gui.visualization.object.labelselector - package adams.gui.visualization.object.labelselector
 
adams.gui.visualization.object.mouseclick - package adams.gui.visualization.object.mouseclick
 
adams.gui.visualization.object.objectannotations - package adams.gui.visualization.object.objectannotations
 
adams.gui.visualization.object.objectannotations.check - package adams.gui.visualization.object.objectannotations.check
 
adams.gui.visualization.object.objectannotations.cleaning - package adams.gui.visualization.object.objectannotations.cleaning
 
adams.gui.visualization.object.objectannotations.colors - package adams.gui.visualization.object.objectannotations.colors
 
adams.gui.visualization.object.objectannotations.label - package adams.gui.visualization.object.objectannotations.label
 
adams.gui.visualization.object.objectannotations.outline - package adams.gui.visualization.object.objectannotations.outline
 
adams.gui.visualization.object.objectannotations.shape - package adams.gui.visualization.object.objectannotations.shape
 
adams.gui.visualization.object.overlay - package adams.gui.visualization.object.overlay
 
adams.gui.visualization.object.tools - package adams.gui.visualization.object.tools
 
adams.gui.visualization.pdf - package adams.gui.visualization.pdf
 
adams.gui.visualization.pdf.menu - package adams.gui.visualization.pdf.menu
 
adams.gui.visualization.report - package adams.gui.visualization.report
 
adams.gui.visualization.report.reportfactory - package adams.gui.visualization.report.reportfactory
 
adams.gui.visualization.segmentation - package adams.gui.visualization.segmentation
 
adams.gui.visualization.segmentation.layer - package adams.gui.visualization.segmentation.layer
 
adams.gui.visualization.segmentation.layer.overlaylayeraction - package adams.gui.visualization.segmentation.layer.overlaylayeraction
 
adams.gui.visualization.segmentation.paintoperation - package adams.gui.visualization.segmentation.paintoperation
 
adams.gui.visualization.segmentation.tool - package adams.gui.visualization.segmentation.tool
 
adams.gui.visualization.sequence - package adams.gui.visualization.sequence
 
adams.gui.visualization.sequence.containerlistpopup - package adams.gui.visualization.sequence.containerlistpopup
 
adams.gui.visualization.sequence.metadatacolor - package adams.gui.visualization.sequence.metadatacolor
 
adams.gui.visualization.sequence.plotpopup - package adams.gui.visualization.sequence.plotpopup
 
adams.gui.visualization.sequence.pointpreprocessor - package adams.gui.visualization.sequence.pointpreprocessor
 
adams.gui.visualization.spreadsheet - package adams.gui.visualization.spreadsheet
 
adams.gui.visualization.spreadsheet.containerlistpopup - package adams.gui.visualization.spreadsheet.containerlistpopup
 
adams.gui.visualization.spreadsheet.plotpopup - package adams.gui.visualization.spreadsheet.plotpopup
 
adams.gui.visualization.statistics - package adams.gui.visualization.statistics
 
adams.gui.visualization.stats.boxplot - package adams.gui.visualization.stats.boxplot
 
adams.gui.visualization.stats.core - package adams.gui.visualization.stats.core
 
adams.gui.visualization.stats.fourinone - package adams.gui.visualization.stats.fourinone
 
adams.gui.visualization.stats.histogram - package adams.gui.visualization.stats.histogram
 
adams.gui.visualization.stats.paintlet - package adams.gui.visualization.stats.paintlet
 
adams.gui.visualization.stats.probabilityplot - package adams.gui.visualization.stats.probabilityplot
 
adams.gui.visualization.stats.scatterplot - package adams.gui.visualization.stats.scatterplot
 
adams.gui.visualization.stats.scatterplot.action - package adams.gui.visualization.stats.scatterplot.action
 
adams.gui.visualization.stats.zscore - package adams.gui.visualization.stats.zscore
 
adams.gui.visualization.timeseries - package adams.gui.visualization.timeseries
 
adams.gui.visualization.timeseries.containerlistpopup - package adams.gui.visualization.timeseries.containerlistpopup
 
adams.gui.visualization.timeseries.plotpopup - package adams.gui.visualization.timeseries.plotpopup
 
adams.gui.visualization.weka - package adams.gui.visualization.weka
 
adams.gui.wizard - package adams.gui.wizard
 
adams.gui.workspace - package adams.gui.workspace
 
adams.ml.capabilities - package adams.ml.capabilities
 
adams.ml.data - package adams.ml.data
 
adams.ml.evaluation - package adams.ml.evaluation
 
adams.ml.model - package adams.ml.model
 
adams.ml.model.classification - package adams.ml.model.classification
 
adams.ml.model.clustering - package adams.ml.model.clustering
 
adams.ml.model.regression - package adams.ml.model.regression
 
adams.ml.preprocessing - package adams.ml.preprocessing
 
adams.ml.preprocessing.supervised - package adams.ml.preprocessing.supervised
 
adams.ml.preprocessing.unsupervised - package adams.ml.preprocessing.unsupervised
 
adams.multiprocess - package adams.multiprocess
 
adams.opt.genetic - package adams.opt.genetic
 
adams.opt.genetic.initialsetups - package adams.opt.genetic.initialsetups
 
adams.opt.genetic.setupupload - package adams.opt.genetic.setupupload
 
adams.opt.genetic.stopping - package adams.opt.genetic.stopping
 
adams.opt.optimise - package adams.opt.optimise
 
adams.opt.optimise.genetic - package adams.opt.optimise.genetic
 
adams.opt.optimise.genetic.fitnessfunctions - package adams.opt.optimise.genetic.fitnessfunctions
 
adams.parser - package adams.parser
 
adams.parser.actorsuggestion - package adams.parser.actorsuggestion
 
adams.parser.basedate - package adams.parser.basedate
 
adams.parser.basedatetime - package adams.parser.basedatetime
 
adams.parser.basedatetimemsec - package adams.parser.basedatetimemsec
 
adams.parser.basetime - package adams.parser.basetime
 
adams.parser.basetimemsec - package adams.parser.basetimemsec
 
adams.parser.booleanexpression - package adams.parser.booleanexpression
 
adams.parser.externalactorsuggestion - package adams.parser.externalactorsuggestion
 
adams.parser.lookupupdate - package adams.parser.lookupupdate
 
adams.parser.mathematicalexpression - package adams.parser.mathematicalexpression
 
adams.parser.plugin - package adams.parser.plugin
 
adams.parser.spreadsheetformula - package adams.parser.spreadsheetformula
 
adams.parser.spreadsheetquery - package adams.parser.spreadsheetquery
 
adams.parser.stringexpression - package adams.parser.stringexpression
 
adams.parser.templatesuggestion - package adams.parser.templatesuggestion
 
adams.run - package adams.run
 
adams.scripting - package adams.scripting
 
adams.scripting.command - package adams.scripting.command
 
adams.scripting.command.basic - package adams.scripting.command.basic
 
adams.scripting.command.distributed - package adams.scripting.command.distributed
 
adams.scripting.command.flow - package adams.scripting.command.flow
 
adams.scripting.command.gui - package adams.scripting.command.gui
 
adams.scripting.connection - package adams.scripting.connection
 
adams.scripting.engine - package adams.scripting.engine
 
adams.scripting.permissionhandler - package adams.scripting.permissionhandler
 
adams.scripting.processor - package adams.scripting.processor
 
adams.scripting.requesthandler - package adams.scripting.requesthandler
 
adams.scripting.responsehandler - package adams.scripting.responsehandler
 
adams.terminal.application - package adams.terminal.application
 
adams.tools - package adams.tools
 
AdamsCommandLineHandler - Class in adams.core.option
Handles ADAMS-related commandlines, i.e., classes implementing adams.core.option.OptionHandler.
AdamsCommandLineHandler() - Constructor for class adams.core.option.AdamsCommandLineHandler
 
AdamsEditorsRegistration - Class in adams.gui.goe
Registers the ADAMS GenericObjectEditor editors.
AdamsEditorsRegistration() - Constructor for class adams.gui.goe.AdamsEditorsRegistration
 
AdamsExperimentFileChooser - Class in adams.gui.chooser
A specialized JFileChooser that lists all available file Readers and Writers for ADAMS Experiments.
AdamsExperimentFileChooser() - Constructor for class adams.gui.chooser.AdamsExperimentFileChooser
Constructs a FileChooser pointing to the user's default directory.
AdamsExperimentFileChooser(File) - Constructor for class adams.gui.chooser.AdamsExperimentFileChooser
Constructs a FileChooser using the given File as the path.
AdamsExperimentFileChooser(String) - Constructor for class adams.gui.chooser.AdamsExperimentFileChooser
Constructs a FileChooser using the given path.
AdamsExperimentRunner<T extends AbstractExperiment> - Class in adams.gui.tools.wekamultiexperimenter.runner
Ancestor for classes that handle running a copy of the experiment in a separate thread.
AdamsExperimentRunner(ExperimenterPanel) - Constructor for class adams.gui.tools.wekamultiexperimenter.runner.AdamsExperimentRunner
Initializes the thread.
AdamsGenericObjectEditorHandler - Class in adams.gui.goe
Handler for the ADAMS GenericObjectEditor.
AdamsGenericObjectEditorHandler() - Constructor for class adams.gui.goe.AdamsGenericObjectEditorHandler
 
AdamsHelper - Class in weka.gui
Helper class to make Weka GUI more ADAMS-like.
AdamsHelper() - Constructor for class weka.gui.AdamsHelper
 
AdamsHomeDir - Class in adams.gui.menu
Opens the ADAMS home directory in the file browser.
AdamsHomeDir() - Constructor for class adams.gui.menu.AdamsHomeDir
Initializes the menu item with no owner.
AdamsHomeDir(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AdamsHomeDir
Initializes the menu item.
AdamsInstanceCapabilities - Class in adams.flow.condition.bool
Filters adams.data.instance.Instance based on defined capabilities.
AdamsInstanceCapabilities() - Constructor for class adams.flow.condition.bool.AdamsInstanceCapabilities
 
AdamsInstanceToWekaInstance - Class in adams.data.conversion
Converts adams.data.instance.Instance objects into weka.core.Instance ones.
AdamsInstanceToWekaInstance() - Constructor for class adams.data.conversion.AdamsInstanceToWekaInstance
 
AdamsOptionHandlerHelpGenerator - Class in adams.gui.help
For ADAMS OptionHandler.
AdamsOptionHandlerHelpGenerator() - Constructor for class adams.gui.help.AdamsOptionHandlerHelpGenerator
 
ADAPTIVE - adams.gui.core.BaseTable.ColumnWidthApproach
 
adaptiveOptimalColumnWidth() - Method in class adams.gui.core.BaseTable
Adaptive way of setting the optimal column width for all columns.
add(int, Actor) - Method in class adams.flow.control.AbstractTee
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.Branch
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.FileProcessor
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.LaunchTee
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.LaunchTrigger
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.LoadBalancer
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.LocalScopeSubProcess
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.MutableConnectedControlActor
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.MutableControlActor
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.Switch
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.control.WhileLoop
Inserts the actor at the given position.
add(int, Actor) - Method in interface adams.flow.core.MutableActorHandler
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.source.SwitchedSource
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.AbstractMultiView
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.AbstractStandaloneMutableGroup
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.Cron
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.DelayedEvent
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.Events
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.QueueEvent
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.flow.standalone.SubProcessEvent
Inserts the actor at the given position.
add(int, Actor) - Method in class adams.gui.flow.tree.ClipboardActorContainer
Inserts the actor at the given position.
add(int, FlowSetup) - Method in class adams.flow.setup.FlowSetupManager
Adds the setup at the specified location.
add(int, Object) - Method in class adams.gui.core.JComponentList.JComponentListModel
Inserts the specified JComponent at the specified position in this list.
add(int, String) - Method in class adams.core.MessageCollection
Adds the message at the specified index.
add(int, String, DataType) - Method in class adams.data.featureconverter.HeaderDefinition
Inserts the definition at the specified position.
add(int, String, Throwable) - Method in class adams.core.MessageCollection
Adds the message at the specified index.
add(int, T) - Method in class adams.data.SortedList
Adds the element at the specified position.
add(int, T) - Method in class adams.multiprocess.JobList
Inserts the specified element at the specified position in this list.
add(int, Instance) - Method in class weka.core.InstancesView
Adds one instance at the given position in the list.
add(Properties) - Method in class adams.core.Properties
Adds the key-value pairs stored in the specified properties to itself.
add(Properties, String) - Method in class adams.core.Properties
Adds the key-value pairs stored in the specified properties to itself.
add(TechnicalInformation) - Method in class adams.core.TechnicalInformation
adds the given information to the list of additional technical informations.
add(TechnicalInformation.Type) - Method in class adams.core.TechnicalInformation
Adds an empty technical information with the given type to the list of additional informations and returns the instance.
add(Binnable<T>) - Method in class adams.data.binning.Bin
Adds the object to the list of objects belong to this bin.
add(Binnable<T>) - Method in class adams.data.binning.BinnableGroup
Adds the member.
add(HeaderDefinition) - Method in class adams.data.featureconverter.HeaderDefinition
Adds all the definitions at the end.
add(SplitIndices) - Method in class adams.data.indexedsplits.IndexedSplit
Adds the indices (eg for train or test).
add(SpreadSheet, int, int, int, int[], boolean) - Method in class weka.classifiers.AggregateEvaluations
Adds the data from the spreadsheet as predictions.
add(ArrayHistogram, double[], String) - Method in class adams.gui.visualization.statistics.HistogramFactory.Dialog
Generates from the specified data using the configured ArrayHistogram object and adds the plot.
add(ArrayHistogram, double[], String) - Method in class adams.gui.visualization.statistics.HistogramFactory.Panel
Generates from the specified data using the configured ArrayHistogram object and adds the plot.
add(ArrayHistogram, Instance) - Method in class adams.gui.visualization.instance.HistogramFactory.Dialog
Adds a plot of the given instance.
add(ArrayHistogram, Instance) - Method in class adams.gui.visualization.instance.HistogramFactory.Panel
Adds a plot of the given instance.
add(ArrayHistogram, Instance, String) - Method in class adams.gui.visualization.instance.HistogramFactory.Dialog
Adds a plot of the given instance.
add(ArrayHistogram, Instance, String) - Method in class adams.gui.visualization.instance.HistogramFactory.Panel
Adds a plot of the given instance.
add(ArrayHistogram, SpreadSheetRow) - Method in class adams.gui.visualization.spreadsheet.HistogramFactory.Dialog
Adds a plot of the given row.
add(ArrayHistogram, SpreadSheetRow) - Method in class adams.gui.visualization.spreadsheet.HistogramFactory.Panel
Adds a plot of the given row.
add(ArrayHistogram, SpreadSheetRow, String) - Method in class adams.gui.visualization.spreadsheet.HistogramFactory.Dialog
Adds a plot of the given row.
add(ArrayHistogram, SpreadSheetRow, String) - Method in class adams.gui.visualization.spreadsheet.HistogramFactory.Panel
Adds a plot of the given row.
add(ArrayHistogram, Number[], String) - Method in class adams.gui.visualization.statistics.HistogramFactory.Dialog
Generates from the specified data using the configured ArrayHistogram object and adds the plot.
add(ArrayHistogram, Number[], String) - Method in class adams.gui.visualization.statistics.HistogramFactory.Panel
Generates from the specified data using the configured ArrayHistogram object and adds the plot.
add(Timeseries, Timeseries) - Method in class adams.flow.transformer.TimeseriesAdd
Appends the current data container to the stored one.
add(AbstractDatabaseConnection, AbstractScriptingEngine) - Method in class adams.gui.scripting.ScriptingEngineManager
Adds the engine object for the specified database connection.
add(AbstractDatabaseConnection, T) - Method in class adams.db.FacadeManager
Adds the facade object for the specified database connection.
add(AbstractDatabaseConnection, T) - Method in class adams.db.TableManager
Adds the table object for the specified database connection.
add(AbstractDatabaseConnection, T) - Method in class adams.db.wrapper.WrapperManager
Adds the table object for the specified database connection.
add(DataProvider, T) - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Adds the container to the database.
add(DataProvider, T) - Method in interface adams.flow.transformer.DataContainerDbWriter
Adds the container to the database.
add(LogEntry) - Method in class adams.db.generic.LogT
Adds a log entry.
add(LogEntry) - Method in class adams.db.LogF
Adds a log entry.
add(LogEntry) - Method in interface adams.db.LogIntf
Adds a log entry.
add(LogEntry) - Method in class adams.db.mirrored.LogT
Adds a log entry.
add(LogEntry) - Method in class adams.gui.tools.LogEntryViewerTableModel
Adds the log entry to the model (appended at the end).
add(LogEntry, boolean) - Method in class adams.gui.tools.LogEntryViewerTableModel
Adds the log entry to the model.
add(AbstractEnvironment, String, String[]) - Method in class adams.env.AbstractPropertiesDefinition
Adds the props file under they specified key.
add(AbstractEnvironment, String, String, String[]) - Method in class adams.env.AbstractPropertiesDefinition
Adds the props file under they specified key.
add(AbstractEnvironment, String, List<String>, String[]) - Method in class adams.env.AbstractPropertiesDefinition
Adds the props file under they specified key.
add(Actor) - Method in class adams.flow.control.AbstractTee
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.Branch
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.FileProcessor
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.LaunchTee
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.LaunchTrigger
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.LoadBalancer
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.LocalScopeSubProcess
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.MutableConnectedControlActor
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.MutableControlActor
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.Switch
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.control.WhileLoop
Inserts the actor at the end.
add(Actor) - Method in interface adams.flow.core.MutableActorHandler
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.source.SwitchedSource
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.AbstractMultiView
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.AbstractStandaloneMutableGroup
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.Cron
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.DelayedEvent
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.Events
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.QueueEvent
Inserts the actor at the end.
add(Actor) - Method in class adams.flow.standalone.SubProcessEvent
Inserts the actor at the end.
add(Actor) - Method in class adams.gui.flow.tree.ClipboardActorContainer
Inserts the actor at the end.
add(ActorHandler, Actor) - Method in class adams.flow.core.CallableNamesRecorder
Adds the name to the recorded ones.
add(FlowSetup) - Method in class adams.flow.setup.FlowSetupManager
Adds a setup.
add(BasePanel, File) - Method in class adams.gui.scripting.AbstractScriptingEngine
Adds the commands from the given file to the queue.
add(BasePanel, String) - Method in class adams.gui.scripting.AbstractScriptingEngine
Adds the given command to the queue.
add(BasePanel, String[]) - Method in class adams.gui.scripting.AbstractScriptingEngine
Adds the given commands to the queue.
add(BasePanel, String, ScriptingCommandCode) - Method in class adams.gui.scripting.AbstractScriptingEngine
Adds the given command to the queue.
add(BasePanel, List<String>) - Method in class adams.gui.scripting.AbstractScriptingEngine
Adds the given commands to the queue.
add(FlowPanel, String) - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Parses the error and adds the output component.
add(ScriptingCommand) - Method in class adams.gui.scripting.AbstractScriptingEngine
Adds the given command to the queue.
add(ScriptingCommand) - Method in class adams.gui.scripting.ScriptingEngineThread
Adds the command to the queue.
add(DataContainer) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
Adds the data container and sets the undo enabled flag accordingly.
add(InstanceContainer) - Method in class adams.gui.visualization.instance.InstanceContainerManager
Adds the given container to the list.
add(XYSequenceContainer) - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Adds the given container to the list.
add(XYSequenceContainerManager, String, long) - Method in class adams.gui.core.MemoryMonitorPanel
Adds to the specified plot.
add(SpreadSheetRowContainer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Adds the given container to the list.
add(Job) - Method in class adams.multiprocess.AbstractMetaJobRunner
Adds the job to the execution queue.
add(JobList) - Method in class adams.multiprocess.AbstractMetaJobRunner
Adds the jobs to the execution queue.
add(JobList<T>) - Method in interface adams.multiprocess.JobRunner
Adds the jobs to the execution queue.
add(JobList<T>) - Method in class adams.multiprocess.LocalJobRunner
Adds the jobs to the execution queue.
add(OptVar) - Method in class adams.opt.optimise.OptData
Add var.
add(E) - Method in class adams.core.WrapperHashSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class adams.data.statistics.Percentile
Adds the value to the internal list of values.
add(Point) - Method in class adams.gui.visualization.segmentation.layer.Markers
Adds the marker point.
add(PrintStream) - Method in class adams.core.io.Tee
adds the given PrintStream to the list of streams, with NO timestamp and NO prefix.
add(PrintStream, boolean) - Method in class adams.core.io.Tee
adds the given PrintStream to the list of streams, with NO prefix.
add(PrintStream, boolean, String) - Method in class adams.core.io.Tee
adds the given PrintStream to the list of streams.
add(Character) - Method in class adams.core.Trie.TrieNode
adds the given charater to its children
add(Object) - Method in class adams.flow.control.StorageQueueHandler
Adds the object to the queue.
add(Object) - Method in class adams.gui.goe.PersistentObjectHistory
Adds the object to the history.
add(String) - Method in class adams.core.MessageCollection
Adds the message.
add(String) - Method in class adams.core.Trie
Ensures that this collection contains the specified element.
add(String) - Method in class adams.core.Trie.TrieNode
adds the given string to its children (creates children if necessary)
add(String, double) - Method in class adams.data.statistics.AbstractDataStatistic
Adds the name/value pair to the internal list.
add(String, int, double, double) - Method in class adams.opt.optimise.genetic.PackDataDef
 
add(String, DataType) - Method in class adams.data.featureconverter.HeaderDefinition
Adds the definition at the end.
add(String, Actor, String, Token) - Method in class adams.flow.execution.ExecutionLog
Writes a message to the log file.
add(String, Color, float) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Adds a layer with no image.
add(String, Color, float, BufferedImage) - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Adds a layer with image.
add(String, Component, String) - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Adds the output component.
add(String, Object) - Method in class adams.data.spreadsheet.MetaData
Adds the meta-data.
add(String, String) - Method in class adams.gui.tools.PlaceholderManagementPanel.PlaceholderTableModel
Adds the placeholder (key-value pair) to the model.
add(String, String) - Method in class adams.gui.tools.VariableManagementPanel.VariableTableModel
Adds the variable (name-value pair) to the model.
add(String, String, Object) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
add(String, String, Object, boolean) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
add(String, String, Object, boolean, UserMode) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
add(String, String, Object, boolean, Number, Number) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
add(String, String, Object, boolean, Number, Number, UserMode) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
add(String, String, Object, UserMode) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
add(String, String, Object, Number, Number) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
add(String, String, Object, Number, Number, UserMode) - Method in class adams.core.option.OptionManager
Determines the appropriate concrete option class, sets it up and returns it.
add(String, String, String[]) - Method in class adams.env.AbstractEnvironment
Adds the props file under they specified key.
add(String, String, String, String[]) - Method in class adams.env.AbstractEnvironment
Adds the props file under they specified key.
add(String, String, List<String>, String[]) - Method in class adams.env.AbstractEnvironment
Adds the props file under they specified key.
add(String, Throwable) - Method in class adams.core.MessageCollection
Adds the message.
add(Date, Double, TimeAmount) - Method in class adams.parser.ParserHelper
Adds the request amount of time.
add(Hashtable<Number, XYSequencePoint>, XYSequence) - Static method in class adams.data.sequence.XYSequenceUtils
Merges the given sequence with the current data pool.
add(Hashtable<Date, TimeseriesPoint>, Timeseries) - Static method in class adams.data.timeseries.TimeseriesUtils
Merges the given with the current data pool.
add(List<String>, char, boolean) - Static method in class weka.core.WekaOptionUtils
Adds the boolean flag (if true) to the options.
add(List<String>, char, double) - Static method in class weka.core.WekaOptionUtils
Adds the double value to the options.
add(List<String>, char, float) - Static method in class weka.core.WekaOptionUtils
Adds the float value to the options.
add(List<String>, char, int) - Static method in class weka.core.WekaOptionUtils
Adds the int value to the options.
add(List<String>, char, long) - Static method in class weka.core.WekaOptionUtils
Adds the long value to the options.
add(List<String>, char, BaseObject) - Static method in class weka.core.WekaOptionUtils
Adds the BaseObject to the options.
add(List<String>, char, BaseObject[]) - Static method in class weka.core.WekaOptionUtils
Adds the BaseObject to the options.
add(List<String>, char, Index) - Static method in class weka.core.WekaOptionUtils
Adds the Index to the options.
add(List<String>, char, Index[]) - Static method in class weka.core.WekaOptionUtils
Adds the Index to the options.
add(List<String>, char, OptionHandler) - Static method in class weka.core.WekaOptionUtils
Adds the adams.core.option.OptionHandler to the options.
add(List<String>, char, Range) - Static method in class weka.core.WekaOptionUtils
Adds the adams.core.Range to the options.
add(List<String>, char, Range[]) - Static method in class weka.core.WekaOptionUtils
Adds the adams.core.Range to the options.
add(List<String>, char, File) - Static method in class weka.core.WekaOptionUtils
Adds the File value to the options.
add(List<String>, char, Enum) - Static method in class weka.core.WekaOptionUtils
Adds the enum value to the options.
add(List<String>, char, Object) - Static method in class weka.core.WekaOptionUtils
Adds the array to the options.
add(List<String>, char, String) - Static method in class weka.core.WekaOptionUtils
Adds the String value to the options.
add(List<String>, char, OptionHandler) - Static method in class weka.core.WekaOptionUtils
Adds the OptionHandler to the options.
add(List<String>, String) - Static method in class adams.core.QuickInfoHelper
Adds the value to the list if neither null nor empty string.
add(List<String>, String[]) - Static method in class weka.core.WekaOptionUtils
Adds the "super" options to the current list.
add(List<String>, String, boolean) - Static method in class weka.core.WekaOptionUtils
Adds the boolean flag (if true) to the options.
add(List<String>, String, double) - Static method in class weka.core.WekaOptionUtils
Adds the double value to the options.
add(List<String>, String, float) - Static method in class weka.core.WekaOptionUtils
Adds the float value to the options.
add(List<String>, String, int) - Static method in class weka.core.WekaOptionUtils
Adds the int value to the options.
add(List<String>, String, long) - Static method in class weka.core.WekaOptionUtils
Adds the long value to the options.
add(List<String>, String, BaseObject) - Static method in class weka.core.WekaOptionUtils
Adds the BaseObject to the options.
add(List<String>, String, BaseObject[]) - Static method in class weka.core.WekaOptionUtils
Adds the BaseObject to the options.
add(List<String>, String, Index) - Static method in class weka.core.WekaOptionUtils
Adds the Index to the options.
add(List<String>, String, Index[]) - Static method in class weka.core.WekaOptionUtils
Adds the Index to the options.
add(List<String>, String, OptionHandler) - Static method in class weka.core.WekaOptionUtils
Adds the adams.core.option.OptionHandler to the options.
add(List<String>, String, Range) - Static method in class weka.core.WekaOptionUtils
Adds the adams.core.Range to the options.
add(List<String>, String, Range[]) - Static method in class weka.core.WekaOptionUtils
Adds the adams.core.Range to the options.
add(List<String>, String, File) - Static method in class weka.core.WekaOptionUtils
Adds the File value to the options.
add(List<String>, String, Enum) - Static method in class weka.core.WekaOptionUtils
Adds the enum value to the options.
add(List<String>, String, Object) - Static method in class weka.core.WekaOptionUtils
Adds the array to the options.
add(List<String>, String, String) - Static method in class weka.core.WekaOptionUtils
Adds the String value to the options.
add(List<String>, String, OptionHandler) - Static method in class weka.core.WekaOptionUtils
Adds the OptionHandler to the options.
add(Vector, Enumeration) - Static method in class weka.core.WekaOptionUtils
Adds the option description of the super class.
add(Action) - Method in class adams.gui.core.BaseFlatSplitButton
Adds the menu action.
add(Action) - Method in class adams.gui.core.BaseMenu
Creates a new menu item attached to the specified Action object and appends it to the end of this menu.
add(Action) - Method in class adams.gui.core.BaseSplitButton
Adds the menu action.
add(JMenuItem) - Method in class adams.gui.core.BaseFlatSplitButton
Adds the menu item.
add(JMenuItem) - Method in class adams.gui.core.BaseSplitButton
Adds the menu item.
add(N) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Adds the node.
add(T) - Method in class adams.core.AbstractHistory
Adds the object to the history.
add(T) - Method in class adams.core.AbstractPersistentHistory
Adds the object to the history.
add(T) - Method in class adams.data.container.AbstractDataContainer
Adds the point to the list of points.
add(T) - Method in class adams.data.SortedList
Adds the element to the list.
add(T) - Method in class adams.db.DatabaseManager
Adds the database object (uses the current URL as key).
add(T) - Method in interface adams.db.DataProvider
Adds a data container to the database.
add(T) - Method in class adams.gui.tools.AbstractManagementTableModel
Adds the Object to the model, if not alread present.
add(T) - Method in class adams.gui.visualization.container.AbstractContainerManager
Adds the given container to the list.
add(T) - Method in class adams.multiprocess.JobList
Ensures that this collection contains the specified element.
add(T) - Method in interface adams.multiprocess.JobRunner
Adds the job to the execution queue.
add(T) - Method in class adams.multiprocess.LocalJobRunner
Adds the job to the execution queue.
add(T[]) - Method in class adams.data.statistics.AbstractArrayStatistic
Adds the array at the end.
add(T, T) - Method in class adams.flow.transformer.AbstractDataContainerAdd
Adds the current data container to the stored one.
add(Evaluation) - Method in class weka.classifiers.AggregateEvaluations
Adds the predictions of the given Evaluation object.
add(Prediction) - Method in class weka.classifiers.AggregateEvaluations
Adds the prediction.
add(Instance) - Method in class weka.core.InstancesView
Adds one instance to the end of the set.
Add - Class in adams.data.matlab.multimatrixoperation
Performs element-wise addition and outputs the result as single matrix.
Add() - Constructor for class adams.data.matlab.multimatrixoperation.Add
 
ADD - adams.flow.transformer.NegativeRegions.NegativeRegionTransferType
just adds them as additional objects.
ADD - adams.gui.core.DragAndDropTree.DropMenu
Add.
ADD - adams.gui.event.InstancesSortSetupEvent.EventType
a definition was added.
ADD - adams.gui.event.SortSetupEvent.EventType
a definition was added.
ADD_REDO - adams.gui.event.UndoEvent.UndoType
a redo point was added.
ADD_UNDO - adams.gui.event.UndoEvent.UndoType
an undo point was added.
addAction(SpreadSheetTablePopupMenuItemHelper.TableState, boolean, JMenuItem, SpreadSheetTablePopupMenuItem) - Static method in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
Adds the appropriate action to the menuitem.
addAction(InstancesTablePopupMenuItemHelper.TableState, boolean, JMenuItem, InstancesTablePopupMenuItem) - Static method in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper
Adds the appropriate action to the menuitem.
addAction(Action) - Method in class adams.gui.core.MultiPagePane
Adds the action to the action button.
addAction(JMenuItem) - Method in class adams.gui.core.MultiPagePane
Adds the menu item to the action button.
addActionListener(ActionListener) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Adds a listener for button actions.
addActionListener(ActionListener) - Method in class adams.gui.chooser.DatePanel
 
addActionListener(ActionListener) - Method in interface adams.gui.chooser.FileChooser
Adds an ActionListener to the file chooser.
addActionListener(ActionListener) - Method in class adams.gui.wizard.AbstractWizardPane
Adds the specified listener.
addActionListener(JComboBox) - Method in class adams.gui.tools.AbstractManagementPanel
Adds an action listener to the combobox.
addActor(StateContainer, Actor, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Inserts the actor
addActor(TreePath, Actor, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.TreeOperations
Brings up the GOE dialog for adding an actor if no actor supplied, otherwise just adds the given actor at the position specified by the path.
addActor(TreePath, Actor, TreeOperations.InsertPosition, boolean) - Method in class adams.gui.flow.tree.TreeOperations
Brings up the GOE dialog for adding an actor if no actor supplied, otherwise just adds the given actor at the position specified by the path.
addActor(TreePath, Actor, TreeOperations.InsertPosition, boolean, TreeOperations.ActorDialog) - Method in class adams.gui.flow.tree.TreeOperations
Brings up the GOE dialog for adding an actor if no actor supplied, otherwise just adds the given actor at the position specified by the path.
AddActor - Class in adams.gui.flow.tree.menu
Menu for adding actors.
AddActor() - Constructor for class adams.gui.flow.tree.menu.AddActor
 
AddActorAfter - Class in adams.gui.flow.tree.keyboardaction
Adds an actor after the current location.
AddActorAfter - Class in adams.gui.flow.tree.menu
For adding an actor after the current position.
AddActorAfter() - Constructor for class adams.gui.flow.tree.keyboardaction.AddActorAfter
 
AddActorAfter() - Constructor for class adams.gui.flow.tree.menu.AddActorAfter
 
AddActorBeneath - Class in adams.gui.flow.tree.keyboardaction
Adds an actor beneath the current location.
AddActorBeneath - Class in adams.gui.flow.tree.menu
For adding an actor beneath the current one.
AddActorBeneath() - Constructor for class adams.gui.flow.tree.keyboardaction.AddActorBeneath
 
AddActorBeneath() - Constructor for class adams.gui.flow.tree.menu.AddActorBeneath
 
addActorChangeListener(ActorChangeListener) - Method in class adams.gui.flow.tree.Tree
Adds the listener to the internal list of listeners.
AddActorHere - Class in adams.gui.flow.tree.keyboardaction
Adds an actor at the current location.
AddActorHere - Class in adams.gui.flow.tree.menu
For adding an actor at the current position.
AddActorHere() - Constructor for class adams.gui.flow.tree.keyboardaction.AddActorHere
 
AddActorHere() - Constructor for class adams.gui.flow.tree.menu.AddActorHere
 
addAdditionalAttributes(SpreadSheet, Instances, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Adds the additional columns from the Instances to the spreadsheet.
addAdditionalAttributes(SpreadSheet, Instances, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Adds the additional columns from the Instances to the spreadsheet.
addAdditionalAttributes(SpreadSheet, Instances, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Adds the additional columns from the Instances to the spreadsheet.
addAdditionalMenuitems() - Method in class adams.gui.flow.FlowEditorPanel
Adds the additional menu items to the menubar.
addAdditionalMenuItems(JPopupMenu) - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Hook-method to add further menu items to the menu of the "..." button.
addAdditionalMenuItems(JPopupMenu) - Method in class adams.gui.goe.AbstractAdvancedScriptEditorWithTemplates
Hook-method to add further menu items to the menu of the "..." button.
addAdditionalMenuItems(JPopupMenu) - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Hook-method to add further menu items to the menu of the "..." button.
addAdditionalMenuItems(JPopupMenu) - Method in class adams.gui.goe.AbstractSimpleScriptEditorWithTemplates
Hook-method to add further menu items to the menu of the "..." button.
addAdditionalMethods() - Method in class adams.core.option.AbstractJavaCodeProducer
Hook-method for adding additional methods necessary to make the class compile.
addAdditionalMethods() - Method in class adams.core.option.ActorExecutionClassProducer
Hook-method for adding additional methods necessary to make the class compile.
addAdditionalMethods() - Method in class adams.core.option.ApplyActorProducer
Hook-method for adding additional methods necessary to make the class compile.
addAdditionalMethods() - Method in class adams.core.option.FlowJUnitTestProducer
Hook-method for adding additional methods necessary to make the class compile.
addAdditionalName(String) - Method in class adams.flow.container.AbstractContainer
Adds the specified name as valid name for a value.
addAdditionalName(String) - Method in interface adams.flow.container.Container
Adds the specified name as valid name for a value.
addAfterHideAction(Runnable) - Method in class adams.gui.core.BaseDialog
Adds the specified action to the list of actions to execute after hiding the dialog.
addAfterShowAction(Runnable) - Method in class adams.gui.core.BaseDialog
Adds the specified action to the list of actions to execute after showing the dialog.
addAggregate(SpreadSheetAggregate.Aggregate, String) - Method in class adams.parser.spreadsheetquery.ParserHelper
Adds the aggregate to generate from a column.
addAll(int, Collection<? extends FlowSetup>) - Method in class adams.flow.setup.FlowSetupManager
Adds all elements of the collection at the specified location.
addAll(int, Collection<? extends T>) - Method in class adams.data.SortedList
Adds all the elements of the collection starting at the specified index.
addAll(int, Collection<? extends T>) - Method in class adams.multiprocess.JobList
Inserts all of the elements in the specified collection into this list at the specified position.
addAll(MessageCollection) - Method in class adams.core.MessageCollection
Adds all the messages.
addAll(E[]) - Method in class adams.data.statistics.Percentile
Adds the values to the internal list of values.
addAll(Collection) - Method in class adams.data.container.AbstractDataContainer
Adds all the points to the list of points.
addAll(Collection<? extends FlowSetup>) - Method in class adams.flow.setup.FlowSetupManager
Adds all the setups from the collection.
addAll(Collection<? extends DataContainer>) - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
Adds all the data containers and sets their undo enabled flag accordingly.
addAll(Collection<? extends String>) - Method in class adams.core.Trie
Adds all of the elements in the specified collection to this collection
addAll(Collection<? extends N>) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Adds all the elements of the collection to this one.
addAll(Collection<? extends T>) - Method in class adams.data.SortedList
Adds all the elements of the collection to this list.
addAll(Collection<? extends T>) - Method in class adams.multiprocess.JobList
Adds all the elements in the specified collection to this collection.
addAll(Collection<Binnable<T>>) - Method in class adams.data.binning.Bin
Adds the objects to the list of objects belong to this bin.
addAll(Collection<Binnable<T>>) - Method in class adams.data.binning.BinnableGroup
Adds all the members.
addAll(Collection<LogEntry>) - Method in class adams.gui.tools.LogEntryViewerTableModel
Adds the log entries to the model (appended at the end).
addAll(Collection<LogEntry>, boolean) - Method in class adams.gui.tools.LogEntryViewerTableModel
Adds the log entries to the model.
addAll(Collection<E>) - Method in class adams.data.statistics.Percentile
Adds the values to the internal list of values.
addAll(Collection<String>) - Method in class adams.core.MessageCollection
Adds all the messages.
addAll(Collection<T>) - Method in class adams.gui.visualization.container.AbstractContainerManager
Adds all containers from the given collection.
addAll(List<T>) - Method in class adams.gui.tools.AbstractManagementTableModel
Adds the Objects to the model, if not alread present.
addAllClicked() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Displays box plots for all attributes
addAlpha(Color, int) - Static method in class adams.gui.core.ColorHelper
Creates a new color with the specified alpha value (255: opaque, 0: fully translucent).
addAMIndicatorTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
addAnnotationChangeListener(ChangeListener) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Adds the listener for annotation changes.
addAnyChangeListener(ChangeListener) - Method in interface adams.event.AnyChangeListenerSupporter
Adds the listener for listening to any text changes.
addAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseColorTextField
Adds the listener for listening to any text changes.
addAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BasePasswordField
Adds the listener for listening to any text changes.
addAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextArea
Adds the listener for listening to any text changes.
addAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextAreaWithButtons
Adds the listener for listening to any text changes.
addAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextField
Adds the listener for listening to any text changes.
addAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextPane
Adds the listener for listening to any text changes.
addAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextPaneWithButtons
Adds the listener for listening to any text changes.
addAnyChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Adds the listener for listening to any text changes.
addAppendListener(ChangeListener) - Method in class adams.gui.core.TextEditorPanel.TextEditorArea
Adds the listener to the internal list of change listeners for append events.
addArgumentInfo(AbstractArgumentOption, StringBuilder) - Method in class adams.core.option.CommandlineHelpProducer
Adds additional information about the argument, e.g., the class.
addArgumentInfo(AbstractArgumentOption, StringBuilder) - Method in class adams.core.option.HtmlHelpProducer
Adds additional information about the argument, e.g., the class.
addArgumentInfo(AbstractArgumentOption, StringBuilder) - Method in class adams.core.option.HtmlParametersProducer
Adds additional information about the argument, e.g., the class.
addArgumentInfo(StringBuilder) - Method in class adams.core.option.ClassOption
Adds additional information about the argument, e.g., the class.
addArgumentInfo(StringBuilder) - Method in class adams.core.option.EnumOption
Adds additional information about the argument, e.g., the class.
addArray(AbstractArgumentOption, String, Object) - Method in class adams.core.option.JsonProducer
Adds the array.
addArray(Object) - Method in class adams.gui.visualization.debug.objecttree.Node
Adds the array below the parent.
addArray(String, Object[]) - Method in class adams.core.option.JsonProducer
Adds the array.
addArray(JSONObject, String, Object[]) - Method in class adams.core.option.JsonProducer
Adds the array.
addArrayChangeListener(ChangeListener) - Method in class adams.gui.goe.GenericArrayEditor
Adds the change listener.
addAttributeInformationTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Returns the tip text for this property.
addBeforeHideAction(Runnable) - Method in class adams.gui.core.BaseDialog
Adds the specified action to the list of actions to execute before hiding the dialog.
addBeforeShowAction(Runnable) - Method in class adams.gui.core.BaseDialog
Adds the specified action to the list of actions to execute before showing the dialog.
addBestFitRedoneListener(ChangeListener) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Adds listener to get notified when the best fit has been redone.
AddBookmark - Class in adams.gui.flow.tree.menu
Adds bookmarks for the selected actors.
AddBookmark() - Constructor for class adams.gui.flow.tree.menu.AddBookmark
 
addBoolean(Report, String, Boolean) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Adds the boolean value to the report.
addBreakpoint() - Method in class adams.flow.execution.debug.BreakpointPanel
Allows the user to add another breakpoint.
addBreakpoint(AbstractBreakpoint) - Method in class adams.flow.execution.debug.BreakpointTableModel
Returns the breakpoint at the specified location.
addBreakpoint(AbstractBreakpoint, AbstractScopeRestriction, boolean) - Method in class adams.flow.control.Flow
Adds the breakpoint to its flow execution listener setup.
AddBreakpoint - Class in adams.gui.flow.tree.menu
Menu for adding breakpoints.
AddBreakpoint() - Constructor for class adams.gui.flow.tree.menu.AddBreakpoint
 
AddBreakpointAfter - Class in adams.gui.flow.tree.menu
For adding a breakpoint after the current position.
AddBreakpointAfter() - Constructor for class adams.gui.flow.tree.menu.AddBreakpointAfter
 
AddBreakpointBeneath - Class in adams.gui.flow.tree.menu
For adding a breakpoint beneath the current actor.
AddBreakpointBeneath() - Constructor for class adams.gui.flow.tree.menu.AddBreakpointBeneath
 
AddBreakpointHere - Class in adams.gui.flow.tree.menu
For adding a breakpoint at the current position.
AddBreakpointHere() - Constructor for class adams.gui.flow.tree.menu.AddBreakpointHere
 
addCache(String, int) - Method in class adams.flow.control.Storage
Adds a LRU cache under the name with the specified size.
addCacheListener(FieldType) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Adds a cache listener.
addCacheListener(FieldType, FieldCacheUpdateListener) - Method in class adams.gui.selection.AbstractFieldCacheItem
Adds a cache listener.
addCallableName(ActorHandler, Actor) - Method in class adams.flow.control.Flow
Adds the callable name to the list of used ones.
addCallableName(ActorHandler, Actor) - Method in class adams.flow.control.LocalScopeSubProcess
Adds the callable name to the list of used ones.
addCallableName(ActorHandler, Actor) - Method in class adams.flow.control.LocalScopeTee
Adds the callable name to the list of used ones.
addCallableName(ActorHandler, Actor) - Method in class adams.flow.control.LocalScopeTrigger
Adds the callable name to the list of used ones.
addCallableName(ActorHandler, Actor) - Method in interface adams.flow.control.ScopeHandler
Adds the callable name to the list of used ones.
addCancelListener(ActionListener) - Method in class adams.gui.goe.GenericArrayEditor
This is used to hook an action listener to the cancel button.
addCancelListener(ActionListener) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
This is used to hook an action listener to the cancel button.
addCancelListener(ChangeListener) - Method in class adams.gui.core.AbstractQuickSearchPanel
Adds the cancel listener to notify when the user hits ESC.
addCapabilities(String, Capabilities) - Method in class adams.gui.help.WekaOptionHandlerHelpGenerator
generates a string from the capapbilities, suitable to add to the help text.
addCell(int) - Method in class adams.data.spreadsheet.AbstractRow
Adds a cell with the key of the cell in the header at the specified location.
addCell(int) - Method in class adams.data.spreadsheet.DataRowView
Adds a cell with the key of the cell in the header at the specified location.
addCell(int) - Method in class adams.data.spreadsheet.DenseDataRow
Adds a cell with the key of the cell in the header at the specified location.
addCell(int) - Method in class adams.data.spreadsheet.HeaderRow
Adds a cell with the key of the cell in the header at the specified location.
addCell(int) - Method in interface adams.data.spreadsheet.Row
Adds a cell with the key of the cell in the header at the specified location.
addCell(int) - Method in class adams.data.spreadsheet.SparseDataRow
Adds a cell with the key of the cell in the header at the specified location.
addCell(int) - Method in class adams.ml.data.InstancesHeaderRow
Adds a cell with the key of the cell in the header at the specified location.
addCell(int) - Method in class adams.ml.data.InstanceView
Adds a cell with the key of the cell in the header at the specified location.
addCell(Row, String, String) - Method in class adams.flow.transformer.PDFMetaData
Adds the cell content to the spreadsheet.
addCell(Row, String, Calendar) - Method in class adams.flow.transformer.PDFMetaData
Adds the cell content to the spreadsheet.
addCell(String) - Method in class adams.data.spreadsheet.AbstractRow
Adds a cell with the given key to the list and returns the created object.
addCell(String) - Method in class adams.data.spreadsheet.DataRowView
Adds a cell with the given key to the list and returns the created object.
addCell(String) - Method in class adams.data.spreadsheet.DenseDataRow
Adds a cell with the given key to the list and returns the created object.
addCell(String) - Method in class adams.data.spreadsheet.HeaderRow
Adds a cell with the given key to the list and returns the created object.
addCell(String) - Method in interface adams.data.spreadsheet.Row
Adds a cell with the given key to the list and returns the created object.
addCell(String) - Method in class adams.data.spreadsheet.SparseDataRow
Adds a cell with the given key to the list and returns the created object.
addCell(String) - Method in class adams.ml.data.InstancesHeaderRow
Adds a cell with the given key to the list and returns the created object.
addCell(String) - Method in class adams.ml.data.InstanceView
Adds a cell with the given key to the list and returns the created object.
addCell(StringBuilder, List<String>) - Method in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Adds the current string to the cells.
addCellPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.BaseTable
Adds the popup menu listeners for the cell.
addCellPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.BaseTableWithButtons
Adds the popup menu listeners for the cell.
addCellPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Adds the popup menu listeners for the cell.
addChangeListener(GlobalDataContainerFilterChangeListener) - Method in class adams.data.filter.AbstractGlobalDataContainerFilter
Adds a listener for connect/disconnect events to the internal list.
addChangeListener(DatabaseConnectionChangeListener) - Method in class adams.db.AbstractDatabaseConnection
Adds a listener for connect/disconnect events to the internal list.
addChangeListener(StorageChangeListener) - Method in class adams.flow.control.Storage
Adds the change listener.
addChangeListener(AbstractChooserPanel) - Method in class adams.gui.tools.AbstractManagementPanel
Adds a change listener to the chooser.
addChangeListener(ChangeListener) - Method in class adams.flow.setup.FlowSetupManager
Adds the listener to the internal list.
addChangeListener(ChangeListener) - Method in class adams.gui.chooser.AbstractChooserPanel
Adds a listener for change events to the internal list.
addChangeListener(ChangeListener) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of SpinnerModel, year
addChangeListener(ChangeListener) - Method in class adams.gui.chooser.TimePanel
Adds the listener to the internal list.
addChangeListener(ChangeListener) - Method in class adams.gui.core.AbstractQuickSearchPanel
Adds the change listener to notify whenever the selected item changes.
addChangeListener(ChangeListener) - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Adds the given change listener to its internal list.
addChangeListener(ChangeListener) - Method in class adams.gui.core.BaseFlatSplitButton
Adds the change listener to the menu button.
addChangeListener(ChangeListener) - Method in class adams.gui.core.BaseSplitButton
Adds the change listener to the menu button.
addChangeListener(ChangeListener) - Method in class adams.gui.core.FilterPanel
Adds the listener to the internal set.
addChangeListener(ChangeListener) - Method in class adams.gui.core.MultiPagePane
Adds the change listener to its internal list.
addChangeListener(ChangeListener) - Method in class adams.gui.core.ParameterPanel
Adds the change listener.
addChangeListener(ChangeListener) - Method in class adams.gui.core.PropertiesParameterPanel
Adds the change listener.
addChangeListener(ChangeListener) - Method in class adams.gui.core.StyledTextEditorPanel
Adds the given change listener to its internal list.
addChangeListener(ChangeListener) - Method in class adams.gui.core.TextEditorPanel
Adds the given change listener to its internal list.
addChangeListener(ChangeListener) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Adds the listener for changes in the connection.
addChangeListener(ChangeListener) - Method in class adams.gui.dialog.DatabaseConnectionsPanel
Adds the listener for changes in the connection.
addChangeListener(ChangeListener) - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Adds the listener to the internal list of listeners that get notified when the user changes the setup.
addChangeListener(ChangeListener) - Method in class adams.gui.goe.WekaGenericObjectEditorPopupMenu
Adds the listener to the internal list of listeners that get notified when the user changes the setup.
addChangeListener(ChangeListener) - Method in class adams.gui.tools.ClassHelpPanel
Adds the change listener to notify whenever the class changes.
addChangeListener(ChangeListener) - Method in class adams.gui.visualization.core.AxisPanel
Adds the given listener to the internal list of change listeners.
addChangeListener(ChangeListener) - Method in class adams.gui.visualization.instance.InstanceComparePanel.DatasetPanel
Adds the change listener to the internal list.
addChangeListener(ChangeListener) - Method in class adams.gui.visualization.instances.InstancesTable
Adds the listener to the pool of listeners that get notified when the data changes.
addChangeListener(ChangeListener) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Adds the change listener.
addChangeListenerTo(Component) - Method in class adams.gui.core.ParameterPanel
Adds a change listener to the specified component.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Adds the chart generation to the flow.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator
Adds the chart generation to the flow.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Adds the chart generation to the flow.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Adds the chart generation to the flow.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Adds the chart generation to the flow.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Adds the chart generation to the flow.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Adds the chart generation to the flow.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.LinePlot
Adds the chart generation to the flow.
addChartGeneration(Flow, String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.ScatterPlot
Adds the chart generation to the flow.
addChildFrame(ChildFrame) - Method in class adams.gui.application.AbstractApplicationFrame
adds the given child frame to the list of frames.
addChoosableFileFilter(FileFilter) - Method in class adams.gui.chooser.BaseFileChooser
Adds the file filter.
addChoosableFileFilter(FileFilter) - Method in interface adams.gui.chooser.FileChooser
Adds a filter to the list of user choosable file filters.
addChoosableFileFilter(FileFilter) - Method in class adams.gui.chooser.FileChooserPanel
Adds the given file filter to the filechooser.
addChoosableFileFilter(FileFilter) - Method in class adams.gui.chooser.TextFileChooser
Adds the file filter.
addChoosableFileFilter(FileFilter) - Method in class adams.gui.core.FileListWithButtons
Adds the specified filter to the file dialog.
addChoosableFileFilter(FileFilter) - Method in class adams.gui.wizard.SelectFilePage
Adds the given file filter to the filechooser.
addChoosableFileFilter(FileFilter) - Method in class adams.gui.wizard.SelectMultipleFilesPage
Adds the given file filter to the filechooser.
addChooseListener(AbstractChooserPanel.ChooseListener) - Method in class adams.gui.chooser.AbstractChooserPanel
Adds a listener for choose events to the internal list.
addChooserChangeListeners(ChangeListener) - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Adds the listener.
addChooserPanels(BaseComboBox<AbstractChooserPanelWithIOSupport>) - Method in class adams.gui.tools.filecommander.FileCommanderDirectoryPanel
Adds the choosers to the combobox.
addClassEnd() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the end of the enclosing "class" statement.
addClassEnd(StringBuilder) - Method in class adams.core.PropertiesToCode
Adds the end of the enclosing "class" statement.
AddClassification - Class in adams.flow.transformer.pixelselector
Allows the user to select a pixel location and add a corresponding classification for it.
Stores the location with prefix 'Pixel.X.' and 'Pixel.Y.' and the classification using 'Classification.' as prefix.
AddClassification() - Constructor for class adams.flow.transformer.pixelselector.AddClassification
 
addClassificationLabelTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
addClassificationTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
addClassifier(Classifier) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Adds a classifier.
addClassJavadoc() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the Javadoc for the class.
addClassJavadoc() - Method in class adams.core.option.ActorExecutionClassProducer
Adds the Javadoc for the class.
addClassJavadoc() - Method in class adams.core.option.FlowJUnitTestProducer
Adds the Javadoc for the class.
addClassJavadoc(StringBuilder) - Method in class adams.core.PropertiesToCode
Adds the Javadoc for the class.
addClassPathAugmentations(ClassPathAugmenter) - Method in class adams.core.management.Launcher
Adds the augmentations that the classpath augmenter returns.
addClassPathAugmentations(String) - Method in class adams.core.management.Launcher
Adds the augmentations that the classpath augmenter returns.
addClassStart() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the start of the enclosing "class" statement.
addClassStart() - Method in class adams.core.option.ApplyActorProducer
Adds the start of the enclosing "class" statement.
addClassStart() - Method in class adams.core.option.FlowJUnitTestProducer
Adds the start of the enclosing "class" statement.
addClassStart(StringBuilder, Properties, List<String>) - Method in class adams.core.PropertiesToCode
Adds the start of the enclosing "class" statement, including constants and member variables.
addClicked() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
adds attributes to selected attributes list
addCloseListener(ActionListener) - Method in class adams.gui.flow.FlowPanelNotificationArea
Adds the listener to the list of listeners waiting for the "Close" button to be pressed.
AddCluster - Class in adams.flow.transformer.wekaclusterer
Just adds the predicted cluster (or distribution) to the original dataset.
Stored in container under: Clustered dataset

AddCluster() - Constructor for class adams.flow.transformer.wekaclusterer.AddCluster
 
addColumn(String) - Method in class adams.parser.spreadsheetquery.ParserHelper
Adds the name of a column to return.
addColumnNameTipText() - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Returns the tip text for this property.
addColumnTextAt(PDFGenerator, float, float) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Adds the column text to the document at the specified location.
addCombined(String, Color, float) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Adds an overlay layer with no image.
addCombined(String, Color, float, BufferedImage) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Adds an overlay layer with image.
addCommand(RemoteCommand) - Method in class adams.scripting.engine.ManualFeedScriptingEngine
Adds the command to the queue.
addComment(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Adds the comment to the internal list of comments.
addComment(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Adds the comment to the internal list of comments.
addComment(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Adds the comment to the internal list of comments.
addComment(String) - Method in class adams.ml.data.DatasetView
Adds the comment to the internal list of comments.
addComment(String) - Method in class adams.ml.data.InstancesView
Adds the comment to the internal list of comments.
addComment(List<String>) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Adds the comments to the internal list of comments.
addComment(List<String>) - Method in interface adams.data.spreadsheet.SpreadSheet
Adds the comments to the internal list of comments.
addComment(List<String>) - Method in class adams.data.spreadsheet.SpreadSheetView
Adds the comments to the internal list of comments.
addComment(List<String>) - Method in class adams.ml.data.DatasetView
Adds the comments to the internal list of comments.
addComment(List<String>) - Method in class adams.ml.data.InstancesView
Ignored.
addCommentsTipText() - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Returns the tip text for this property.
addCondition(BooleanCondition) - Method in class adams.flow.condition.bool.AbstractMultiCondition
Adds the condition to the current ones.
addConnection(Connection) - Method in class adams.scripting.connection.AbstractMultiConnection
Allows adding a connecction at runtime, without triggering a reset.
addConnectionChangeListener(ChangeListener) - Method in class adams.gui.core.SqlConnectionPanel
Adds the listener for connection changes.
addConnectionParameters(ConnectionParameters) - Method in class adams.db.AbstractDatabaseConnection
Adds the given connection to the props file.
addConstructor() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the constructor.
addConstructor() - Method in class adams.core.option.FlowJUnitTestProducer
Adds the constructor.
addContact(EmailContact) - Method in class adams.core.net.EmailAddressBook
Adds the contact to the properties.
addContainer(PropertyPath.PropertyContainer) - Method in class adams.core.discovery.AbstractDiscoveryHandler
Stores the container.
addCopyright() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the copyright notice.
addCopyright() - Method in class adams.core.option.FlowJUnitTestProducer
Adds the copyright notice.
addCopyright(StringBuilder) - Method in class adams.core.PropertiesToCode
Adds the copyright notice.
addCreateTableTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
addCSS(BaseString[]) - Method in class adams.gui.core.BaseHtmlEditorPane
Sets the CSS style sheet rules.
addCSS(String[]) - Method in class adams.gui.core.BaseHtmlEditorPane
Sets the CSS style sheet rules.
addData(SequencePlotterPanel, SpreadSheet) - Method in class adams.flow.sink.ActualVsPredictedPlot
Adds the spreadsheet to the given panel.
addData(DataContainer) - Method in class adams.gui.tools.wekainvestigator.source.AbstractSource
Adds the data.
addData(Object) - Method in class adams.flow.sink.canvas.DataPoolPanel
Adds the data point to the pool and initiates a replot.
addData(Object, boolean) - Method in class adams.flow.sink.canvas.DataPoolPanel
Adds the data point to the pool and initiates a replot if requested.
AddData - Class in adams.gui.scripting
Action parameters:
AddData() - Constructor for class adams.gui.scripting.AddData
 
addDatabaseIDTipText() - Method in class adams.data.instances.AbstractInstanceGenerator
Returns the tip text for this property.
addDatabaseIDTipText() - Method in class adams.data.timeseries.AddMetaData
Returns the tip text for this property.
addDataChangeListener(DataChangeListener) - Method in class adams.gui.visualization.container.AbstractContainerManager
Adds the listener to the internal list.
AddDataFile - Class in adams.gui.scripting
Action parameters:
AddDataFile() - Constructor for class adams.gui.scripting.AddDataFile
 
AddDataFiles - Class in adams.gui.scripting
Action parameters:
AddDataFiles() - Constructor for class adams.gui.scripting.AddDataFiles
 
addDataset(PlaceholderFile) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Adds a dataset.
addDatasetInfo(JsonObject, Instances) - Method in class weka.classifiers.meta.socketfacade.Simple
Information about the dataset to the JSON object.
addDatasetInformationTipText() - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractInstancesIndexedSplitsRunsGenerator
Returns the tip text for this property.
addDayOfMonthTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
addDayOfWeekTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
addDefaultHyperlinkListener() - Method in class adams.gui.core.BaseHtmlEditorPane
Adds the default hyperlink listener.
AddDefaultLabel - Class in adams.data.objectfilter
For inserting a default label if missing.
AddDefaultLabel() - Constructor for class adams.data.objectfilter.AddDefaultLabel
 
addDefaultTabs() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Adds the default tabs.
addDefinition() - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Adds a new definition.
addDefinition() - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Adds a new definition.
addDelayedAt(Object, long) - Method in class adams.flow.control.StorageQueueHandler
Adds the object to the queue with the specified timestamp from which to allow retrieval.
addDelayedBy(Object, long) - Method in class adams.flow.control.StorageQueueHandler
Adds the object to the queue with the specified retrieval delay.
addDependentDialog(Dialog) - Method in class adams.gui.visualization.image.ImagePanel
Adds the dialog to the list of dialogs to be closed when the panel gets cleared or removed.
addDependentFlow(Flow) - Method in class adams.gui.visualization.image.ImagePanel
Adds the flow to the list of flows to be cleaned up when the panel gets cleared or removed.
addDescription(Table, AbstractOption) - Method in class adams.core.option.XhtmlProducer.ActorOptionTraverser
Adds the description of the option as row.
addDetachListener(ChangeListener) - Method in class adams.gui.core.DetachablePanel
Adds the listener for detach events.
addDiagonal(DefaultXYDataset, double, double) - Static method in class adams.gui.visualization.jfreechart.dataset.ChartUtils
Adds a diagonal to the dataset.
addDiagonalSeriesTipText() - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Returns the tip text for this property.
addDirectoryChangeListener(ChangeListener) - Method in class adams.gui.core.FilePanel
Adds the listener to the list of listeners that get notified when the directory changes.
addDisplay(MutableActorHandler) - Method in class adams.flow.template.OptionTraverser
Adds the display actors.
addDisplay(MutableActorHandler) - Method in class adams.flow.template.OptionTraverserWithSpreadSheetDisplay
Adds the display actors.
addDisplayOverride(JComponentList.CheckBoxListItem.Actions, String) - Method in class adams.gui.core.JComponentList.CheckBoxListItem
Sets an override for the display string for the given action.
addDisplayOverride(JComponentList.LabelListItem.Actions, String) - Method in class adams.gui.core.JComponentList.LabelListItem
Sets an override for the display string for the given action.
addDisposeWindowListener() - Method in interface adams.gui.application.Child
Adds a window listener to dispose the frame/window.
addDisposeWindowListener() - Method in class adams.gui.application.ChildFrame
Adds a window listener to dispose the frame.
addDistributionTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
addDocumentListener(Document) - Method in class adams.gui.tools.AbstractManagementPanel
Adds the appropriate document listener to the document.
addDoExecuteMethod() - Method in class adams.core.option.ActorExecutionClassProducer
Adds a method that executes the actor.
AddDOMAttribute - Class in adams.flow.transformer
Adds a new attribute to the incoming org.w3c.dom.Node and forwards the new updated node.
AddDOMAttribute() - Constructor for class adams.flow.transformer.AddDOMAttribute
 
AddDOMNode - Class in adams.flow.transformer
Adds a new node below the incoming org.w3c.dom.Node and forwards the new node.
In case of an incoming org.w3c.dom.Document, the node gets added below the root node.
AddDOMNode() - Constructor for class adams.flow.transformer.AddDOMNode
 
addDoubleClickListener(DoubleClickListener) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Adds the given listener to the list of double-click listeners.
addDuration(String) - Method in class adams.flow.execution.Time
Adds the duration to the overall count.
addEchoCharChangeListener(ChangeListener) - Method in class adams.gui.core.BasePasswordField
Adds the listener for listening to echo char changes.
ADDED - adams.event.StorageChangeEvent.Type
a storage item got added.
ADDED - adams.event.VariableChangeEvent.Type
a variable got added.
addEdge(String, String) - Method in class adams.core.option.FlowStructureDotProducer
Adds an edge.
addEdge(String, String) - Method in class adams.core.option.FlowStructureGraphMLProducer
Adds an edge.
addElement(FlowSetup) - Method in class adams.flow.setup.FlowSetupManager
Adds the specified setup.
addElement(PDFGenerator, Element) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Adds the element to the document.
addElement(Object) - Method in class adams.gui.core.JComponentList.JComponentListModel
Adds the specified JComponent to the end of this list.
addEngine() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Adds the engine to the list.
addEngine(RemoteScriptingEngine) - Method in class adams.scripting.engine.MultiScriptingEngine
Adds the scripting engine without resetting the scheme.
addEntry(String, T) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Adds the entry under the specified name.
addEntry(String, T, Object) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Adds the entry under the specified name.
addEnvironmentModifier(String) - Method in class adams.core.management.Launcher
Adds the augmentations that the classpath augmenter returns.
addEnvVar(String) - Method in class adams.core.management.Launcher
Adds the environmental variable key-value pair (key=value).
addError(Class, String) - Method in class adams.data.Notes
Adds the given error under the specified classname.
addError(String) - Method in class adams.data.io.input.AbstractFlowReader
Adds the error message.
addError(String) - Method in class adams.flow.processor.AbstractActorProcessor
Adds the error message to the internal list of errors.
addError(String) - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Adds the error to its internal list of errors.
addError(String) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Adds the error to its internal list of errors.
addError(String, boolean) - Method in class adams.flow.processor.AbstractActorProcessor
Adds the error message to the internal list of errors and optionally outputs it on stderr.
addError(String, String) - Method in class adams.data.Notes
Adds the given error under the specified classname.
addError(String, Throwable) - Method in class adams.data.io.input.AbstractFlowReader
Adds the error message and exception.
addExpression() - Method in class adams.gui.tools.ExpressionWatchPanel
Pops up dialog for entering a new expression.
addExpression(String, ExpressionWatchPanel.ExpressionType) - Method in class adams.gui.tools.ExpressionWatchPanel
Adds a new expression (if not already present).
addExpression(String, ExpressionWatchPanel.ExpressionType) - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Adds an expression.
addExtensionFilter(ExtensionFileFilter) - Method in class adams.gui.tools.XSLTPanel.SubPanel
Adds the extension filter to the file chooser.
addFavorite(Properties, Class, boolean, Object, String) - Method in class adams.gui.goe.Favorites
Adds a favorite for a class.
addFavorite(Class, boolean) - Method in class adams.gui.tools.FavoritesManagementPanel
Pops up dialog for adding a new favorite.
addFavorite(Class, boolean, Object, String) - Method in class adams.gui.goe.Favorites
Adds a favorite for a class.
addFavorite(Class, Object, String) - Method in class adams.gui.goe.Favorites
Adds a favorite for a class.
addFavorite(String, String, ContentHandler) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Adds the favorite.
addFavoritesMenuItems(boolean, Object, Class, Object, Favorites.FavoriteSelectionListener) - Method in class adams.gui.goe.Favorites
Adds menu items with the favorites (permanent or temporary) to the menu.
addFavoritesMenuItems(Object, Class, Object, Favorites.FavoriteSelectionListener) - Method in class adams.gui.goe.Favorites
Adds a menu item with the favorites to the menu.
addFavoritesSubMenu(Object, Class, Object, Favorites.FavoriteSelectionListener) - Method in class adams.gui.goe.Favorites
Adds a menu item with the favorites submenu to the popup menu.
addField(AbstractField) - Method in class adams.data.report.Report
Adds the given field.
AddField - Class in adams.gui.visualization.report.reportfactory
Allows the user to add a new field to the report.
AddField() - Constructor for class adams.gui.visualization.report.reportfactory.AddField
Default constructor.
addFields(ParameterPanelWithButtons) - Method in class adams.gui.tools.AbstractManagementPanel
For adding all the fields.
addFields(ParameterPanelWithButtons) - Method in class adams.gui.tools.EmailAddressBookPanel
For adding all the fields.
addFields(ParameterPanelWithButtons) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
For adding all the fields.
addFile() - Method in class adams.flow.transformer.pdfproclet.DocumentState
Increments the file counters.
addFile() - Method in class adams.gui.core.FileListWithButtons
Adds a file to the list.
addFile(File) - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Adds the file.
addFileDoubleClickListener(FilePanel.FileDoubleClickListener) - Method in class adams.gui.core.FilePanel
Adds the listener to the list of listeners that get notified when a file gets double-clicked.
addFilename(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Adds the filename to the page as header, if necessary.
addFilenameTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Returns the tip text for this property.
addFilenameTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Returns the tip text for this property.
addFiles(File[]) - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Adds the files.
addFilesChangeListener(ChangeListener) - Method in class adams.gui.core.FilePanel
Adds the listener to the list of listeners that get notified when the files change.
addFirstElement(List, Object) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Adds the specified object at the head of the list (if not already present) and returns the updated list.
addFitnessChangeListener(GeneticFitnessChangeListener) - Method in interface adams.event.GeneticFitnessChangeNotifier
Adds the given listener to its internal list of listeners.
addFitnessChangeListener(GeneticFitnessChangeListener) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Adds the given listener to its internal list of listeners.
addFlag(Vector, String, char) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addFlag(Vector, String, String) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addFlow(Flow) - Method in class adams.flow.control.RunningFlowsRegistry
Adds the flow to the internal list of registered flows.
addFlowSetupStateChangeListener(FlowSetupStateListener) - Method in class adams.flow.setup.FlowSetup
Adds the listener to the internal list.
addFormattedOutput(Object) - Method in class adams.core.command.AbstractExternalCommand
Gets called by the output formatter class.
addFormattedOutput(Object) - Method in interface adams.core.command.ExternalCommand
Gets called by the output formatter class.
addFromTemplate(TreePath, AbstractActorTemplate, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.menu.AbstractFromTemplateAction
Brings up the GOE dialog for adding a template.
AddFromTemplate - Class in adams.gui.flow.tree.menu
Menu for adding actors.
AddFromTemplate() - Constructor for class adams.gui.flow.tree.menu.AddFromTemplate
 
AddFromTemplateAfter - Class in adams.gui.flow.tree.menu
For adding a subflow generated from a template after the current position.
AddFromTemplateAfter() - Constructor for class adams.gui.flow.tree.menu.AddFromTemplateAfter
 
AddFromTemplateBeneath - Class in adams.gui.flow.tree.menu
For adding a subflow generated from a template beneath the current actor.
AddFromTemplateBeneath() - Constructor for class adams.gui.flow.tree.menu.AddFromTemplateBeneath
 
AddFromTemplateHere - Class in adams.gui.flow.tree.menu
For adding a subflow generated from a template at the current position.
AddFromTemplateHere() - Constructor for class adams.gui.flow.tree.menu.AddFromTemplateHere
 
addFullActorNameTipText() - Method in class adams.flow.processor.ListObjectCommandlines
Returns the tip text for this property.
addGeneratedFlow(Flow) - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Adds the flow to the list of flows to clean up.
addGeneratedFlow(Actor) - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Adds the flow to the list of flows to clean up.
addGroupByColumn(String) - Method in class adams.parser.spreadsheetquery.ParserHelper
Adds the name of a group by column.
addHandler(RequestHandler) - Method in class adams.scripting.requesthandler.MultiHandler
Adds the handler to use.
addHandler(ResponseHandler) - Method in class adams.scripting.responsehandler.MultiHandler
Adds the handler to use.
addHandler(Handler) - Method in class adams.core.logging.Logger
Adds the handler.
addHandler(Handler) - Method in class adams.core.logging.MultiHandler
Adds the specified handler.
addHeaderPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.BaseTable
Adds the popup menu listeners for the header.
addHeaderPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.BaseTableWithButtons
Adds the popup menu listeners for the header.
addHeaderPopupMenuListener(PopupMenuListener) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Adds the popup menu listeners for the header.
addHeadersTipText() - Method in class adams.flow.standalone.GridView
Returns the tip text for this property.
addHelp(String, String) - Method in class adams.flow.container.AbstractContainer
Stores the help for the given name if valid name.
addHelp(String, String) - Method in interface adams.flow.container.Container
Stores the help for the given name if valid name.
addHelp(String, String, Class) - Method in class adams.flow.container.AbstractContainer
Stores the help for the given name if valid name.
addHelp(String, String, Class) - Method in interface adams.flow.container.Container
Stores the help for the given name if valid name.
addHelp(String, String, Class[]) - Method in class adams.flow.container.AbstractContainer
Stores the help for the given name if valid name.
addHelp(String, String, Class[]) - Method in interface adams.flow.container.Container
Stores the help for the given name if valid name.
addHiddenTab(String, Component) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Adds a hidden component represented by a title and no icon.
addHiddenTab(String, Icon, Component) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Adds a hidden component represented by a title and/or icon, either of which can be null.
addHiddenTab(String, Icon, Component, String) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Adds a hidden component and tip represented by a title and/or icon, either of which can be null.
addHistoryEntrySelectionListener(AbstractNamedHistoryPanel.HistoryEntrySelectionListener) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Adds a listener to the internal list of listeners that get notified when a history entry gets selected.
addHitDetector(HitDetector) - Method in class adams.gui.visualization.core.plot.ContentPanel
Adds the detector to the internal list of detectors.
addHitDetector(HitDetector) - Method in class adams.gui.visualization.core.PlotPanel
Adds the detector to the internal list of detectors.
addIDTipText() - Method in class adams.data.timeseries.AddMetaData
Returns the tip text for this property.
addIfFileExists(Map<String, String>, PlaceholderDirectory, String, String) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesReader
Adds the note if the file exists.
addImageOverlay(boolean, ImageOverlay) - Method in class adams.gui.tools.ImageProcessorSubPanel
Adds the overlay.
addImageOverlay(ImageOverlay) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Adds the image overlay.
addImageOverlay(ImageOverlay) - Method in class adams.gui.visualization.image.ImagePanel
Adds the image overlay.
addImageOverlay(ImageOverlay) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Adds the image overlay.
addImports() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the imports.
addImports(StringBuilder) - Method in class adams.core.PropertiesToCode
Adds the imports.
addIndexColumn(IndexColumn) - Method in class adams.db.indices.Index
Add IndexColumn to this index.
addIndexTipText() - Method in class adams.data.conversion.DOMToProperties
Returns the tip text for this property.
addIndexTipText() - Method in class adams.flow.transformer.SpreadSheetMerge
Returns the tip text for this property.
addIndexTipText() - Method in class adams.flow.transformer.WekaInstancesMerge
Returns the tip text for this property.
addInfo(String) - Method in class adams.db.upgrade.AbstractTableUpgrade
Appends the string to the upgrade info plus a new line.
addInfo(String) - Method in class adams.gui.application.AboutBoxPanel
Adds a label with the info.
addInfoNodeGenerator(AbstractInfoNodeGenerator) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Adds the specified generator to the list of generators.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.FilteredSearch
Adds the given instance info.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.NewNNSearch
Adds the given instance info.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.PCANNSearch
Adds the given instance info.
addInstanceInfo(Instance) - Method in class weka.core.neighboursearch.PLSNNSearch
Adds the given instance info.
addInstancesSortSetupListener(InstancesSortSetupListener) - Method in class adams.gui.visualization.instances.instancestable.InstancesSortPanel
Adds the specified listener.
addInteractionLog(InteractionEvent) - Method in class adams.gui.visualization.image.ImagePanel
Adds the interaction event to the log.
addInteractionLog(InteractionEvent) - Method in interface adams.gui.visualization.image.interactionlogging.InteractionLogManager
Adds the interaction event to the log.
addInteractionLog(InteractionEvent) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Adds the interaction event to the log.
addInteractionsToReport(Report, List<InteractionEvent>) - Method in class adams.flow.transformer.ImageAnnotator
Adds the interactions to the report.
addInteractionsToReport(Report, List<InteractionEvent>) - Method in class adams.flow.transformer.ImageObjectAnnotator
Adds the interactions to the report.
addInterationsToReport(Report, List<InteractionEvent>) - Method in class adams.flow.transformer.ImageLabeler
Adds the interactions to the report.
addIQR(Integer, TDoubleArrayList) - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
Calculates and adds the IQR stats for this key.
additem(int, Component) - Method in class adams.gui.core.AdjustableGridPanel
Adds the component and updates the layout.
addItem(Component) - Method in class adams.gui.core.AdjustableGridPanel
Adds the component and updates the layout.
addItem(String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Adds the item, if necessary.
addItem(String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Adds the item, if necessary.
addItem(N, String) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Adds the item to the tree structure.
addItems(BaseString[]) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Adds the items to the current ones and rebuilds the tree.
addItems(String[]) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Adds the items to the current ones and rebuilds the tree.
addItems(List<String>) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Adds the items to the current ones and rebuilds the tree.
ADDITION - adams.gui.event.DataChangeEvent.Type
a container was added.
additional() - Method in class adams.core.TechnicalInformation
returns an enumeration of all the additional technical informations (if there are any).
ADDITIONAL_OBJ - Static variable in interface adams.data.objectoverlap.ObjectOverlap
the additional objects boolean.
AdditionalDataProvider - Interface in adams.core
Interface for GOE classes that provide additional information apart from the globalInfo() method.
AdditionalExplorerPanel - Interface in weka.gui.explorer.panels
Interface for classes that supply additional Explorer panels.
additionalFieldsTipText() - Method in interface adams.data.instances.InstanceGeneratorWithAdditionalFields
Returns the tip text for this property.
AdditionalInformation - Class in adams.core.option.help
Generates help for classes that implement the adams.core.AdditionalInformationHandler interface.
AdditionalInformation() - Constructor for class adams.core.option.help.AdditionalInformation
 
AdditionalInformationHandler - Interface in adams.core
Interface for GOE classes that provide additional information apart from the globalInfo() method.
additionalObjectTipText() - Method in class adams.data.objectoverlap.AreaRatio
Returns the tip text for this property.
additionalObjectTipText() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the tip text for this property.
additionalObjectTipText() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the tip text for this property.
additionalObjectTipText() - Method in class adams.flow.transformer.IntersectOverUnion
Returns the tip text for this property.
AdditionalOptions - Class in adams.flow.core
An extended Hashtable class for easier retrieval of options.
AdditionalOptions() - Constructor for class adams.flow.core.AdditionalOptions
Initializes an empty container.
AdditionalOptionsHandler - Interface in adams.flow.core
Interface for scripting actors that need to set additional options.
AdditionalOptionsHandlerUtils - Class in adams.flow.core
Utility methods for classes implementing the AdditionalOptionsHandler interface.
AdditionalOptionsHandlerUtils() - Constructor for class adams.flow.core.AdditionalOptionsHandlerUtils
 
additionalOptionsTipText() - Method in class adams.flow.control.JDeps
Returns the tip text for this property.
additionalOptionsTipText() - Method in class adams.flow.control.JMap
Returns the tip text for this property.
AdditionalParameterHandler - Interface in adams.gui.application
Interface for menu item definitions that take further parameters.
additionalParametersTipText() - Method in class adams.scripting.command.gui.MenuItem
Returns the tip text for this property.
additionalRowsTipText() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns the tip text for this property.
additionalTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
additionalTipText() - Method in class adams.gui.tools.previewbrowser.ActualVsPredictedHandler
Returns the tip text for this property.
additionalTipText() - Method in class weka.classifiers.functions.FromPredictions
Returns the tip text for this property.
addJobCompleteListener(JobCompleteListener) - Method in class adams.multiprocess.AbstractMetaJobRunner
Adds the listener.
addJobCompleteListener(JobCompleteListener) - Method in interface adams.multiprocess.JobRunner
Adds the listener.
addJobCompleteListener(JobCompleteListener) - Method in class adams.multiprocess.LocalJobRunner
Adds the listener.
addJobListCompleteListener(JobListCompleteListener) - Method in class adams.multiprocess.JobList
Adds the listener to the internal list.
addJVMOption(String) - Method in class adams.core.management.Launcher
Adds the JVM option.
addKeyListener(KeyListener) - Method in class adams.gui.core.AbstractComponentWithButtons
Adds the key listener to the component.
addKeyword(String, MutableAttributeSet) - Method in class adams.gui.scripting.SyntaxDocument
Associates a keyword with a particular formatting style.
addKeywords(String[], MutableAttributeSet) - Method in class adams.gui.scripting.SyntaxDocument
Associates the keywords with a particular formatting style.
addLabel(String) - Method in class adams.gui.visualization.core.axis.AbstractTickGenerator
Adds the label to the internal list of labels generated so far.
addLabelIndexTipText() - Method in class adams.flow.transformer.AbstractWekaPredictionsTransformer
Returns the tip text for this property.
addLabelIndexTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Returns the tip text for this property.
addLastSetup(Class, boolean, boolean, Object) - Method in class adams.gui.core.SpreadSheetTable
Stores this last setup.
addLastSetup(Class, boolean, boolean, Object) - Method in class adams.gui.visualization.instances.InstancesTable
Stores this last setup.
addLeftClickListener(ImagePanelLeftClickListener) - Method in class adams.gui.visualization.image.ImagePanel
Adds the given listener to the internal list of left-click listeners.
addLeftClickListener(ImagePanelLeftClickListener) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Adds the given listener to the internal list of left-click listeners.
addLicensePreamble() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the license preamble.
addLicensePreamble(StringBuilder) - Method in class adams.core.PropertiesToCode
Adds the license preamble.
addLine(String) - Method in class adams.flow.transformer.FileTailer
Adds the line to the output.
addLine(String) - Method in class adams.gui.tools.FileMonitorPanel
Appends the line from the file.
addListener(FlowPauseStateListener) - Method in class adams.flow.core.PauseStateManager
Adds the specified listener.
addListener(ConsolePanelListener) - Method in class adams.gui.core.ConsolePanel
Adds the listener.
addListener(Component) - Method in class adams.gui.tools.AbstractManagementPanel
Adds the appropriate listener to the component.
addListSelectionListener(ListSelectionListener) - Method in class adams.gui.core.BaseListWithButtons
Adds a listener to the list, to be notified each time a change to the selection occurs; the preferred way of listening for selection state changes.
addListSelectionListener(ListSelectionListener) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Adds the given listener to the table's list of ListSelectionListeners.
addListSelectionListener(ListSelectionListener) - Method in class adams.gui.visualization.container.AbstractContainerList
Adds the given listener to the internal list.
addLocationsUpdatedListeners(ChangeListener) - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Adds the listener for location updates.
addLocationsUpdatedListeners(ChangeListener) - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Adds the listener for location updates.
addLocationsUpdatedListeners(ChangeListener) - Method in interface adams.gui.visualization.image.TypeColorProvider
Adds the listener for location updates.
addLocationsUpdatedListeners(ChangeListener) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Adds the listener for location updates.
addLocationsUpdatedListeners(ChangeListener) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Adds the listener for location updates.
addLogEntry(LogEntry) - Method in interface adams.db.MutableLogEntryHandler
Adds the LogEntry record to the internal list.
addLogEntry(LogEntry) - Method in class adams.flow.control.Flow
Adds the LogEntry record to the internal list (in case logging is enabled).
addLoggingListener(LoggingListener) - Method in class adams.core.logging.AbstractLogHandler
Adds the specified logging listener.
addMainMethod() - Method in class adams.core.option.AbstractJavaCodeProducer
Hook method for adding a main method.
addMainMethod() - Method in class adams.core.option.ActorExecutionClassProducer
Hook method for adding a main method.
addMainMethod() - Method in class adams.core.option.ApplyActorProducer
Does not generate a main method.
addMainMethod() - Method in class adams.core.option.FlowJUnitTestProducer
Hook method for adding a main method.
addMainMethod() - Method in class adams.core.option.JavaInstantiationProducer
Hook method for adding a main method.
addMapping(String, ColumnType) - Method in class adams.db.ColumnMapping
Add a 'column', name-> sql type mapping
addMapValue(Map<String, Object>, String, Object) - Method in class adams.flow.transformer.PDFMetaData
Adds the value to the map if not null.
addMatch(Map<LocatedObject, Map<LocatedObject, Double>>, LocatedObject, LocatedObject, double) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Records the match for the object.
addMatchingBlockEnd(int) - Method in class adams.gui.scripting.SyntaxDocument
Adds the matching block end.
addMenuItem(Object, JMenuItem) - Method in class adams.gui.goe.Favorites
Adds the menuitem to the menu.
addMetaData(String, Object) - Method in interface adams.core.MetaDataSupporter
Adds a key-value pair to the meta-data store.
addMetaData(String, Object) - Method in class adams.data.binning.Binnable
Adds meta-data.
addMetaData(String, Object) - Method in class adams.flow.container.SequencePlotterContainer
Adds the meta-data key-value relation.
AddMetaData - Class in adams.data.timeseries
Meta-generator that can add database ID and container ID.
AddMetaData - Class in adams.gui.visualization.image.leftclick
Allows the user to add meta-data to the selected objects.
AddMetaData - Class in adams.gui.visualization.object.mouseclick
Allows the user to add meta-data to the selected objects.
AddMetaData() - Constructor for class adams.data.timeseries.AddMetaData
 
AddMetaData() - Constructor for class adams.gui.visualization.image.leftclick.AddMetaData
 
AddMetaData() - Constructor for class adams.gui.visualization.object.mouseclick.AddMetaData
 
addMetaDataTipText() - Method in class adams.data.io.input.JAIImageReader
Returns the tip text for this property.
addMetaDataTipText() - Method in class adams.gui.visualization.image.selection.SelectObjects
Returns the tip text for this property.
addMetaLevelPrediction(Instance, int, double) - Method in class weka.classifiers.meta.ClassifierCascade
Adds the class distribution of the specified classifier to the meta-level instance.
addMetaLevelPrediction(Instance, int, double[]) - Method in class weka.classifiers.meta.ClassifierCascade
Adds the class distribution of the specified classifier to the meta-level instance.
addMethod(StringBuilder, Properties, List<String>) - Method in class adams.core.PropertiesToCode
Adds the method that returns the properties (and instantiates if necessary).
addMethodEnd() - Method in class adams.core.option.AbstractJavaCodeProducer
Closes the method with the generated code.
addMethodEnd() - Method in class adams.core.option.ActorExecutionClassProducer
Closes the method with the generated code.
addMethodEnd() - Method in class adams.core.option.ApplyActorProducer
Closes the method with the generated code.
addMethodEnd() - Method in class adams.core.option.FlowJUnitTestProducer
Closes the method with the generated code.
addMethodEnd() - Method in class adams.core.option.JavaInstantiationProducer
Closes the method with the generated code.
addMethodStart() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the method that encloses the generated code.
addMethodStart() - Method in class adams.core.option.ActorExecutionClassProducer
Adds the method that encloses the generated code.
addMethodStart() - Method in class adams.core.option.ApplyActorProducer
Adds the method that encloses the generated code.
addMethodStart() - Method in class adams.core.option.FlowJUnitTestProducer
Adds the method that encloses the generated code.
addMethodStart() - Method in class adams.core.option.JavaInstantiationProducer
Adds the method that encloses the generated code.
addMetric(SpreadSheet, String, Object) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
Adds the metric to the results, automatically expands spreadsheet.
addMetrics(SpreadSheet, int, Classifier, Instances, Evaluation) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment.AbstractExperimentJob
Adds the metrics from the Evaluation object to the results.
addMisclassificationTipText() - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Returns the tip text for this property.
addMonthOfYearTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
AddMostCommonActor - Class in adams.gui.flow.tree.menu
Menu for adding most common actors.
AddMostCommonActor() - Constructor for class adams.gui.flow.tree.menu.AddMostCommonActor
 
AddMostCommonActorAfter - Class in adams.gui.flow.tree.menu
For adding one of the most common actors after.
AddMostCommonActorAfter() - Constructor for class adams.gui.flow.tree.menu.AddMostCommonActorAfter
 
AddMostCommonActorBeneath - Class in adams.gui.flow.tree.menu
For adding one of the most common actors beneath.
AddMostCommonActorBeneath() - Constructor for class adams.gui.flow.tree.menu.AddMostCommonActorBeneath
 
AddMostCommonActorHere - Class in adams.gui.flow.tree.menu
For adding one of the most common actors here.
AddMostCommonActorHere() - Constructor for class adams.gui.flow.tree.menu.AddMostCommonActorHere
 
addMouseClickListener(MouseListener) - Method in class adams.gui.visualization.core.PlotPanel
Adds the given listener to the internal list of mouse click listeners.
addMouseListener(MouseListener) - Method in class adams.gui.core.BaseListWithButtons
Adds the specified mouse listener to the list widget to receive events.
addMouseListener(MouseListener) - Method in class adams.gui.core.BaseStatusBar
Adds the mouse listener to the status bar (the JLabel, actually).
addMouseListener(MouseListener) - Method in class adams.gui.core.ButtonTabComponent
Adds the listener.
addMouseListenerToHeader(JTable) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel
Adds a mouselistener to the header: left-click on the header sorts in ascending manner, using shift-left-click in descending manner.
addMouseMotionListener(MouseMotionListener) - Method in class adams.gui.core.BaseListWithButtons
Adds the specified mouse motion listener to the list widget to receive events.
addMouseMovementTracker(MouseMovementTracker) - Method in class adams.gui.visualization.core.plot.ContentPanel
Adds the given listener to the internal list of mouse movement tracking listeners.
addMouseMovementTracker(MouseMovementTracker) - Method in class adams.gui.visualization.core.PlotPanel
Adds the given listener to the internal list of mouse movement tracking listeners.
addMouseWheelListener(MouseWheelListener) - Method in class adams.gui.core.BaseListWithButtons
Adds the specified mouse wheel listener to the list widget to receive events.
addMultipleObjects() - Method in class adams.gui.goe.GenericArrayEditor
If the element editor implements MultiSelectionEditor a dialog is popped up to enter multiple objects.
addMultipleObjects(Object[]) - Method in class adams.gui.goe.GenericArrayEditor
Adds multiple objects.
addNestedItem(String, AbstractNestableResultItem) - Method in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
Adds the nested item.
addNode(Actor) - Method in class adams.core.option.FlowStructureDotProducer
Adds the actor as node.
addNode(Actor) - Method in class adams.core.option.FlowStructureGraphMLProducer
Adds the actor as node.
addNode(Actor, String, String) - Method in class adams.core.option.FlowStructureDotProducer
Adds the actor as node.
addNode(String, String) - Method in class adams.core.option.FlowStructureDotProducer
Adds a node.
addNode(String, String) - Method in class adams.core.option.FlowStructureGraphMLProducer
Adds a node.
addNode(String, String, String, String) - Method in class adams.core.option.FlowStructureDotProducer
Adds a node.
addNodeDroppedListener(NodeDroppedListener) - Method in class adams.gui.core.DragAndDropTree
Adds the listener to the internal list of node drop listeners.
addNote(Class, String) - Method in class adams.data.Notes
Adds the given note under the specified classname.
addNote(String, String) - Method in class adams.data.Notes
Adds the given note under the specified classname.
addNote(String, String, String) - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Sets the note for the file in the specified directory.
AddNote - Class in adams.flow.transformer
Adds a note to the notes handler passing through.
Pre-defined note types:
- ERROR:
- WARNING:
- PROCESS INFORMATION

Input/output:
- accepts:
   adams.data.NotesHandler
- generates:
   adams.data.NotesHandler


AddNote() - Constructor for class adams.flow.transformer.AddNote
 
addNumberFormatOverride(Type, String) - Method in class adams.gui.visualization.core.AxisPanel
Adds the format override for the specified type.
addNumDaysInMonthTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
addNumeric(Report, String, String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Adds the numeric value to the report.
addObject() - Method in class adams.gui.tools.AbstractManagementPanel
Adds the object and refreshes the table.
addObject(Object) - Method in class adams.gui.goe.GenericArrayEditor
Adds the object to the list.
addObjectSize(MetaData, String, Object) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Adds the object size to the meta-data.
addOkListener(ActionListener) - Method in class adams.gui.goe.GenericArrayEditor
This is used to hook an action listener to the ok button.
addOkListener(ActionListener) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
This is used to hook an action listener to the ok button.
addOneTipText() - Method in class weka.filters.unsupervised.attribute.LogTransform
Returns the tip text for this property.
addOperation(AbstractRestartOperation) - Method in class adams.flow.control.flowrestart.operation.MultiOperation
Appends the operation to execute.
addOption(Vector, String, Index, char) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, Index, String) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, Range, char) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, Range, String) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, String, char) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, String, String) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, OptionHandler, char) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, OptionHandler, String) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, Range, char) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, Range, String) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, SingleIndex, char) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOption(Vector, String, SingleIndex, String) - Static method in class weka.core.WekaOptionUtils
Adds an Option for a flag to the list of options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.object.tools.AbstractToolWithParameterPanel
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.object.tools.Annotator
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.object.tools.Edit
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.object.tools.Export
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.object.tools.Move
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.segmentation.tool.AbstractToolWithParameterPanel
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.segmentation.tool.BucketFill
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.segmentation.tool.Eraser
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.segmentation.tool.Export
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.segmentation.tool.Filter
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.segmentation.tool.Pencil
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Fills the parameter panel with the options.
addOptions(ParameterPanel) - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
Fills the parameter panel with the options.
addOtherMenus(JMenuBar) - Method in class adams.gui.tools.AbstractManagementPanel
For adding additional menus.
addOutputToken(Token) - Method in class adams.flow.control.SubProcess
Adds the given token to the list of available output tokens.
addOutputToken(Token) - Method in class adams.flow.source.SequenceSource
Adds the given token to the list of available output tokens.
addOverlay(Overlay) - Method in class adams.gui.visualization.object.overlay.MultiOverlay
Adds the overlays.
addOverlay(AbstractScatterPlotOverlay) - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlotSimple
Add overlay to the list of overlays
addOverlay(String, Color, float) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Adds an overlay layer with no image.
addOverlay(String, Color, float, BufferedImage) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Adds an overlay layer with image.
addPackage() - Method in class adams.core.option.AbstractJavaCodeProducer
Adds the package for the generated code.
addPackage(StringBuilder) - Method in class adams.core.PropertiesToCode
Adds the package for the generated code.
addPage(int, MultiPagePane.PageContainer) - Method in class adams.gui.core.MultiPagePane
Adds the page at the specified index.
addPage(int, String, Component) - Method in class adams.gui.core.MultiPagePane
Adds the page at the specified index.
addPage(MultiPagePane.PageContainer) - Method in class adams.gui.core.MultiPagePane
Adds the page at the end.
addPage(MultiPagePane, String, JComponent, int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.AbstractOutputGenerator
Adds a page for the confusion matrix.
addPage(AbstractWizardPage) - Method in class adams.gui.wizard.AbstractWizardPane
Adds the page under the given name.
addPage(AbstractWizardPage) - Method in class adams.gui.wizard.WizardPane
Adds the page under the given name.
addPage(AbstractWizardPage) - Method in class adams.gui.wizard.WizardPaneWithBranches
Adds the page under the given name.
addPage(AbstractWizardPage, AbstractWizardPage) - Method in class adams.gui.wizard.WizardPaneWithBranches
Adds the page under the given name.
addPage(File, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Adds the sheet.
addPage(String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Adds the sheet.
addPage(String, Component) - Method in class adams.gui.core.MultiPagePane
Adds the page at the end.
addPage(String, Component, int) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.PerFoldMultiPagePane
Adds the page at the end.
addPageUndo(int) - Method in class adams.gui.core.MultiPagePane
Adds the page to its undo list, if enabled.
addPaintlet(Paintlet) - Method in class adams.gui.visualization.core.PaintablePanel
Adds the paintlet to the internal list.
addPaintlet(Paintlet) - Method in interface adams.gui.visualization.core.PaintletManager
Adds the paintlet to the internal list.
addPaintlet(Paintlet) - Method in class adams.gui.visualization.image.ImagePanel
Adds the paintlet to the internal list.
addPaintlet(Paintlet) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Adds the paintlet to the internal list.
addPaintListener(PaintListener) - Method in class adams.gui.visualization.core.PlotPanel
Adds the given listener to the internal list of paint listeners.
addPair(String, Object) - Method in class adams.core.option.JsonProducer
Adds the named key/value pair.
addPanel(Actor, BasePanel) - Method in class adams.flow.standalone.AbstractMultiView
Replaces the current dummy panel with the actual panel.
addPanel(Actor, BasePanel) - Method in class adams.flow.standalone.GridView
Replaces the current dummy panel with the actual panel.
addPanel(Actor, BasePanel) - Method in class adams.flow.standalone.TabView
Replaces the current dummy panel with the actual panel.
addPanel(T, String) - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Adds the given experimenter panel.
addPanel(ExplorerExt, String) - Method in class weka.gui.explorer.MultiExplorer
Adds the given explorer panel.
addPanningListener(PlotPanelPanningListener) - Method in class adams.gui.visualization.core.plot.ContentPanel
Adds the given listener to the internal list of panning listeners.
addPanningListener(PlotPanelPanningListener) - Method in class adams.gui.visualization.core.PlotPanel
Adds the given listener to the internal list of panning listeners.
addParameter(boolean, AbstractChooserPanel) - Method in class adams.gui.core.ParameterPanel
Adds the chooser panel at the end.
addParameter(boolean, String, Component) - Method in class adams.gui.core.ParameterPanel
Adds the label and component as new row at the end.
addParameter(int, boolean, AbstractChooserPanel) - Method in class adams.gui.core.ParameterPanel
Inserts the chooser panel as new row at the specified row.
addParameter(int, boolean, String, Component) - Method in class adams.gui.core.ParameterPanel
Inserts the label and component as new row at the specified row.
addParameter(int, boolean, String, Component, JPanel) - Method in class adams.gui.core.ParameterPanel
Inserts the label and component as new row at the specified row.
addParameter(int, AbstractChooserPanel) - Method in class adams.gui.core.ParameterPanel
Inserts the chooser panel as new row at the specified row.
addParameter(int, AbstractChooserPanel) - Method in class adams.gui.core.ParameterPanelWithButtons
Inserts the chooser panel as new row at the specified row.
addParameter(int, String, Component) - Method in class adams.gui.core.ParameterPanel
Inserts the label and component as new row at the specified row.
addParameter(int, String, Component) - Method in class adams.gui.core.ParameterPanelWithButtons
Inserts the label and component as new row at the specified row.
addParameter(int, String, Component, JPanel) - Method in class adams.gui.core.ParameterPanel
Inserts the label and component as new row at the specified row.
addParameter(AbstractChooserPanel) - Method in class adams.gui.core.ParameterPanel
Adds the chooser panel at the end.
addParameter(AbstractChooserPanel) - Method in class adams.gui.core.ParameterPanelWithButtons
Adds the chooser panel at the end.
addParameter(String, Component) - Method in class adams.gui.core.ParameterPanel
Adds the label and component as new row at the end.
addParameter(String, Component) - Method in class adams.gui.core.ParameterPanelWithButtons
Adds the label and component as new row at the end.
addParameter(String, Component, JPanel) - Method in class adams.gui.core.ParameterPanel
Inserts the label and component as new row at the end.
addParameter(String, Object) - Method in class adams.data.report.Report
Add parameter value to store.
addParameter(String, String) - Method in class adams.data.report.Report
Add parameter value to store.
addPosition(Actor, int, int) - Method in class adams.core.option.AbstractDocumentationProducer
Adds the position to the internal list/map.
addPostExecuteMethod() - Method in class adams.core.option.ActorExecutionClassProducer
Adds a method that gets executed just after to the actors execution and cleanUp.
addPreExecuteMethod() - Method in class adams.core.option.ActorExecutionClassProducer
Adds a method that gets executed just prior to the actors setup and execution.
addPreExecuteMethod() - Method in class adams.core.option.DatabaseActorExecutionClassProducer
Adds a method that gets executed just prior to the actors setup and execution.
addPreference(String, String, AbstractChooserPanel) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Adds the chooser panel at the end.
addPreference(String, String, Component) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Adds a preference.
addPrintScreenListener(JComponent) - Method in class adams.gui.visualization.core.PlotPanel
Adds a "print screen" listener to the container.
addPriorityJar(String) - Method in class adams.core.management.Launcher
Adds the priority jar.
addProcessInformation(Object) - Method in class adams.data.Notes
Adds the commandline from the given object as process information.
addProcessor(AbstractMouseClickProcessor) - Method in class adams.gui.visualization.object.mouseclick.MultiProcessor
Adds the mouse click processors.
addProcessSelectedRowsAction(SpreadSheetTablePopupMenuItemHelper.TableState, JPopupMenu, SpreadSheetTablePopupMenuItem) - Static method in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
Adds the available menu items to the menu for processing selected rows.
addProcessSelectedRowsToPopupMenu(SpreadSheetTablePopupMenuItemHelper.TableState, JPopupMenu, List<SpreadSheetTablePopupMenuItem>) - Static method in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
Adds the available menu items to the menu for processing selected rows.
addProperty(String, String, AbstractChooserPanel) - Method in class adams.gui.core.PropertiesParameterPanel
Adds the chooser panel at the end.
addProperty(String, String, Component) - Method in class adams.gui.core.PropertiesParameterPanel
Adds a property.
addPropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.chooser.SimpleDirectoryChooser.SimpleDirectoryChooserCommunication
Adds the property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.goe.GenericArrayEditor
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.goe.GenericObjectEditor
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.goe.InlineEditor
Register a listener for the PropertyChange event.
addPropertyChangeListener(PropertyChangeListener) - Method in class adams.gui.goe.PropertySheetPanel
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class weka.gui.explorer.SqlPanel
Adds a PropertyChangeListener who will be notified of value changes.
addPropertyDescriptor(Class, String, PropertyDescriptor) - Static method in class adams.core.option.OptionUtils
Adds the descriptor to the cache.
addPropertyHint(String, PropertiesParameterPanel.PropertyHint) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the property hint with the specified property.
addPropertyType(String, PropertiesParameterPanel.PropertyType) - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Associates the preference type with the specified property.
addPropertyType(String, PropertiesParameterPanel.PropertyType) - Method in class adams.gui.core.PropertiesParameterPanel
Associates the property type with the specified property.
addPSFontReplacement(String, String) - Static method in class adams.gui.print.PostscriptGraphics
adds the PS font name to replace and its replacement in the replacement hashtable
addQuarterOfYearTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
addQueryChangeListener(ChangeListener) - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Adds the listener for changes in the query.
addQueryChangeListener(ChangeListener) - Method in class adams.gui.dialog.SQLStatementPanel
Adds the listener for changes to the query.
addQueryPanelListener(SqlQueryPanelListener) - Method in class adams.gui.tools.sqlworkbench.SqlQueryPanel
Adds the query panel listener.
addReattachListener(ChangeListener) - Method in class adams.gui.core.DetachablePanel
Adds the listener for reattach events.
addRecentActorProcessor(ActorProcessor) - Method in class adams.gui.flow.FlowEditorPanel
For adding an actor processor to the recent list.
addRecentFile(File, AbstractFileLoader) - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Adds the specified file/loader combination to the recent files list.
addRecentItem() - Method in class adams.gui.dialog.TextPanel
Adds the current file/encoding as recent item.
addRecentItem(T) - Method in class adams.gui.core.AbstractRecentItemsHandler
Adds the item to the internal list.
addRecentItemListener(RecentItemListener<M, T>) - Method in class adams.gui.core.AbstractRecentItemsHandler
Adds the listener to the internal list.
addRedo(Object, String) - Method in class adams.gui.core.Undo
Adds the object to the redo list.
addRefreshActionListener(ActionListener) - Method in class adams.gui.selection.AbstractDatabaseSelectionDialog
Adds the given listener to the Refresh button.
addRefreshActionListener(ActionListener) - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Adds the given listener to the Refresh button.
addRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.flow.FlowRunner
Adds the scripting engine to execute.
addRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.gui.application.AbstractApplicationFrame
Adds the scripting engine to execute.
addRemoteScriptingEngine(RemoteScriptingEngine) - Method in interface adams.scripting.RemoteScriptingEngineHandler
Adds the scripting engine to execute.
addRemoteScriptingEngine(RemoteScriptingEngine) - Method in class adams.terminal.application.AbstractTerminalApplication
Adds the scripting engine to execute.
addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener) - Method in class adams.flow.FlowRunner
Adds the listener for remote scripting engine changes.
addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener) - Method in class adams.gui.application.AbstractApplicationFrame
Adds the listener for remote scripting engine changes.
addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener) - Method in interface adams.scripting.RemoteScriptingEngineHandler
Adds the listener for remote scripting engine changes.
addRemoteScriptingEngineUpdateListener(RemoteScriptingEngineUpdateListener) - Method in class adams.terminal.application.AbstractTerminalApplication
Adds the listener for remote scripting engine changes.
addRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.BaseList
Adds the remove items listener to its internal list.
addRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.BaseListWithButtons
Adds the remove items listener to its internal list.
addRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.BaseTable
Adds the remove items listener to its internal list.
addRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.BaseTableWithButtons
Adds the remove items listener to its internal list.
addRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.MultiPagePane
Adds the remove items listener to its internal list.
addRemoveItemsListener(RemoveItemsListener) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Adds the remove items listener to its internal list.
addRenderingHints(Map) - Method in class adams.gui.print.PostscriptGraphics
 
addReportChangeListener(ChangeListener) - Method in class adams.gui.visualization.report.ReportFactory.Table
Adds the listener to listen for changes to the report.
ADDRESS - adams.core.TechnicalInformation.Field
Usually the address of the publisher or other type of institution.
addressTipText() - Method in class adams.core.net.EmailContact
Returns the tip text for this property.
addressTipText() - Method in class adams.flow.sink.Socket
Returns the tip text for this property.
addressTipText() - Method in class adams.flow.source.RSync
 
addResult(DisplayPanel) - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Adds the given text.
addResult(String) - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Adds the given text.
addResult(StringBuilder) - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Adds the given text.
addResult(String, Double) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Adds a result to the cache.
addResult(String, Double) - Method in class adams.opt.optimise.GeneticAlgorithm
Adds a result to the cache.
addRow() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Appends a row to the spreadsheet.
addRow() - Method in interface adams.data.spreadsheet.SpreadSheet
Appends a row to the spreadsheet.
addRow() - Method in class adams.data.spreadsheet.SpreadSheetView
Appends a row to the spreadsheet.
addRow() - Method in class adams.ml.data.DatasetView
Appends a row to the spreadsheet.
addRow() - Method in class adams.ml.data.InstancesView
Appends a row to the spreadsheet.
addRow(SpreadSheet, String, Object) - Static method in class adams.db.MetaDataUtils
Adds a row to the sheet with the given key and value.
addRow(AbstractComplexTag, AbstractTag[]) - Method in class adams.doc.docbook.InformalTable
Adds the row to the specified parent.
addRow(AbstractComplexTag, String[]) - Method in class adams.doc.docbook.InformalTable
Adds the row to the specified parent.
addRow(AbstractTag[]) - Method in class adams.doc.docbook.InformalTable
Adds the row to the body.
addRow(AbstractTag[]) - Method in class adams.doc.xhtml.Table
Adds the row.
addRow(AbstractTag[], String, String) - Method in class adams.doc.xhtml.Table
Adds the row.
addRow(String) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Adds a row with the given key to the list and returns the created object.
addRow(String) - Method in interface adams.data.spreadsheet.SpreadSheet
Adds a row with the given key to the list and returns the created object.
addRow(String) - Method in class adams.data.spreadsheet.SpreadSheetView
Adds a row with the given key to the list and returns the created object.
addRow(String) - Method in class adams.ml.data.DatasetView
Adds a row with the given key to the list and returns the created object.
addRow(String) - Method in class adams.ml.data.InstancesView
Adds a row with the given key to the list and returns the created object.
addRow(String[]) - Method in class adams.doc.docbook.InformalTable
Adds the row to the body.
addRow(String[]) - Method in class adams.doc.xhtml.Table
Adds the row.
addRow(String[], String, String) - Method in class adams.doc.xhtml.Table
Adds the row.
addRow(DatabaseMetaData, SpreadSheet, String) - Static method in class adams.db.MetaDataUtils
Adds a row to the sheet with the given key.
addScriptingInfoListener(ScriptingInfoListener) - Method in class adams.gui.scripting.AbstractScriptingEngine
Adds the scripting info listener to the internal list.
addScriptingListener(ScriptingListener) - Method in class adams.gui.scripting.ScriptingLogger
Adds the given listener to its internal list of listeners.
addSearchListener(SearchListener) - Method in class adams.gui.core.FilePanel
Adds the specified search listener.
addSearchListener(SearchListener) - Method in class adams.gui.core.SearchPanel
Adds the specified listener to the internal list of listeners.
addSecondResult(String, Double) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Adds a result to the cache (second evaluation).
addSelectionChangeListener(ChangeListener) - Method in class adams.gui.core.FilePanel
Adds the listener to the list of listeners that get notified when the selection changes.
addSelectionListener(ImagePanelSelectionListener) - Method in class adams.gui.visualization.image.ImagePanel
Adds the given listener to the internal list of selection listeners.
addSelectionListener(ImagePanelSelectionListener) - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Adds the given listener to the internal list of selection listeners.
addSelectionListener(ListSelectionListener) - Method in class adams.gui.core.AbstractQuickSearchPanel
Adds the selection listener to notify whenever the user selects an item (double click or enter).
addSelectionListener(ListSelectionListener) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
Add a listener to the list that's notified each time a change to the selection occurs.
addSendListener(ActionListener) - Method in class adams.gui.dialog.ComposeEmailPanel
Adds the listener for send events.
addSendToSubmenu(SendToActionSupporter, JMenu) - Static method in class adams.gui.sendto.SendToActionUtils
Adds all the available sendto actions for the specified class to the
addSendToSubmenu(SendToActionSupporter, JPopupMenu) - Static method in class adams.gui.sendto.SendToActionUtils
Adds all the available sendto actions for the specified class to the
addSeparator() - Method in class adams.gui.core.BaseFlatSplitButton
Adds a menu separator.
addSeparator() - Method in class adams.gui.core.BaseSplitButton
Adds a menu separator.
addSeparator() - Method in class adams.gui.core.ToolBarPanel
Adds a separator to the toolbar.
addSeparator(GenericObjectEditorPopupMenu) - Method in class adams.gui.goe.popupmenu.AbstractGenericObjectEditorPopupMenuCustomizer
Adds a separator if necessary.
addSeparator(Object) - Method in class adams.gui.goe.Favorites
Adds a separator to the menu.
addSeparatorLine(SpreadSheet, Writer) - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Adds a separator line to the output.
addSeparatorToMenu() - Method in class adams.gui.core.BaseButtonWithDropDownMenu
Adds a separator to the dropdown menu.
addSeparatorToMenu() - Method in class adams.gui.core.BaseFlatButtonWithDropDownMenu
Adds a separator to the dropdown menu.
addSeries(T, SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
Adds the series to the dataset.
addSetTextListener(ChangeListener) - Method in class adams.gui.core.TextEditorPanel.TextEditorArea
Adds the listener to the internal list of change listeners for setText events.
addSetup() - Method in class adams.gui.flow.FlowControlCenterPanel
Adds a setup.
addSetup(FlowSetup) - Method in class adams.gui.flow.setup.FlowSetupTableModel
Adds a shallow copy of the setup.
addShutdownHook() - Method in class adams.core.management.Launcher
Adds a shutdown hook, to kill the launched process.
addSortColumn(String, boolean) - Method in class adams.parser.spreadsheetquery.ParserHelper
Adds the name of a sort column.
addSortSetupListener(SortSetupListener) - Method in class adams.gui.tools.spreadsheetviewer.SortPanel
Adds the specified listener.
addSpreadSheet(SpreadSheet) - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Adds the spreadsheet as tab.
addStart(String) - Method in class adams.flow.execution.Time
Adds the start time.
addStatementToHistory() - Method in class adams.gui.dialog.SQLStatementPanel
Adds the current statement to the list of recent statements.
addStaticInfo(AbstractOption) - Method in class adams.core.option.XhtmlProducer.ActorOptionTraverser
Adds static information, like property, command-line flag and description.
addStatistic(SpreadSheet, String, Object) - Method in class adams.flow.transformer.WekaInstancesInfo
Adds a statistic to the dataset.
addStatistic(Evaluation, SpreadSheet, EvaluationStatistic, int, boolean) - Method in class adams.flow.transformer.WekaEvaluationValues
Adds the specified statistic to the spreadsheet.
addStdErr(String) - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Adds the line received on stderr from the command.
addStdErr(String) - Method in interface adams.core.command.AsyncCapableExternalCommand
Adds the line received on stderr from the command.
addStdOut(String) - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Adds the line received on stdout from the command.
addStdOut(String) - Method in interface adams.core.command.AsyncCapableExternalCommand
Adds the line received on stdout from the command.
addStorageFilePair(BaseKeyValuePair) - Method in class adams.flow.standalone.DeserializeToStorage
Adds the variable name/value pair.
addStorageName(StorageName) - Method in class adams.flow.source.CombineArrays
Adds the storage name.
addStorageName(StorageName) - Method in class adams.flow.source.CombineCollections
Adds the storage name.
addStorageName(StorageName) - Method in class adams.flow.source.StorageValuesArray
Adds the storage name.
addStorageName(StorageName) - Method in class adams.flow.source.ZipArrays
Adds the storage name.
addStorageName(StorageName) - Method in class adams.flow.standalone.WekaInitializeScriptedClassifiers
Adds the storage name of the scripted classifier to initialize.
addStorageName(String) - Method in class adams.flow.standalone.WekaInitializeScriptedClassifiers
Adds the storage name of the scripted classifier to initialize.
addString(BaseString) - Method in class adams.flow.source.StringConstants
Adds the string.
addString(Report, String, String) - Method in class adams.data.io.input.PascalVOCObjectLocationsReader
Adds the string value to the report.
addString(String) - Method in class adams.flow.source.StringConstants
Adds the string.
addStruct(Map, Struct) - Method in class adams.data.conversion.Mat5FileToMap
Adds the Struct recursively.
addStruct(Map, Struct, int[]) - Method in class adams.data.conversion.Mat5StructToMap
Adds the Struct recursively.
addSubmenu(SendToActionSupporter, JMenu) - Static method in class adams.gui.sendto.SendToActionUtils
Attaches a listener to the top-level menu that triggers the generation of the send-to submenu.
addSubRangeInfo(MetaData, double[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.SubRangeEvaluation
Adds the range information to a clone of the provided meta-data info and returns it.
addSubRangeInfo(MetaData, double[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.SubRangeEvaluation
Adds the range information to a clone of the provided meta-data info and returns it.
addSubscriber(PublicationListener) - Method in class adams.core.PublishSubscribeHandler
Adds the subscriber.
addSuperclass() - Method in class adams.gui.tools.FavoritesManagementPanel
Adds a new superclass for favorites.
addSynopsis(AbstractTag, Object) - Method in class adams.core.option.XhtmlProducer
Adds an Table with the global info an potential additional information.
addTab(AbstractRemoteControlCenterTab, boolean) - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterPanel
Adds the tab.
addTab(AbstractInvestigatorTab) - Method in class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane
Adds the tab.
addTab(AbstractInvestigatorTab, boolean) - Method in class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane
Adds the tab.
addTab(T, JComponent) - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator
Adds the component as tab to the result item.
addTabChangeListener(ChangeListener) - Method in class adams.gui.core.BaseTabbedPane
Adds the listener for changes in tabs.
addTabClosedListeners(TabClosedListener) - Method in class adams.gui.core.BaseTabbedPane
Adds the listener for closing tabs.
addTableModelListener(TableModelListener) - Method in class adams.gui.chooser.DatePanel.InternalCalendarModel
Part of TableModel, day
addTableModelListener(TableModelListener) - Method in class adams.gui.visualization.container.AbstractContainerList
Adds the given listener to the internal list.
addTableModelListener(TableModelListener) - Method in class adams.gui.visualization.instances.InstancesTableModel
adds a listener to the list that is notified each time a change to data model occurs
addTabsSubmenu(JMenu) - Method in class adams.gui.flow.tab.FlowTabManager
Adds all the available tabs.
addTabsSubmenu(JMenu) - Method in class adams.gui.tools.spreadsheetviewer.tab.ViewerTabManager
Adds all the available tabs.
addTabUndo(int) - Method in class adams.gui.core.BaseTabbedPane
Adds the tab to its undo list, if enabled.
addTabVisibilityChangeListener(TabVisibilityChangeListener) - Method in class adams.gui.core.BaseTabbedPaneWithTabHiding
Adds a listener for tab visibility.
addTag(BaseKeyValuePair) - Method in interface adams.core.tags.TagHandler
Adds the tag.
addTempFavorite(Class, boolean, Object, String) - Method in class adams.gui.goe.Favorites
Adds a temporary favorite for a class.
addTempFavorite(Class, Object, String) - Method in class adams.gui.goe.Favorites
Adds a temporary favorite for a class.
AddTemplateAfter - Class in adams.gui.flow.tree.keyboardaction
Adds an actor generated from a template after the current location.
AddTemplateAfter() - Constructor for class adams.gui.flow.tree.keyboardaction.AddTemplateAfter
 
AddTemplateBeneath - Class in adams.gui.flow.tree.keyboardaction
Adds an actor generated from a template at the current location.
AddTemplateBeneath() - Constructor for class adams.gui.flow.tree.keyboardaction.AddTemplateBeneath
 
AddTemplateHere - Class in adams.gui.flow.tree.keyboardaction
Adds an actor generated from a template at the current location.
AddTemplateHere() - Constructor for class adams.gui.flow.tree.keyboardaction.AddTemplateHere
 
addTimestampTipText() - Method in class adams.data.timeseries.Values
Returns the tip text for this property.
addTimestampTipText() - Method in class adams.flow.sink.sendnotification.LogFile
Returns the tip text for this property.
addTipText() - Method in class adams.tools.AbstractAddRemoveTimeWindowDatabaseTool
Returns the tip text for this property.
addTmpIndex(List<Binnable<T>>) - Static method in class adams.data.binning.operation.Wrapping
Adds the list index under a temporary key Wrapping.TMP_INDEX.
addToButtonsPanel(Component) - Method in class adams.gui.core.BasePanelWithButtons
Adds the component to the panel with the buttons.
addToDefaultHandler(Handler) - Static method in class adams.core.logging.LoggingHelper
Adds the handler to the default handler, but only if not already present.
addToEditMenu(JMenu) - Method in class adams.gui.tools.AbstractManagementPanel
Hook method for adding items to the "Edit" menu.
addToFileMenu(JMenu) - Method in class adams.gui.tools.AbstractManagementPanel
Hook method for adding items to the "File" menu.
addToFileMenu(JMenu) - Method in class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase
Hook method for adding items to the "File" menu.
addToFitnessHistory(AbstractGeneticAlgorithm.FitnessContainer) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Adds the fitness container to the history.
addToHistory() - Method in class adams.gui.dialog.SpreadSheetQueryPanel
Adds the current query to the history.
addToHistory(AbstractNamedHistoryPanel<R>, R) - Method in class adams.gui.tools.wekainvestigator.evaluation.AbstractEvaluation
Adds the item to the history and selects it.
addToHistory(String) - Method in class adams.gui.scripting.AbstractScriptingEngine
Adds the command to the history.
addTokenListener(TokenListener) - Method in interface adams.flow.core.TokenEventHandler
Adds the specified listener.
addTokenListener(TokenListener) - Method in class adams.flow.sink.ProgrammaticSink
Adds the specified listener.
addTokenListener(ProgrammaticTokenListener.TokenListener) - Method in class adams.flow.transformer.ProgrammaticTokenListener
Adds the token listener to its internal list.
addToList(int, int, Object, List) - Static method in class adams.core.DiffUtils
Adds the object to the destination list.
addToList(int, int, List<String>, List) - Static method in class adams.core.DiffUtils
Adds the specified contents of the source list to the destination list.
addToList(AbstractArgumentOption, Object, OptionTraversalPath) - Method in class adams.flow.core.ErrorHandlerInstanceLister
Adds the object to the list if an Actor.
addToMap(Map<String, BaseKeyValuePair>, BaseKeyValuePair[], boolean) - Static method in class adams.core.tags.TagProcessorHelper
Adds the tags to the map.
addToMap(Map<String, BaseKeyValuePair>, List<BaseKeyValuePair>, boolean) - Static method in class adams.core.tags.TagProcessorHelper
Adds the tags to the map.
addToMenu(BaseMenu, String, List<JMenuItem>) - Method in class adams.gui.flow.tree.menu.EncloseActorCompact
Adds the menuitems to the menu.
addToMenu(Action) - Method in class adams.gui.core.BaseButtonWithDropDownMenu
Adds the action for the dropdown menu.
addToMenu(Action) - Method in class adams.gui.core.BaseFlatButtonWithDropDownMenu
Adds the action for the dropdown menu.
addToMenu(JMenuItem) - Method in class adams.gui.core.BaseButtonWithDropDownMenu
Adds the menu item for the dropdown menu.
addToMenu(JMenuItem) - Method in class adams.gui.core.BaseFlatButtonWithDropDownMenu
Adds the menu item for the dropdown menu.
addToMenuBar(JMenuBar) - Method in class adams.gui.plugin.AbstractToolPluginManager
Adds the plugins to the menu bar.
addToMissing(EmailContact) - Method in class adams.gui.selection.SelectEmailAddressPanel
Returns whether to add the item really to the missing list.
addToMissing(T) - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Returns whether to add the item really to the missing list.
addToolTip(AbstractOption, StringBuilder) - Method in class adams.core.option.CommandlineHelpProducer
Breaks up the tool tip and adds it to the StringBuilder.
addToolTip(AbstractOption, StringBuilder) - Method in class adams.core.option.HtmlHelpProducer
Breaks up the tool tip and adds it to the StringBuilder.
addToolTip(AbstractOption, StringBuilder) - Method in class adams.core.option.HtmlParametersProducer
Breaks up the tool tip and adds it to the StringBuilder.
addToolTipAxis(Axis) - Method in class adams.gui.visualization.core.PlotPanel
Adds the axis at the end of the vector with the axes making up the tooltip of values of the content panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Adds the value to the panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.AbstractGOEValueDefinition
Adds the value to the panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Adds the value to the panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Adds the value to the panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.DirectoryValueDefinition
Adds the value to the panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.EnumValueDefinition
Adds the value to the panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.FileValueDefinition
Adds the value to the panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.ListSelectionValueDefinition
Adds the value to the panel.
addToPanel(PropertiesParameterPanel) - Method in class adams.flow.source.valuedefinition.RegExpConstrainedStringDefinition
Adds the value to the panel.
addToPopupMenu(SpreadSheetTablePopupMenuItemHelper.TableState, boolean, JPopupMenu, List<SpreadSheetTablePopupMenuItem>) - Static method in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
Adds the available menu items to the menu.
addToPopupMenu(SpreadSheetTablePopupMenuItemHelper.TableState, JPopupMenu, boolean) - Static method in class adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItemHelper
Adds the available menu items to the menu.
addToPopupMenu(InstancesTablePopupMenuItemHelper.TableState, boolean, JPopupMenu, List<InstancesTablePopupMenuItem>, Set<Class>) - Static method in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper
Adds the available menu items to the menu.
addToPopupMenu(InstancesTablePopupMenuItemHelper.TableState, JPopupMenu, boolean) - Static method in class adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItemHelper
Adds the available menu items to the menu.
addToReport(Report, String, Object) - Method in class adams.flow.transformer.AbstractReportDbUpdater
Adds the specified value to the report.
addToStringHook(Class, Class, String) - Static method in class adams.core.option.OptionUtils
Adds the given hook for converting objects into strings (low-level).
addToStringHook(Class, Method) - Static method in class adams.core.option.OptionUtils
Adds the given hook for converting objects into strings (low-level).
addToToolBar(Action) - Method in class adams.gui.core.ToolBarPanel
Adds the specified action to the toolbar.
addToToolBar(JComponent) - Method in class adams.gui.core.ToolBarPanel
Adds the specified component to the toolbar.
addToWidgetsPanel(Component) - Method in class adams.gui.core.SearchPanel
Adds the component to the panel with the Widgets.
addToWidgetsPanel(Component, int) - Method in class adams.gui.core.SearchPanel
Adds the component to the panel with the Widgets.
addTrigger(AbstractTrigger) - Method in class adams.flow.control.flowrestart.trigger.MultiTrigger
Appends the specified trigger.
addUndo(Object, String) - Method in class adams.gui.core.Undo
Adds the object to the undo list, throws the Redo list away.
addUndo(Object, String, boolean) - Method in class adams.gui.core.Undo
Adds the object to the undo list.
addUndoListener(UndoListener) - Method in class adams.gui.core.Undo
Adds the listener to the internal list.
addUndoPoint() - Method in class adams.gui.visualization.instances.InstancesTable
adds an undo point to the undo history, if the undo support is enabled
addUndoPoint() - Method in class adams.gui.visualization.instances.InstancesTableModel
adds an undo point to the undo history, if the undo support is enabled
addUndoPoint() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Adds an undo point.
addUndoPoint(String) - Method in interface adams.gui.core.UndoHandlerWithQuickAccess
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.flow.FlowPanel
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.flow.tree.menu.AbstractTreePopupMenuItemAction
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Adds an undo point with the given comment.
addUndoPoint(String) - Method in interface adams.gui.flow.tree.menu.TreePopupAction
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.flow.tree.quickaction.AbstractTreeQuickMenuItemAction
Adds an undo point with the given comment.
addUndoPoint(String) - Method in interface adams.gui.flow.tree.quickaction.TreeQuickAction
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.flow.tree.Tree
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.visualization.image.ImagePanel
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Adds an undo point with the given comment.
addUndoPoint(String) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Adds an undo point, if undo is enabled.
addUndoPoint(String) - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Adds an undo point with the given comment.
addUndoPoint(String, String) - Method in class adams.gui.flow.FlowPanel
Adds an undo point, if possible.
addUndoPoint(String, String) - Method in class adams.gui.scripting.AbstractCommandProcessor
Adds an undo point, if possible.
addUndoPoint(String, String) - Method in class adams.gui.scripting.AbstractUndoScriptlet
Adds an undo point, if possible.
addUndoPoint(String, String) - Method in class adams.gui.visualization.image.ImagePanel
Adds an undo point, if possible.
addUpdateColumn(String, Object) - Method in class adams.parser.spreadsheetquery.ParserHelper
Adds the name of a column to update with a new value.
addValue(Report, String, Object) - Method in class adams.data.io.input.CocoAnnotationsReportReader
Adds the specified value to the report.
addValue(AbstractValueDefinition) - Method in class adams.flow.source.EnterManyValues
Adds a single value definition at the end.
addValue(HashSet, Object) - Method in class adams.flow.transformer.HashSetAdd
Adds the value to the hashset.
addValue(HashSet, Object) - Method in class adams.flow.transformer.HashSetInit
Adds the value to the hashset.
addValueOfHook(Class, Class, String) - Static method in class adams.core.option.OptionUtils
Adds the given hook for converting strings into objects, automatically adds the handling of arrays.
addValueOfHook(Class, Method) - Static method in class adams.core.option.OptionUtils
Adds the given hook for converting strings into objects (low-level).
addVariableChangeListener(VariableChangeListener) - Method in class adams.core.Variables
Adds the listener to the internal list.
addVariableName(VariableName) - Method in class adams.flow.source.VariablesArray
Adds the variable.
addVariableName(VariableName) - Method in class adams.flow.transformer.ArrayToVariables
Adds the variable.
addVariableNode(String) - Method in class adams.core.option.FlowStructureDotProducer
Adds the actor as node (actor is represented by the variable).
addVariableNode(String) - Method in class adams.core.option.FlowStructureGraphMLProducer
Adds the actor as node (actor is represented by the variable).
addVariablePair(VariableNameValuePair) - Method in class adams.flow.standalone.SetManyVariables
Adds the variable name/value pair.
addVariablePair(VariableNameValuePair) - Method in class adams.flow.transformer.SetManyVariables
Adds the variable name/value pair.
addVertex(LocatedObject, Point) - Method in class adams.gui.visualization.object.tools.Edit
Adds the vertex to the specified object.
addVertext(Polygon, Point) - Static method in class adams.data.geometry.PolygonUtils
Adds the vertex to the polygon at the appropriate position.
addWarning(Class, String) - Method in class adams.data.Notes
Adds the given warning under the specified classname.
addWarning(String) - Method in class adams.data.io.input.AbstractFlowReader
Adds the warning message.
addWarning(String) - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Adds the warning to its internal list of warnings.
addWarning(String) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Adds the warning to its internal list of warnings.
addWarning(String, String) - Method in class adams.data.Notes
Adds the given warning under the specified classname.
addWarning(String, Throwable) - Method in class adams.data.io.input.AbstractFlowReader
Adds the warning message and exception.
addWatch(String, ExpressionWatchPanel.ExpressionType) - Method in class adams.flow.execution.debug.ControlPanel
Adds a new expression (if not already present).
addWeekendIndicatorTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
addWindowAdapter() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Adds a window listener to the dialog.
addZoom(double, double, double, double) - Method in class adams.gui.visualization.core.plot.ContentPanel
Adds a zoom.
addZoom(double, double, double, double) - Method in class adams.gui.visualization.core.PlotPanel
Adds a zoom.
addZoom(int, int, int, int) - Method in class adams.gui.visualization.core.plot.ContentPanel
Adds a zoom.
addZoom(int, int, int, int) - Method in class adams.gui.visualization.core.PlotPanel
Adds a zoom.
addZoomListener(PlotPanelZoomListener) - Method in class adams.gui.visualization.core.plot.ContentPanel
Adds the given listener to the internal list of zoom listeners.
addZoomListener(PlotPanelZoomListener) - Method in class adams.gui.visualization.core.PlotPanel
Adds the given listener to the internal list of zoom listeners.
adjust(double) - Method in enum adams.opt.genetic.Measure
Adjusts the measure value for sorting: either multiplies it with -1 or 1.
adjust(double) - Method in enum adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
Adjusts the measure value for sorting: either multiplies it with -1 or 1.
adjust(Dataset, Capabilities) - Static method in class adams.ml.capabilities.CapabilitiesHelper
Tries to adjust the dataset to the capabilities.
adjust(Dataset, CapabilitiesHandler) - Static method in class adams.ml.capabilities.CapabilitiesHelper
Tries to adjust the dataset to the capabilities of the handler.
Adjust - Class in adams.gui.visualization.instance.plotpopup
Whether to adjust the plot to the loaded or visible data.
Adjust - Class in adams.gui.visualization.sequence.plotpopup
Whether to adjust the plot to the loaded or visible data.
Adjust - Class in adams.gui.visualization.spreadsheet.plotpopup
Whether to adjust the plot to the loaded or visible data.
Adjust - Class in adams.gui.visualization.timeseries.plotpopup
Whether to adjust the plot to the loaded or visible data.
Adjust() - Constructor for class adams.gui.visualization.instance.plotpopup.Adjust
 
Adjust() - Constructor for class adams.gui.visualization.sequence.plotpopup.Adjust
 
Adjust() - Constructor for class adams.gui.visualization.spreadsheet.plotpopup.Adjust
 
Adjust() - Constructor for class adams.gui.visualization.timeseries.plotpopup.Adjust
 
AdjustableGridPanel - Class in adams.gui.core
Panel with GridLayout that allows user to adjust layout.
AdjustableGridPanel() - Constructor for class adams.gui.core.AdjustableGridPanel
Initializes the panel with just one row.
AdjustableGridPanel(int, int) - Constructor for class adams.gui.core.AdjustableGridPanel
Initializes the panel with specified dimensions, no items.
AdjustableGridPanel(int, int, Component[]) - Constructor for class adams.gui.core.AdjustableGridPanel
Initializes the panel with specified dimensions and items.
AdjustableGridPanel(int, int, List<Component>) - Constructor for class adams.gui.core.AdjustableGridPanel
Initializes the panel with specified dimensions and items.
adjustAmount(Date, Double, TimeAmount) - Method in class adams.parser.ParserHelper
Corrects the amount using the factor and the note in the amount.
adjustArray(Object, int, Object) - Static method in class adams.core.Utils
Creates a new array of the specified length and fills it with the values of the old array before returning it.
adjustForTrendsTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
adjustForVarianceTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
adjustIndices(int[], int) - Static method in class adams.core.Utils
Updates the indices with the supplied adjustment value.
adjustLabels() - Method in class adams.gui.dialog.AbstractReplaceDialog
Method for adjusting the label sizes.
adjustLabels() - Method in class adams.gui.dialog.ReplaceFieldDialog
Method for adjusting the label sizes.
adjustMaximum(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Adjusts the maximum to work with this model.
adjustMaximum(double) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Adjusts the maximum to work with this model.
adjustMaximum(double) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Adjusts the maximum to work with this model.
adjustMaximum(double) - Method in class adams.gui.visualization.core.axis.LogAxisModel
Adjusts the maximum to work with this model.
adjustMaximum(double) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Adjusts the maximum to work with this model.
adjustMinimum(double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Adjusts the minimum to work with this model.
adjustMinimum(double) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Adjusts the minimum to work with this model.
adjustMinimum(double) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Adjusts the minimum to work with this model.
adjustMinimum(double) - Method in class adams.gui.visualization.core.axis.LogAxisModel
Adjusts the minimum to work with this model.
adjustMinimum(double) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Adjusts the minimum to work with this model.
adjustSize() - Method in class adams.gui.visualization.container.NotesFactory.Dialog
Adjusts the size of the dialog.
adjustSize(SideBySideDiffPanel) - Method in class adams.flow.sink.SideBySideDiff
Adjusts the size of the left/right panels to fit the actors size.
adjustSize(Component) - Static method in class adams.gui.core.GUIHelper
Adjusts the size of the window, that it fits onto the screen.
adjustToVisibleDataTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
AdvancedScriptEditorTemplatesDefinition - Class in adams.env
Definition for the ScriptEditor templates props file.
AdvancedScriptEditorTemplatesDefinition() - Constructor for class adams.env.AdvancedScriptEditorTemplatesDefinition
 
AdvancedScriptParsing - Class in adams.core.option.parsing
For parsing AbstractAdvancedScript derived options.
AdvancedScriptParsing() - Constructor for class adams.core.option.parsing.AdvancedScriptParsing
 
AdvancedTab - Class in adams.gui.tools.remotecontrolcenter.panels
Sends a command.
AdvancedTab() - Constructor for class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
 
AdvancedTab.InspectionResponseHandler - Class in adams.gui.tools.remotecontrolcenter.panels
Specialized response handler that populates an InspectionPanel.
AFFILIATION - adams.core.TechnicalInformation.Field
The authors affiliation.
AFTER - adams.data.outlier.TimeseriesTimestampCheck.TimestampCondition
timestamp must be after.
AFTER - adams.flow.control.Injector.Location
after the current token.
AFTER - adams.flow.transformer.timeseriessplit.AbstractSplitOnDate.Segments
 
AFTER - adams.gui.core.DragAndDropTree.DropMenu
after this position.
AFTER - adams.gui.core.DragAndDropTree.DropPosition
after this position.
AFTER - adams.gui.flow.tree.TreeOperations.InsertPosition
after this position.
AFTER - Static variable in interface adams.parser.actorsuggestion.sym
 
AFTER - Static variable in interface adams.parser.externalactorsuggestion.sym
 
AFTER - Static variable in interface adams.parser.templatesuggestion.sym
 
afterChoose(AbstractChooserPanel) - Method in interface adams.gui.chooser.AbstractChooserPanel.ChooseListener
Gets called after the user chose a value.
afterChoose(AbstractChooserPanel) - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Gets called after the user chose a value.
afterChoose(T) - Method in class adams.gui.chooser.AbstractChooserPanel
Hook method after choosing, but before setting the current value.
afterHide() - Method in class adams.gui.core.BaseDialog
Hook method just after the dialog was hidden.
afterHide() - Method in class adams.gui.core.BaseFrame
Hook method just after the dialog was hidden.
afterHide() - Method in class adams.gui.core.BasePanel
Hook method just after the panel was hidden.
afterHide() - Method in class adams.gui.core.BaseWindow
Hook method just after the dialog was hidden.
afterHide() - Method in class adams.gui.dialog.SQLStatementDialog
Hook method just after the dialog was hidden.
afterPasteFromClipboard() - Method in class adams.gui.chooser.AbstractChooserPanel
Hook method after pasting from clipboard.
afterPasteFromClipboard() - Method in class adams.gui.chooser.DirectoryChooserPanel
Hook method after pasting from clipboard.
afterPasteFromClipboard() - Method in class adams.gui.chooser.FileChooserPanel
Hook method after pasting from clipboard.
afterPasteFromClipboard() - Method in class adams.gui.chooser.SpreadSheetFileChooserPanel
Hook method after pasting from clipboard.
afterSendRequest(String) - Method in class adams.scripting.command.AbstractCommand
Hook method after sending the request.
afterSendRequest(String) - Method in class adams.scripting.command.basic.StopRemoteLogging
Hook method after sending the request.
afterSendRequest(String) - Method in interface adams.scripting.command.RemoteCommand
Hook method after sending the request.
afterSendResponse(String) - Method in class adams.scripting.command.AbstractCommandWithResponse
Hook method after sending the response.
afterSendResponse(String) - Method in interface adams.scripting.command.RemoteCommandWithResponse
Hook method after sending the response.
afterSetCurrent(T, boolean) - Method in class adams.gui.chooser.AbstractChooserPanel
Hook method after setting the current value.
afterShow() - Method in class adams.gui.core.BaseDialog
Hook method just after the dialog was made visible.
afterShow() - Method in class adams.gui.core.BaseFrame
Hook method just after the dialog was made visible.
afterShow() - Method in class adams.gui.core.BasePanel
Hook method just after the panel was made visible.
afterShow() - Method in class adams.gui.core.BaseWindow
Hook method just after the dialog was made visible.
afterTabClosedWithMiddleMouseButton(int, Component) - Method in class adams.gui.core.BaseTabbedPane
Hook method that gets executed after a tab was successfully removed with a middle mouse button click.
afterTableLayoutChanged() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTable
Can be called after the layout changed.
afterTableLayoutChanged() - Method in class adams.gui.visualization.instances.InstancesTable
Can be called after the layout changed.
afterTipText() - Method in class adams.data.conversion.SpreadSheetAddRowID
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.CollectionInsert
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetCopyRows
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetInsertColumn
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRow
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetInsertRowScore
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.StorageCollectionInsert
Returns the tip text for this property.
afterTipText() - Method in class adams.flow.transformer.StringInsert
Returns the tip text for this property.
aggregate() - Method in class adams.parser.spreadsheetquery.ParserHelper
Sets to create subset from aggregates.
aggregateColumnsTipText() - Method in class adams.flow.transformer.SpreadSheetAggregate
Returns the tip text for this property.
aggregated() - Method in class weka.classifiers.AggregateEvaluations
Returns the aggregated evaluation.
AggregateEvaluations - Class in weka.classifiers
Allows the aggregation of Evaluation objects.
AggregateEvaluations() - Constructor for class weka.classifiers.AggregateEvaluations
Initializes the object.
aggregatesTipText() - Method in class adams.flow.transformer.SpreadSheetAggregate
Returns the tip text for this property.
ALBANIAN - adams.flow.core.TesseractLanguage
 
Algorithm<T extends Model> - Interface in adams.ml.model
Interface for machine learning algorithms.
ALGORITHM_CDF2_4 - Static variable in class weka.filters.unsupervised.attribute.FastWavelet
the type of algorithm: CDF2 4.
ALGORITHM_DAUBECHIES2 - Static variable in class weka.filters.unsupervised.attribute.FastWavelet
the type of algorithm: Daubechies2.
ALGORITHM_HAAR - Static variable in class weka.filters.unsupervised.attribute.FastWavelet
the type of algorithm: Haar.
ALGORITHM_SYMMLET8 - Static variable in class weka.filters.unsupervised.attribute.FastWavelet
the type of algorithm: Symmlet8.
algorithmsTipText() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
algorithmTipText() - Method in interface adams.data.binning.algorithm.BinningAlgorithmUser
Returns the tip text for this property.
algorithmTipText() - Method in class adams.data.filter.AbstractAutocorrelation
Returns the tip text for this property.
algorithmTipText() - Method in class adams.data.image.transformer.Cropping
Returns the tip text for this property.
algorithmTipText() - Method in class adams.data.image.transformer.WhiteBalance
Returns the tip text for this property.
algorithmTipText() - Method in class adams.data.instancesanalysis.PLS
Returns the tip text for this property.
algorithmTipText() - Method in class adams.data.objectfilter.MergeOverlaps
Returns the tip text for this property.
algorithmTipText() - Method in class adams.data.overlappingobjectremoval.MergeOverlaps
Returns the tip text for this property.
algorithmTipText() - Method in class adams.data.statistics.ArrayBinning
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns the tip text for this property.
algorithmTipText() - Method in interface adams.flow.transformer.FeatureGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.ImageObjectOverlapMatrix
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.ImageSharpness
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.negativeregions.AbstractMetaNegativeRegionsGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.NegativeRegions
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the tip text for this property.
algorithmTipText() - Method in class adams.ml.preprocessing.supervised.PLS
Returns the tip text for this property.
algorithmTipText() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class weka.classifiers.functions.GeneticAlgorithm
Returns the tip text for this property.
algorithmTipText() - Method in class weka.classifiers.functions.PLSRegressor
Returns the tip text for this property
algorithmTipText() - Method in class weka.classifiers.functions.PLSWeighted
Returns the tip text for this property
algorithmTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns the tip text for this property.
algorithmTipText() - Method in class weka.filters.supervised.attribute.MultiPLS
Returns the tip text for this property
algorithmTipText() - Method in class weka.filters.supervised.attribute.PLS
Returns the tip text for this property
algorithmTipText() - Method in class weka.filters.unsupervised.attribute.FastWavelet
Returns the tip text for this property.
AlignDataset - Class in weka.filters.unsupervised.instance
Aligns the dataset(s) passing through to the reference dataset.
Makes use of the following other filters internally:
- weka.filters.unsupervised.attribute.AnyToString
- weka.filters.unsupervised.instance.RemoveWithLabels

Valid options are:
AlignDataset() - Constructor for class weka.filters.unsupervised.instance.AlignDataset
 
alignIndices(int[]) - Static method in class weka.classifiers.CrossValidationHelper
Reorders the indices to align with the original data.
AligningSequences - Class in adams.flow.sink.sequenceplotter
Aligns the sequences on the left.
AligningSequences() - Constructor for class adams.flow.sink.sequenceplotter.AligningSequences
 
alignmentTipText() - Method in class adams.flow.transformer.pdfstamp.Text
Returns the tip text for this property.
alignPredictions(ArrayList<Prediction>, int[]) - Static method in class weka.classifiers.CrossValidationHelper
Reorders the predictions to align with the original data.
All - Class in adams.core.net.hostnameverifier
Verifies all hosts.
All - Class in adams.core.net.trustmanager
Trusts all certificates.
All - Class in adams.gui.visualization.image.interactionlogging
Logs all events.
All() - Constructor for class adams.core.net.hostnameverifier.All
 
All() - Constructor for class adams.core.net.trustmanager.All
 
All() - Constructor for class adams.gui.visualization.image.interactionlogging.All
 
ALL - adams.data.compare.DataContainer.ComparisonType
 
ALL - adams.data.instancesanalysis.pls.PredictionType
predict all Ys.
ALL - adams.flow.source.wekapackagemanageraction.ListPackages.ListType
 
ALL - adams.flow.transformer.Mat5ArrayInfo.InfoType
 
ALL - adams.flow.transformer.StringReplace.ReplaceType
String.replaceAll(...).
ALL - adams.gui.core.ConsolePanel.PanelType
contains all the output.
ALL - adams.gui.core.TableRowRange
all rows.
ALL - adams.gui.visualization.segmentation.SegmentationPanel.LayerVisibility
 
ALL - adams.opt.genetic.OutputType
setup and data.
ALL - Static variable in class adams.core.base.BaseInterval
the placeholder for all.
ALL - Static variable in class adams.core.Range
"first-last" constant.
ALL - Static variable in class adams.core.UnorderedRange
"first-last" constant.
ALL - Static variable in interface adams.parser.lookupupdate.sym
 
ALL_MATCHES - adams.flow.transformer.ImageObjectOverlapMatrix.MatrixOutput
 
AllFinder - Class in adams.data.objectfinder
Returns all indices.
AllFinder - Class in adams.data.spreadsheet.columnfinder
Dummy finder, finds all columns.
AllFinder - Class in adams.data.spreadsheet.rowfinder
Dummy finder, returns all rows.
AllFinder - Class in adams.data.weka.columnfinder
Dummy finder, finds all columns.
AllFinder - Class in adams.data.weka.rowfinder
Dummy finder, finds all rows.
AllFinder() - Constructor for class adams.data.objectfinder.AllFinder
 
AllFinder() - Constructor for class adams.data.spreadsheet.columnfinder.AllFinder
 
AllFinder() - Constructor for class adams.data.spreadsheet.rowfinder.AllFinder
 
AllFinder() - Constructor for class adams.data.weka.columnfinder.AllFinder
 
AllFinder() - Constructor for class adams.data.weka.rowfinder.AllFinder
 
AllJavadoc - Class in adams.doc.javadoc
Applies all known Javadoc-derived classes to a source file.
AllJavadoc() - Constructor for class adams.doc.javadoc.AllJavadoc
 
allowAccessToFullInputFormat() - Method in class weka.filters.FilteredFilter
Returns whether to allow the determineOutputFormat(Instances) method access to the full dataset rather than just the header.
allowAccessToFullInputFormat() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Returns whether to allow the determineOutputFormat(Instances) method access to the full dataset rather than just the header.
allowAccessToFullInputFormat() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
Returns whether to allow the determineOutputFormat(Instances) method access to the full dataset rather than just the header.
AllowAll - Class in adams.scripting.permissionhandler
Allows all commands.
AllowAll() - Constructor for class adams.scripting.permissionhandler.AllowAll
 
allowDarkeningTipText() - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Returns the tip text for this property.
allowDerivedClassesTipText() - Method in class adams.flow.processor.ListClassUsage
Returns the tip text for this property.
ALLOWED_MNEMONICS - Static variable in class adams.gui.core.GUIHelper
the allowed mnemonics.
allowEncloseActors(boolean) - Method in class adams.flow.core.ActorHandlerInfo
Sets whether to allow enclosing of actors.
allowLayerActions - Variable in class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
whether actions are allowed.
allowLayerActionsTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
allowLayerRemoval - Variable in class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
whether layers can be removed.
allowLayerRemovalTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
allowLocalExecutionTipText() - Method in class adams.multiprocess.ScpJobRunner
Returns the tip text for this property.
allowMergeTipText() - Method in class adams.flow.sink.DisplayPanelManager
Returns the tip text for this property.
allowMergeTipText() - Method in class adams.flow.sink.HistoryDisplay
Returns the tip text for this property.
allowOversamplingTipText() - Method in class adams.data.filter.AbstractEquiDistance
Returns the tip text for this property.
allowPartialTipText() - Method in class adams.data.objectfilter.KeepEnclosed
Returns the tip text for this property.
ALLOWS - Static variable in interface adams.parser.actorsuggestion.sym
 
ALLOWS - Static variable in interface adams.parser.externalactorsuggestion.sym
 
allowSearchTipText() - Method in class adams.flow.sink.DisplayPanelManager
Returns the tip text for this property.
allowSearchTipText() - Method in class adams.flow.sink.HistoryDisplay
Returns the tip text for this property.
allowSearchTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
allowSearchTipText() - Method in class adams.flow.transformer.SelectArraySubset
Returns the tip text for this property.
allowSearchTipText() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Returns the tip text for this property.
allowSinks - Variable in class adams.parser.ActorSuggestion.SuggestionData
whether sinks are allowed.
allowsInlineEditing() - Method in class adams.core.base.XSLTStyleSheet
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.core.scripting.GroovyScript
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.db.SQLStatement
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.gui.core.AbstractAdvancedScript
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.gui.core.AbstractSimpleScript
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.parser.BooleanExpressionText
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.parser.LookUpUpdateText
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.parser.MathematicalExpressionText
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.parser.SpreadSheetFormulaText
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.parser.SpreadSheetQueryText
Returns whether inline editing in the GOE is allowed.
allowsInlineEditing() - Method in class adams.parser.StringExpressionText
Returns whether inline editing in the GOE is allowed.
allowSource(boolean) - Method in class adams.flow.core.ActorHandlerInfo
Sets whether to allow source.
allowSources - Variable in class adams.parser.ActorSuggestion.SuggestionData
whether sources are allowed.
allowStandalones - Variable in class adams.parser.ActorSuggestion.SuggestionData
whether standalones are allowed.
allowStandalones(boolean) - Method in class adams.flow.core.ActorHandlerInfo
Sets whether to allow standalones.
allowsVariables(String) - Method in class adams.core.option.OptionManager
Checks whether this property allows variables.
allowTransformers - Variable in class adams.parser.ActorSuggestion.SuggestionData
whether transformers are allowed.
allowUsingPreviousReportTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
alpha - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedLayerState
the alpha value.
alpha - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState
the alpha value.
alpha - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer.OverlayLayerState
the alpha value.
alpha - Variable in class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
the alpha value for the layers.
ALPHA - adams.data.image.Channel
 
alphaApplied - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedLayerState
the applied alpha value.
alphaChannelTipText() - Method in class adams.flow.source.NewImage
Returns the tip text for this property.
alphaTipText() - Method in class adams.data.distribution.Beta
Returns the tip text for this property.
alphaTipText() - Method in class adams.data.distribution.Weibull
Returns the tip text for this property.
alphaTipText() - Method in class adams.data.imagesegmentation.filter.Draw
Returns the tip text for this property.
alphaTipText() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the tip text for this property.
alphaTipText() - Method in class adams.data.spc.MOAPageHinkley
Returns the tip text for this property.
alphaTipText() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the tip text for this property.
alphaTipText() - Method in class adams.flow.sink.sequenceplotter.ErrorBandPaintlet
Returns the tip text for this property.
alphaTipText() - Method in class adams.flow.transformer.draw.Image
Returns the tip text for this property.
alphaTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
alphaTipText() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the tip text for this property.
alphaTipText() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the tip text for this property.
alphaTipText() - Method in class adams.gui.visualization.core.BiColorGenerator
Returns the tip text for this property.
alphaTipText() - Method in class adams.gui.visualization.core.MultiColorGenerator
Returns the tip text for this property.
alphaTipText() - Method in class adams.gui.visualization.core.TranslucentColorProvider
Returns the tip text for this property.
alphaTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the alpha option.
alphaTipText() - Method in class weka.filters.supervised.attribute.YGradientEPO
Returns the tip text for this property
alphaTipText() - Method in class weka.filters.supervised.attribute.YGradientGLSW
Returns the tip text for this property
altDownTipText() - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Returns the tip text for this property.
altDownTipText() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the tip text for this property.
ALTERNATIVE_COMMAND_PROCESSOR - Static variable in class adams.gui.scripting.AbstractScriptingEngine
the property for the alternative AbstractCommandProcessor-derived class.
alternativeFilenameTipText() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the tip text for this property.
alternativeFilenameTipText() - Method in class adams.flow.transformer.GUNZIP
Returns the tip text for this property.
alternativeFilenameTipText() - Method in class adams.flow.transformer.UnBzip2
Returns the tip text for this property.
alternativeFilenameTipText() - Method in class adams.flow.transformer.UnLzf
Returns the tip text for this property.
alternativeFilenameTipText() - Method in class adams.flow.transformer.UnLzma
Returns the tip text for this property.
alternativeFilenameTipText() - Method in class adams.flow.transformer.UnXz
Returns the tip text for this property.
alternativeFilenameTipText() - Method in class adams.flow.transformer.UnZstd
Returns the tip text for this property.
alternativeFileSuffixTipText() - Method in class adams.gui.tools.previewbrowser.AnnotateImage
Returns the tip text for this property.
alternativeFileSuffixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
alternativeFileSuffixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
alternativeFileSuffixTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
alternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
alternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
alternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
alternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
alternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
alternativeLocationTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
alternativeOutputDirTipText() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the tip text for this property.
alwaysClearTipText() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns the tip text for this property.
alwaysQuoteTextTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
alwaysShowMarkersTipText() - Method in interface adams.gui.visualization.core.PaintletWithMarkers
Returns the tip text for this property.
alwaysShowMarkersTipText() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns the tip text for this property.
alwaysShowMarkersTipText() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns the tip text for this property.
alwaysShowMarkersTipText() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns the tip text for this property.
alwaysShowMarkersTipText() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns the tip text for this property.
alwaysUseContainerTipText() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Returns the tip text for this property.
alwaysWaitTipText() - Method in class adams.flow.source.DirectoryLister
Returns the tip text for this property.
amountTipText() - Method in class adams.data.filter.TimeseriesShiftValues
Returns the tip text for this property.
amountTipText() - Method in class weka.filters.unsupervised.instance.LatestRecords
Returns the tip text for this property.
AnalysisPanel - Class in adams.gui.tools.wekamultiexperimenter
The analysis panel.
AnalysisPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.AnalysisPanel
 
analyze() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
Performs the analysis.
analyze(BaseTreeNode, Component) - Static method in class adams.gui.tools.ContainerNesting
Analyzes the given Swing container.
analyze(Container) - Static method in class adams.gui.tools.ContainerNesting
Analyzes the given Swing container.
analyze(T) - Method in class adams.data.analysis.AbstractAnalysis
Performs the data analysis.
analyzeColumns() - Method in class adams.flow.source.TimeseriesDbReader
Analyzes the columns.
analyzeColumns(SpreadSheet) - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Analyzes the columns.
analyzeColumns(ResultSet) - Method in class adams.flow.transformer.TimeseriesDbReader
Analyzes the columns.
analyzeFlows(List<String>) - Method in class adams.flow.core.ActorUsage
Analyzes all the flows.
Anchor - Class in adams.doc.xhtml
Represents the A tag.
Anchor(String, String) - Constructor for class adams.doc.xhtml.Anchor
Initializes the anchor tag.
Anchor(String, String, String) - Constructor for class adams.doc.xhtml.Anchor
Initializes the anchor tag.
Anchored - Class in adams.gui.visualization.object.objectannotations.label
Plots the label relative to the anchor.
Anchored() - Constructor for class adams.gui.visualization.object.objectannotations.label.Anchored
 
Anchored.AnchorReference - Enum in adams.gui.visualization.object.objectannotations.label
what to use as reference for the anchor.
anchorTipText() - Method in class adams.data.image.features.PixelClassifications
Returns the tip text for this property.
anchorTipText() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns the tip text for this property.
anchorTipText() - Method in class adams.data.image.transformer.crop.CropBackground
Returns the tip text for this property.
anchorTipText() - Method in class adams.data.image.transformer.crop.RelativeCrop
Returns the tip text for this property.
anchorTipText() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Returns the tip text for this property.
anchorTipText() - Method in class adams.gui.visualization.object.objectannotations.label.Anchored
Returns the tip text for this property.
anchorXTipText() - Method in class adams.data.opencv.transformer.Blur
Returns the tip text for this property.
anchorYTipText() - Method in class adams.data.opencv.transformer.Blur
Returns the tip text for this property.
And - Class in adams.data.boofcv.multiimageoperation
Performs a logical AND on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.
And - Class in adams.data.image.multiimageoperation
Performs a logical AND on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.
And - Class in adams.flow.condition.bool
Performs a logical AND over all its sub-conditions, i.e., it only evaluates to 'true' if all of the sub-conditions evaluate to 'true' as well.
And() - Constructor for class adams.data.boofcv.multiimageoperation.And
 
And() - Constructor for class adams.data.image.multiimageoperation.And
 
And() - Constructor for class adams.flow.condition.bool.And
Default constructor.
And(BooleanCondition[]) - Constructor for class adams.flow.condition.bool.And
Initializes the object with the specified conditions.
AND - adams.core.io.filechanged.MultiMonitor.CombinationType
 
AND - adams.flow.execution.debug.MultiScopeRestriction.ScopeCombination
 
AND - Static variable in interface adams.parser.actorsuggestion.sym
 
AND - Static variable in interface adams.parser.booleanexpression.sym
 
AND - Static variable in interface adams.parser.externalactorsuggestion.sym
 
AND - Static variable in interface adams.parser.lookupupdate.sym
 
AND - Static variable in interface adams.parser.mathematicalexpression.sym
 
AND - Static variable in interface adams.parser.spreadsheetformula.sym
 
AND - Static variable in interface adams.parser.spreadsheetquery.sym
 
AND - Static variable in interface adams.parser.stringexpression.sym
 
AND - Static variable in interface adams.parser.templatesuggestion.sym
 
AndFilter - Class in adams.flow.standalone.logevent
Combines the filter results using a boolean AND.
AndFilter() - Constructor for class adams.flow.standalone.logevent.AndFilter
 
AndrewsCurves - Class in weka.filters.unsupervised.attribute
Generates Andrews Curves from array data.
César Ignacio García Osorio, Colin Fyfe (2003).
AndrewsCurves() - Constructor for class weka.filters.unsupervised.attribute.AndrewsCurves
 
AndrewsCurvesGenerator - Class in adams.flow.transformer.plotgenerator
Generates plot containers from row-based data for Andrews Curves.
César Ignacio García Osorio, Colin Fyfe (2003).
AndrewsCurvesGenerator() - Constructor for class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
 
ANDROID - adams.core.management.OS.OperatingSystems
 
angleLandscapeToPortraitTipText() - Method in class adams.data.jai.transformer.ChangeOrientation
Returns the tip text for this property.
anglePortraitToLandscapeTipText() - Method in class adams.data.jai.transformer.ChangeOrientation
Returns the tip text for this property.
angleTipText() - Method in class adams.data.jai.transformer.Rotate
Returns the tip text for this property.
angleTipText() - Method in class adams.data.objectfilter.Rotate
Returns the tip text for this property.
annotate(BufferedImage) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Only annotates the objects in the image, does not output any sub-images.
AnnotateActor - Class in adams.gui.flow.tree.menu
Shortcut for annotating actors.
AnnotateActor() - Constructor for class adams.gui.flow.tree.menu.AnnotateActor
 
AnnotateImage - Class in adams.gui.tools.previewbrowser
Allows annotating images and/or modifying their meta-data.
AnnotateImage() - Constructor for class adams.gui.tools.previewbrowser.AnnotateImage
 
AnnotateImage.CombinedPanel - Class in adams.gui.tools.previewbrowser
Panel to combine the other panels and allow setting of current file name.
ANNOTATION - Static variable in class adams.flow.transformer.negativeregions.SimpleBlockFill
the value for annotation.
AnnotationCheck - Interface in adams.gui.visualization.object.objectannotations.check
Interface for annotation checks.
annotationCheckTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
annotationCheckTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
AnnotationCleaner - Interface in adams.gui.visualization.object.objectannotations.cleaning
Interface for annotation cleaners.
AnnotationColors - Interface in adams.gui.visualization.object.objectannotations.colors
Interface for classes that generate colors for annotations.
AnnotationHelper - Class in adams.data.report
Methods for dealing with annotations in reports.
AnnotationHelper() - Constructor for class adams.data.report.AnnotationHelper
 
AnnotationProcessor - Interface in adams.gui.flow.tree.annotations
Interface for annotation processors.
AnnotationsAndPredictions - Class in adams.flow.transformer.draw
Overlays the image with annotations and predictions from storage with their respective draw operations.
AnnotationsAndPredictions() - Constructor for class adams.flow.transformer.draw.AnnotationsAndPredictions
 
AnnotationsAndPredictionsFromReport - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the annotations and predictions stored in the report with the same name: jpg,bmp,gif,png,wbmp,jpeg
Annotations have to have the prefix 'Object.' and predictions 'Prediction.'.
The color for annotations is red and for predictions green.
AnnotationsAndPredictionsFromReport() - Constructor for class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
 
annotationsChanged() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Hook method for when annotations change.
annotationsChanged() - Method in class adams.gui.visualization.object.annotator.AbstractPointAnnotator
Hook method for when annotations change.
annotationsChanged() - Method in class adams.gui.visualization.object.annotator.AbstractRectangleBasedAnnotator
Hook method for when annotations change.
annotationsChanged() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Hook method for when annotations change.
annotationsChanged() - Method in class adams.gui.visualization.object.overlay.AbstractOverlay
Hook method for when annotations change.
annotationsChanged() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Hook method for when annotations change.
annotationsChanged() - Method in class adams.gui.visualization.object.overlay.MultiOverlay
Hook method for when annotations change.
annotationsChanged() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Hook method for when annotations change.
annotationsChanged() - Method in interface adams.gui.visualization.object.overlay.Overlay
Hook method for when annotations change.
annotationsChanged() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Hook method for when new annotations have been set.
annotationsChanged() - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
Hook method for when new annotations have been set.
annotationsChanged() - Method in interface adams.gui.visualization.segmentation.tool.Tool
Hook method for when new annotations have been set.
annotationsChanged(Object) - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
For notifying everyone that the annotations have changed
annotationsColorTipText() - Method in class adams.flow.transformer.compareobjectlocations.Combined
Returns the tip text for this property.
annotationsDisplayTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
annotationsLabelSuffixTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
annotationsOverlayTipText() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide
Returns the tip text for this property.
annotationsPrefixTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
AnnotationsState() - Constructor for class adams.gui.visualization.object.ObjectAnnotationPanel.AnnotationsState
 
annotationsStorageNameTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
annotationsTipText() - Method in class adams.flow.core.AbstractActor
Returns the tip text for this property.
AnnotationUtils - Class in adams.gui.visualization.object.objectannotations
Helper methods for annotations.
AnnotationUtils() - Constructor for class adams.gui.visualization.object.objectannotations.AnnotationUtils
 
Annotator - Class in adams.gui.visualization.object.tools
For switching between types of annotator tools.
Annotator() - Constructor for class adams.gui.visualization.object.tools.Annotator
 
AnnotatorPanel(String, String, BaseString[], SelectionProcessor, SelectionShapePainter, ImageOverlay, double, InteractionLoggingFilter) - Constructor for class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Initializes the panel.
annotatorTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
ANNOTE - adams.core.TechnicalInformation.Field
An annotation.
anonymize(T) - Method in class adams.data.AbstractAnonymizer
Returns an anonymized value.
AntiAliasing - Class in adams.gui.menu
Global switch for anti-aliasing.
AntiAliasing<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.plotpopup
For enabling/disabling the anti-aliasing.
AntiAliasing() - Constructor for class adams.gui.menu.AntiAliasing
Initializes the menu item with no owner.
AntiAliasing() - Constructor for class adams.gui.visualization.container.datacontainerpanel.plotpopup.AntiAliasing
 
AntiAliasing(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AntiAliasing
Initializes the menu item.
AntiAliasingDrawOperation - Interface in adams.flow.transformer.draw
Interface for draw operations that support anti-aliasing.
AntiAliasingEnabled - Static variable in class adams.gui.core.GUIHelper
whether anti-aliasing is enabled.
antiAliasingEnabledTipText() - Method in class adams.flow.sink.ActualVsPredictedPlot
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.flow.sink.controlchartplot.ChartPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.flow.transformer.draw.AbstractColorStrokeDrawOperation
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in interface adams.flow.transformer.draw.AntiAliasingDrawOperation
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.flow.transformer.draw.Text
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.instance.InstanceLinePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.instance.SimpleInstanceLinePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.CirclePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.CrossPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.LinePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.MetaDataValuePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.SquarePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.sequence.TrianglePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowLinePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractZScorePaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.VsFitPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.stats.paintlet.VsOrderPaintlet
Returns the tip text for this property.
antiAliasingEnabledTipText() - Method in class adams.gui.visualization.timeseries.TimeseriesPaintlet
Returns the tip text for this property.
AntiAliasingSupporter - Interface in adams.gui.core
Interface for classes that support anti-aliasing.
ANY - adams.data.json.JsonObjectType
 
ANY - adams.data.spreadsheet.rowfinder.ClosestNumericValue.SearchDirection
 
AnyActorBreakpoint - Class in adams.flow.execution.debug
Triggers with any actor encountered during listening.
AnyActorBreakpoint() - Constructor for class adams.flow.execution.debug.AnyActorBreakpoint
 
AnyChangeListenerSupporter - Interface in adams.event
Interface for classes like text components that can send out notifications for any change that occurs (less fine-grained).
anyDifference(File, File) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Checks whether the two files are the same.
anyDifference(String[], String[]) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Checks whether the two array are the same.
anyDifference(List<String>, List<String>) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Checks whether the two lists are the same.
AnyImageToByteArray - Class in adams.data.conversion
Turns any image container into a byte array.
AnyImageToByteArray() - Constructor for class adams.data.conversion.AnyImageToByteArray
 
AnyImageToOpenCV - Class in adams.data.conversion
Turns an Image container into an OpenCV container.
AnyImageToOpenCV() - Constructor for class adams.data.conversion.AnyImageToOpenCV
 
ANYPARENT - Static variable in interface adams.parser.actorsuggestion.sym
 
ANYPARENT - Static variable in interface adams.parser.externalactorsuggestion.sym
 
AnyToCommandline - Class in adams.data.conversion
Generates a commandline string from any object.
AnyToCommandline() - Constructor for class adams.data.conversion.AnyToCommandline
 
AnyToString - Class in adams.data.conversion
Turns any object into a String, using its 'toString()' method.
AnyToString - Class in weka.filters.unsupervised.attribute
Turns the selected range of attributes into string ones.
AnyToString() - Constructor for class adams.data.conversion.AnyToString
 
AnyToString() - Constructor for class weka.filters.unsupervised.attribute.AnyToString
 
ApacheCommons - Class in adams.flow.transformer.metadata
Uses the Apache Commons Imaging library to extract the meta-data.
For more information see:
https://commons.apache.org/proper/commons-imaging/

ApacheCommons() - Constructor for class adams.flow.transformer.metadata.ApacheCommons
 
ApacheCommonsExifTagExists - Class in adams.flow.transformer.exiftagoperation
Checks whether the specified tag is present in the the file.
ApacheCommonsExifTagExists() - Constructor for class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagExists
 
ApacheCommonsExifTagRead - Class in adams.flow.transformer.exiftagoperation
Reads the specified tag from the file and forwards the information.
ApacheCommonsExifTagRead() - Constructor for class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRead
 
ApacheCommonsExifTagRemove - Class in adams.flow.transformer.exiftagoperation
Removes the specified tag from the file.
ApacheCommonsExifTagRemove() - Constructor for class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRemove
 
ApacheCommonsExifTagWrite - Class in adams.flow.transformer.exiftagoperation
Sets the specified tag value in the file.
ApacheCommonsExifTagWrite() - Constructor for class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
 
ApacheCommonsImageHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types: bmp,gif,ico,pbm,pgm,png,pnm,ppm,psd,tif,tiff

ApacheCommonsImageHandler() - Constructor for class adams.gui.tools.previewbrowser.ApacheCommonsImageHandler
 
ApacheCommonsImageMetaDataHandler - Class in adams.gui.tools.previewbrowser
Displays meta-data for the following image types: bmp,gif,ico,pbm,pgm,png,pnm,ppm,psd,tif,tiff

ApacheCommonsImageMetaDataHandler() - Constructor for class adams.gui.tools.previewbrowser.ApacheCommonsImageMetaDataHandler
 
ApacheCommonsImageReader - Class in adams.data.io.input
Apache Commons image reader for: bmp, gif, ico, pbm, pgm, png, pnm, ppm, psd, tif, tiff

ApacheCommonsImageReader() - Constructor for class adams.data.io.input.ApacheCommonsImageReader
 
ApacheCommonsImageWriter - Class in adams.data.io.output
Apache Commons Imaging image writer for: bmp, gif, ico, pbm, pgm, png, pnm, ppm, tif, tiff

ApacheCommonsImageWriter() - Constructor for class adams.data.io.output.ApacheCommonsImageWriter
 
ApacheSendEmail - Class in adams.core.net
Uses Apache commons-net SMTPClient or SMTPSClient for sending emails.
ApacheSendEmail() - Constructor for class adams.core.net.ApacheSendEmail
 
append() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Opens the document for appending content.
append(double[], double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Appends an element to a vector.
append(double[], double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Appends two vectors.
append(int[], int) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Appends an element to a vector.
append(int[], int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Appends two vectors.
append(LoggingLevel, String) - Method in class adams.gui.core.ConsolePanel
Appends the given string to the according panels.
append(LoggingLevel, String) - Method in class adams.gui.core.ConsolePanel.OutputPanel
Appends the given string.
append(LoggingLevel, String) - Method in interface adams.gui.core.LogPanel
Appends the given string.
append(LoggingLevel, String) - Method in class adams.gui.core.SimpleLogPanel
Appends the given string.
append(SpreadSheet, SpreadSheet, boolean) - Static method in class adams.data.spreadsheet.SpreadSheetHelper
Appends two spreadsheets.
append(Timeseries, Timeseries) - Method in class adams.flow.transformer.TimeseriesAppend
Appends the current data container to the stored one.
append(Object, LoggingLevel, String) - Method in class adams.gui.core.ConsolePanel
Convenience method for outputting exceptions.
append(Object, String, Throwable) - Method in class adams.gui.core.ConsolePanel
Convenience method for outputting exceptions.
append(String) - Method in class adams.core.discovery.PropertyPath.Path
Adds the subpath to the current list of path elements and returns the extended Path object.
append(String) - Method in interface adams.gui.core.AppendableTextAreaComponent
Appends the given text to the end of the document.
append(String) - Method in class adams.gui.core.BaseLogPanel
Appens the log message.
append(String) - Method in class adams.gui.core.BaseTextAreaWithButtons
Appends the given text to the end of the document.
append(String) - Method in class adams.gui.core.BaseTextPane
Appends the text at the end.
append(String) - Method in class adams.gui.core.BaseTextPaneWithButtons
Appends the text at the end.
append(String) - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Appends the text at the end.
append(String) - Method in class adams.gui.core.StyledTextEditorPanel
Appends the text at the end.
append(String) - Method in class adams.gui.core.TextEditorPanel
Appends the text at the end.
append(String) - Method in class adams.gui.core.TextEditorPanel.TextEditorArea
Appends the text at the end.
append(String) - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Appends the message to the log.
append(String) - Method in class adams.gui.tools.wekamultiexperimenter.LogPanel
Appends the log message.
append(String, int) - Method in class adams.gui.core.BaseTextArea
Appends the string at the end and keeps the number of lines to the given limit (discarding from the top).
append(String, Throwable) - Method in class adams.gui.core.ConsolePanel
Convenience method for outputting exceptions.
append(String, AttributeSet) - Method in class adams.gui.core.BaseTextPane
Appends the text at the end.
append(String, AttributeSet) - Method in class adams.gui.core.BaseTextPaneWithButtons
Appends the text at the end.
append(String, AttributeSet) - Method in class adams.gui.core.BaseTextPaneWithWordWrap
Appends the text at the end.
append(String, AttributeSet) - Method in class adams.gui.core.StyledTextEditorPanel
Appends the text at the end.
append(String, AttributeSet) - Method in class adams.gui.tools.SSHPanel
Appends the msg to the output text area.
append(T, T) - Method in class adams.flow.transformer.AbstractDataContainerAppend
Appends the current data container to the stored one.
Append - Class in adams.gui.tools.spreadsheetviewer
Appends all the selected spreadsheets.
Append - Class in adams.gui.tools.wekainvestigator.datatable.action
Appends the selected datasets into single dataset (one-after-the-other).
Append() - Constructor for class adams.gui.tools.spreadsheetviewer.Append
 
Append() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Append
Instantiates the action.
APPEND - adams.flow.standalone.PythonEnvironment.PythonPathUpdateType
appends the path to the existing one.
APPEND - adams.flow.transformer.SetVariable.UpdateType
appends the value to the existing value.
APPEND - adams.flow.transformer.StringSplit.Delimiter
appends the delimiters.
AppendableSpreadSheetWriter - Interface in adams.data.io.output
Interface for spreadsheet writers that can append data to existing files.
AppendableTextAreaComponent - Interface in adams.gui.core
Text area components that allow appending of text.
appendContent(StringBuilder) - Method in class adams.doc.xhtml.AbstractMixedTag
Appends the content of the tag to the buffer.
appendContent(StringBuilder) - Method in class adams.doc.xhtml.Break
Does nothing.
appendContent(StringBuilder) - Method in class adams.doc.xml.AbstractComplexTag
Appends the content of the tag to the buffer.
appendContent(StringBuilder) - Method in class adams.doc.xml.AbstractSimpleTag
Appends the content of the element to the buffer.
appendContent(StringBuilder) - Method in class adams.doc.xml.AbstractTag
Appends the content of the element to the buffer.
appendData(Row, Row, TIntList) - Method in class adams.ml.preprocessing.AbstractFilter
Appends the column values to the row.
AppendDatasets - Class in adams.gui.menu
For appending datasets into single dataset.
AppendDatasets() - Constructor for class adams.gui.menu.AppendDatasets
Initializes the menu item with no owner.
AppendDatasets(AbstractApplicationFrame) - Constructor for class adams.gui.menu.AppendDatasets
Initializes the menu item.
AppendDatasetsPanel - Class in adams.gui.tools.weka
Wizard panel that allows appending datasets (one after the other).
AppendDatasetsPanel(boolean) - Constructor for class adams.gui.tools.weka.AppendDatasetsPanel
Initializes the panel.
appendDataTypeTipText() - Method in class adams.data.conversion.FieldToString
Returns the tip text for this property.
appendEndTag(StringBuilder) - Method in class adams.doc.xml.AbstractTag
Appends the end tag to the buffer.
appendHeader(SpreadSheet, Row, TIntList) - Method in class adams.ml.preprocessing.AbstractFilter
Appends the column names to the header.
appendingTipText() - Method in class adams.data.io.output.AccessSpreadSheetWriter
Returns the tip text for this property.
appendingTipText() - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Returns the tip text for this property.
appendingTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
appendingTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
AppendName - Class in adams.flow.transformer
Appends the suffix to the file/directory being passed through.
By default, the appropriate separator (forward slash or backslash) gets inserted between the file/directory and suffix.
AppendName() - Constructor for class adams.flow.transformer.AppendName
 
appendRecorded() - Method in class adams.gui.scripting.AbstractScriptingDialog
appends the recorded commands.
appendResult(String) - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Appends the given text to the last index.
appendResult(StringBuilder) - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Appends the given text to the last index.
appendResult(StringBuilder, int) - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Appends the given text to the last index.
appendResult(String, int) - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Appends the given text to the specified index.
appendResults(SpreadSheet) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Adds the results to the existing ones.
appendStartTag(StringBuilder) - Method in class adams.doc.xml.AbstractTag
Appends the start tag to the buffer.
appendTipText() - Method in class adams.data.io.output.TextFileWriter
Returns the tip text for this property.
appendTipText() - Method in class adams.flow.sink.AbstractAppendableFileWriter
Returns the tip text for this property.
appendTipText() - Method in class adams.flow.sink.DumpFile
Returns the tip text for this property.
appendTipText() - Method in class adams.flow.source.RSync
 
appendVerifyTipText() - Method in class adams.flow.source.RSync
 
ApplicationMenu - Class in adams.gui.application
Generates the menu for the application frame.
ApplicationMenu(AbstractApplicationFrame) - Constructor for class adams.gui.application.ApplicationMenu
Initializes menu generator.
applicationTitleTipText() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the tip text for this property.
applicationTitleTipText() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the tip text for this property.
applies(Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.AbstractEditPostProcessor
Checks whether this post processor scheme applies to the current situation.
applies(Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.CallableActorRenamed
Checks whether this post processor scheme applies to the current situation.
applies(Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.EventRenamed
Checks whether this post processor scheme applies to the current situation.
applies(Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.StorageValueRenamed
Checks whether this post processor scheme applies to the current situation.
applies(Actor, Actor, Actor) - Method in class adams.gui.flow.tree.postprocessor.VariableRenamed
Checks whether this post processor scheme applies to the current situation.
appliesToNominalClass() - Method in class weka.classifiers.evaluation.AbstractSimpleRegressionMeasure
Return true if this evaluation metric can be computed when the class is nominal
appliesToNominalClass() - Method in class weka.classifiers.evaluation.Dice
Return true if this evaluation metric can be computed when the class is nominal
appliesToNumericClass() - Method in class weka.classifiers.evaluation.AbstractSimpleRegressionMeasure
Return true if this evaluation metric can be computed when the class is numeric
appliesToNumericClass() - Method in class weka.classifiers.evaluation.Dice
Return true if this evaluation metric can be computed when the class is numeric
apply() - Method in class adams.gui.goe.GenericArrayEditor
Accepts the array.
apply() - Method in class adams.gui.tools.XSLTPanel
Performs XSLT.
apply(Brightness) - Method in class adams.gui.visualization.image.plugins.Brightness
Applies the brightness setup to the current image.
apply(RoundingType, double, int) - Static method in class adams.data.RoundingUtils
Apply the specified rounding type.
apply(RoundingType, float, int) - Static method in class adams.data.RoundingUtils
Apply the specified rounding type.
apply(BaseFlatButton) - Method in class adams.gui.visualization.object.tools.AbstractTool
Applies the settings (if valid).
apply(BaseFlatButton) - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Applies the settings (if valid).
apply(Tree, Actor, Actor, Actor) - Static method in class adams.gui.flow.tree.postprocessor.AbstractEditPostProcessor
Applies all the post-processors, if applicable.
apply(Instances, int[]) - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Applies the indices to the data.
apply(Instances, int[]) - Method in class weka.filters.unsupervised.attribute.DatasetCleaner
Applies the indices to the data.
apply(Instances, int[]) - Method in class weka.filters.unsupervised.instance.AbstractRowFinderApplier
Applies the indices to the data.
apply(Instances, int[]) - Method in class weka.filters.unsupervised.instance.DatasetCleaner
Applies the indices to the data.
apply(Instances, int[]) - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Applies the indices to the data.
ApplyActorProducer - Class in adams.core.option
Generates a Java class that allows executing/applying an actor as a method.
ApplyActorProducer() - Constructor for class adams.core.option.ApplyActorProducer
 
ApplyActorProducer.ActorType - Enum in adams.core.option
The type of actor.
applyAlpha(Color) - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Applies the custom alpha value to the color if necessary.
applyAlpha(Color) - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Applies the custom alpha value to the color if necessary.
applyAlpha(Color) - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Applies the custom alpha value to the color if necessary.
applyAlpha(Color) - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Applies the custom alpha value to the color if necessary.
applyColor(XYPlot, Color, Color, ColorProvider) - Static method in class adams.gui.visualization.jfreechart.dataset.ChartUtils
Applies the color to the series.
applyCombination(double[]) - Method in class weka.classifiers.meta.ClassifierCascade
Applies the selected combination to the array.
applyCustomizers(PropertyEditor, JComponent) - Method in class adams.gui.goe.GenericObjectEditorPopupMenu
Applies the customizers.
applyDimensions(String, int, int) - Method in class adams.gui.core.GUIHelper.InputPanelWithTextArea
Applies the required dimensions.
applyFilter(ConsoleOutputAnalyzerPanel.ConsoleEntryFilter) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Filters the data.
applyFormatOptions(String, String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Applies further format options.
applyFormatOptions(String, String) - Static method in class adams.gui.visualization.object.objectannotations.AnnotationUtils
Applies further format options.
applyFunction(double, double) - Method in enum edu.umbc.cs.maple.utils.JamaUtils.Function
Apply the function to the two values.
applyFunction(int, int) - Method in enum edu.umbc.cs.maple.utils.JamaUtils.Function
Apply the function to the two values.
applyHighlighting(String, int) - Method in class adams.gui.scripting.SyntaxDocument
Parse the line to determine the appropriate highlighting.
applyIndexedSplit(IndexedSplit, Instances) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Applies the splits defined in the indexed split and returns the generated subsets.
applyIndexedSplit(IndexedSplit, Instances) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Applies the splits defined in the indexed split and returns the generated subsets.
applyItemFilter(List<String>) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Filters the items if a item filter has been specified.
applyJAITransformer(String, String) - Method in class adams.gui.visualization.image.ImageViewerPanel
Applies a JAI transformer.
applyLabelFormat(LocatedObject, String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Applies the label format to the object to generate a display string.
applyLabelFormat(LocatedObject, String, String) - Static method in class adams.gui.visualization.object.objectannotations.AnnotationUtils
Applies the label format to the object to generate a display string.
applyLabelFormat(String, Double, String) - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Applies the label format to the object to generate a display string.
applyMask(BufferedImage, int[][], int, boolean, Logger) - Static method in class adams.data.image.XScreenMaskHelper
Given a previously generated mask, this uses the data to mask an image.
ApplyMask - Class in adams.data.image.multiimageoperation


ApplyMask - Class in adams.data.matlab.multimatrixoperation
Performs element-wise subtraction and outputs the result as single matrix.
ApplyMask() - Constructor for class adams.data.image.multiimageoperation.ApplyMask
 
ApplyMask() - Constructor for class adams.data.matlab.multimatrixoperation.ApplyMask
 
applyOptions() - Method in class adams.gui.visualization.object.tools.AbstractToolWithParameterPanel
Applies the options.
applyOptions() - Method in interface adams.gui.visualization.object.tools.CustomizableTool
Applies the options.
applyOptions() - Method in class adams.gui.visualization.segmentation.tool.AbstractToolWithParameterPanel
Applies the options.
applyOptions() - Method in interface adams.gui.visualization.segmentation.tool.CustomizableTool
Applies the options.
applyPattern(String) - Method in class adams.core.DateFormat
Sets a new pattern to use for formatting the dates.
applyPattern(String) - Method in class adams.gui.visualization.core.axis.Formatter
Applies the given pattern.
applyPreviousReport() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Applies the previous report, if possible.
applyRounding(double) - Method in class adams.data.conversion.MathExpression
Applies rounding if necessary.
applyRounding(double) - Method in class adams.flow.source.MathExpression
Applies rounding if necessary.
applyRounding(double) - Method in class adams.flow.transformer.MathExpression
Applies rounding if necessary.
applyRowFinder(RowFinder, String) - Method in class adams.parser.spreadsheetquery.ParserHelper
Applies the row finder.
applySearchFilter(List<String>) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Filters the items according to the search string.
applyShape(XYPlot, Shape) - Static method in class adams.gui.visualization.jfreechart.dataset.ChartUtils
Sets the shape for all series except the diagonal.
applyStroke(Graphics, float) - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Applies the stroke thickness.
applyStroke(Graphics, float) - Method in class adams.gui.visualization.core.AbstractStrokePaintlet
Applies the stroke thickness.
applyStroke(Graphics, float) - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Applies the stroke thickness.
applyStroke(Graphics, float) - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Applies the specified stroke thickness.
applyStroke(Graphics, float) - Method in class adams.gui.visualization.image.selectionshape.AbstractStrokeSelectionShapePainter
Applies the stroke thickness.
applyStroke(Graphics, float) - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Applies the stroke thickness.
applyStroke(Graphics, float) - Method in class adams.gui.visualization.object.objectannotations.outline.AbstractStrokeOutlinePlotter
Applies the stroke thickness.
applyStroke(Graphics, float) - Method in class adams.gui.visualization.object.overlay.ObjectLocationsOverlayFromReport
Applies the stroke thickness.
applyUISettings() - Method in class adams.gui.core.BaseDialog
Applies any UI settings if present.
applyUISettings() - Method in class adams.gui.core.BaseFrame
Applies any UI settings if present.
applyUndoData(Serializable[]) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Restores the data from the undo point.
applyUndoData(Serializable[]) - Method in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
Restores the data from the undo point.
applyUndoData(Serializable[]) - Method in class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer
Restores the data from the undo point.
applyUndoData(Serializable[]) - Method in class adams.gui.tools.wekainvestigator.data.FileContainer
Restores the data from the undo point.
applyUndoData(Serializable[]) - Method in class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
Restores the data from the undo point.
applyUndoData(Serializable[]) - Method in class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer
Restores the data from the undo point.
ApprovalDialog - Class in adams.gui.dialog
Ancestor for dialogs that offer approval/disapproval buttons, e.g., OK and Cancel (default).
ApprovalDialog(Dialog) - Constructor for class adams.gui.dialog.ApprovalDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
ApprovalDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.dialog.ApprovalDialog
Creates a dialog with the specified owner Dialog and modality.
ApprovalDialog(Dialog, String) - Constructor for class adams.gui.dialog.ApprovalDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
ApprovalDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.dialog.ApprovalDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
ApprovalDialog(Frame) - Constructor for class adams.gui.dialog.ApprovalDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
ApprovalDialog(Frame, boolean) - Constructor for class adams.gui.dialog.ApprovalDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
ApprovalDialog(Frame, String) - Constructor for class adams.gui.dialog.ApprovalDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
ApprovalDialog(Frame, String, boolean) - Constructor for class adams.gui.dialog.ApprovalDialog
Creates a dialog with the specified owner Frame, modality and title.
APPROVE_OPTION - Static variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the APPROVE option.
APPROVE_OPTION - Static variable in class adams.gui.chooser.DirectoryChooserFactory
Return value if approve (yes, ok) is chosen.
APPROVE_OPTION - Static variable in class adams.gui.core.GUIHelper
the approve option.
APPROVE_OPTION - Static variable in class adams.gui.dialog.ApprovalDialog
the approve option.
APPROVE_OPTION - Static variable in class adams.gui.goe.AbstractPropertyEditorSupport
the user approved the dialog.
APPROVE_OPTION - Static variable in class adams.gui.goe.GenericArrayEditorDialog
constant for dialog approval.
APPROVE_OPTION - Static variable in class adams.gui.goe.GenericObjectEditor
constant for dialog approval.
APPROVE_OPTION - Static variable in class adams.gui.goe.GenericObjectEditorDialog
constant for dialog approval.
APPROVE_OPTION - Static variable in class adams.gui.goe.WekaGenericArrayEditorDialog
constant for dialog approval.
APPROVE_OPTION - Static variable in class adams.gui.goe.WekaGenericObjectEditorDialog
constant for dialog approval.
APPROVE_OPTION - Static variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
the approve option.
APPROVE_SELECTION - Static variable in class adams.gui.chooser.DirectoryChooserFactory
Instruction to approve the current selection (same as pressing yes or ok).
approveClosingWithMiddleMouseButton(BaseTabbedPane, MouseEvent) - Method in interface adams.gui.core.BaseTabbedPane.MiddleMouseButtonCloseApprover
Method gets called when having to approve a middle mouse button click.
approveDialog() - Method in class adams.gui.dialog.ApprovalDialog
Clicks the approve button (if enabled and visible).
approvePageClosing(MultiPagePane, int) - Method in interface adams.gui.core.MultiPagePane.PageCloseApprover
Method gets called when having to approve a close operation of multiple pages.
approveSelection() - Method in interface adams.gui.chooser.FileChooser
Called by the UI when the user hits the Approve button (labeled "Open" or "Save", by default).
APPROX - weka.classifiers.trees.XGBoost.TreeMethod
 
ARABIC - adams.flow.core.TesseractLanguage
 
ARCH_A - adams.flow.transformer.pdfproclet.PageSize
 
ARCH_B - adams.flow.transformer.pdfproclet.PageSize
 
ARCH_C - adams.flow.transformer.pdfproclet.PageSize
 
ARCH_D - adams.flow.transformer.pdfproclet.PageSize
 
ARCH_E - adams.flow.transformer.pdfproclet.PageSize
 
arcHeightTipText() - Method in class adams.flow.transformer.draw.Rectangle
Returns the tip text for this property.
ArchiveHandler - Interface in adams.gui.tools.previewbrowser
Interface of archive handlers.
archiveTipText() - Method in class adams.flow.source.RSync
 
archiveTipText() - Method in class adams.flow.source.SimpleRSync
 
archiveTipText() - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Returns the tip text for this property.
archiveTipText() - Method in interface adams.gui.tools.previewbrowser.ArchiveHandler
Returns the tip text for this property.
arcWidthTipText() - Method in class adams.flow.transformer.draw.Rectangle
Returns the tip text for this property.
AREA_AVERAGING - adams.data.image.transformer.Resize.ScalingType
 
AREA_UNDER_PRC - adams.flow.core.EvaluationStatistic
 
AREA_UNDER_PRC - adams.flow.core.ExperimentStatistic
 
AREA_UNDER_PRC - adams.opt.genetic.Measure
area under precision recall curve.
AREA_UNDER_ROC - adams.flow.core.EvaluationStatistic
 
AREA_UNDER_ROC - adams.flow.core.ExperimentStatistic
 
AREA_UNDER_ROC - adams.opt.genetic.Measure
area under receiver operator curve.
areaAlgorithmTipText() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the tip text for this property.
AreaOverlap - Interface in adams.data.areaoverlap
Interface for classes that compute the overlapping areas between annotations and predictions.
AreaRatio - Class in adams.data.objectoverlap
Uses the area ratio between the annotated and predicted objects.
AreaRatio() - Constructor for class adams.data.objectoverlap.AreaRatio
 
AreaType - Enum in adams.data.areaoverlap
How to calculate the area.
areaTypeTipText() - Method in class adams.data.areaoverlap.BoundingBoxBased
Returns the tip text for this property.
areaTypeTipText() - Method in class adams.data.areaoverlap.PolygonBased
Returns the tip text for this property.
ARFF - adams.flow.sink.WekaExperimentGenerator.ResultFormat
ARFF.
ARFF - adams.flow.transformer.WekaInstanceDumper.OutputFormat
ARFF.
ArffOutputPanel - Class in adams.gui.tools.wekamultiexperimenter.setup.weka
Stores the results in an ARFF file.
ArffOutputPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.weka.ArffOutputPanel
 
ArffSpreadSheetReader - Class in adams.data.io.input
Reads WEKA datasets in ARFF format and turns them into spreadsheets.
ArffSpreadSheetReader() - Constructor for class adams.data.io.input.ArffSpreadSheetReader
 
ArffSpreadSheetWriter - Class in adams.data.io.output
Writes a spreadsheet in ARFF file format.
ArffSpreadSheetWriter() - Constructor for class adams.data.io.output.ArffSpreadSheetWriter
 
ArffUtils - Class in adams.data.weka
A helper class for ARFF related stuff.
ArffUtils() - Constructor for class adams.data.weka.ArffUtils
 
ArffViewer - Class in adams.gui.menu
Opens the ARFF viewer.
ArffViewer() - Constructor for class adams.gui.menu.ArffViewer
Initializes the menu item with no owner.
ArffViewer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ArffViewer
Initializes the menu item.
arrangementTipText() - Method in class adams.flow.sink.ArrayDisplay
Returns the tip text for this property.
ARRAY - adams.core.discovery.PropertyPath.PathElementType
array.
ARRAY - adams.core.JsonDataType
a JSON array.
ARRAY - adams.data.json.JsonObjectType
 
ARRAY - adams.flow.source.NewJsonStructure.JsonDataStructure
a JSON array.
ARRAY_EDITOR - adams.gui.core.PropertiesParameterPanel.PropertyType
Array editor.
ARRAY_ELEMENT - adams.gui.visualization.debug.objecttree.NodeType
array element.
ARRAY_INDICATOR - Static variable in class adams.core.Utils
the indicator for arrays.
arrayAdd(double[], double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Adds corresponding elements of two arrays.
ArrayAndrewsCurves<T extends Number> - Class in adams.data.statistics
Generates Andrews Curves from array data.
César Ignacio García Osorio, Colin Fyfe (2003).
ArrayAndrewsCurves() - Constructor for class adams.data.statistics.ArrayAndrewsCurves
 
ArrayAngle<T extends Number> - Class in adams.data.statistics
Calculates the angle between the first array and the remaining arrays.
ArrayAngle() - Constructor for class adams.data.statistics.ArrayAngle
 
ArrayBinning<T extends Number> - Class in adams.data.statistics
Bins the data from given array using the specified algorithm and post-processing approach.
ArrayBinning() - Constructor for class adams.data.statistics.ArrayBinning
 
ArrayChebyshevDistance - Class in adams.data.statistics
Calculates the Chebyshev distance between the first array and the remaining arrays.
ArrayChebyshevDistance() - Constructor for class adams.data.statistics.ArrayChebyshevDistance
 
arrayClassTipText() - Method in class adams.data.conversion.CollectionToArray
Returns the tip text for this property.
arrayClassTipText() - Method in class adams.flow.control.ArrayGenerate
Returns the tip text for this property.
arrayClassTipText() - Method in class adams.flow.control.ArrayProcess
Returns the tip text for this property.
arrayClassTipText() - Method in class adams.flow.source.CombineArrays
Returns the tip text for this property.
arrayClassTipText() - Method in class adams.flow.source.NewArray
Returns the tip text for this property.
arrayClassTipText() - Method in class adams.flow.source.StorageValuesArray
Returns the tip text for this property.
arrayClassTipText() - Method in class adams.flow.source.valuedefinition.AbstractArrayValueDefinition
Returns the tip text for this property.
arrayClassTipText() - Method in class adams.flow.transformer.CollectionToArray
Returns the tip text for this property.
arrayClassTipText() - Method in class adams.flow.transformer.SequenceToArray
Returns the tip text for this property.
ArrayCombinations - Class in adams.flow.transformer
Turns an array of any type into a sequence of array combinations of given size.
ArrayCombinations() - Constructor for class adams.flow.transformer.ArrayCombinations
 
ArrayCombinations.SubsetsType - Enum in adams.flow.transformer
Defines whether to do combinations or permutations.
ArrayConsumer - Class in adams.core.option
Parses a string array of options.
ArrayConsumer() - Constructor for class adams.core.option.ArrayConsumer
 
ArrayCorrelationCoefficient<T extends Number> - Class in adams.data.statistics
Calculates the correlation coefficient between the first array and the remaining arrays.
ArrayCorrelationCoefficient() - Constructor for class adams.data.statistics.ArrayCorrelationCoefficient
 
ArrayCovariance<T extends Number> - Class in adams.data.statistics
Calculates the covariance between the first array and the remaining arrays.
ArrayCovariance() - Constructor for class adams.data.statistics.ArrayCovariance
 
ArrayDifference<T extends Number> - Class in adams.data.statistics
Calculates the difference between the arrays.
ArrayDifference() - Constructor for class adams.data.statistics.ArrayDifference
 
ArrayDimensions - Class in adams.core.base
For defining dimensions for an array: eg [2] or [2][4][6] or [@{variable}].
ArrayDimensions() - Constructor for class adams.core.base.ArrayDimensions
Initializes the string with length 0.
ArrayDimensions(String) - Constructor for class adams.core.base.ArrayDimensions
Initializes the object with the string to parse.
arrayDimensionsToString(Array) - Static method in class adams.data.matlab.MatlabUtils
Generates a string representation of the array dimensions, uses 'x' as separator.
arrayDimensionsToString(Array, String) - Static method in class adams.data.matlab.MatlabUtils
Generates a string representation of the array dimensions.
ArrayDisplay - Class in adams.flow.sink
Displays the array elements in a single panel.
ArrayDisplay() - Constructor for class adams.flow.sink.ArrayDisplay
 
ArrayDisplay.Arrangement - Enum in adams.flow.sink
How to display the array elements.
ArrayDisplayEnclosure - Class in adams.gui.flow.tree.enclose
ArrayDisplayEnclosure() - Constructor for class adams.gui.flow.tree.enclose.ArrayDisplayEnclosure
 
arrayDivide(double[], double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Divides each element of an array by a number.
ArrayElementJob(ArrayProcess, int, Object) - Constructor for class adams.flow.control.ArrayProcess.ArrayElementJob
Initializes the job.
ArrayElementType - Enum in adams.data.matlab
The element type.
ArrayEuclideanDistance - Class in adams.data.statistics
Calculates the Euclidean distance between the first array and the remaining arrays.
ArrayEuclideanDistance() - Constructor for class adams.data.statistics.ArrayEuclideanDistance
 
ArrayGenerate - Class in adams.flow.control
Applies all sub-actors to the input token and generates an array from the collected output.
Each of the branches is expected to produce at most one output token (ideally one per branch, otherwise there will be null elements in the output array).
ArrayGenerate() - Constructor for class adams.flow.control.ArrayGenerate
 
ArrayHistogram<T extends Number> - Class in adams.data.statistics
Generates a histogram from the given array.
The formulas for the various width/#bin calculations can be found here:
WikiPedia (2010).
ArrayHistogram() - Constructor for class adams.data.statistics.ArrayHistogram
 
ArrayHistogram.BinCalculation - Enum in adams.data.statistics
Enumeration for the bin calculation.
ArrayHistogramRanges - Class in adams.flow.transformer
Outputs the ranges generated by adams.data.statistics.ArrayHistogram using the incoming double array or matrix.
In case of an array, the data-type and location are ignored.
ArrayHistogramRanges() - Constructor for class adams.flow.transformer.ArrayHistogramRanges
 
ArrayKendallTheil<T extends Number> - Class in adams.data.statistics
Calculates the Kendall-Theil robust slope (also called Theil-Sen estimator) between the first array and the remaining arrays.
ArrayKendallTheil() - Constructor for class adams.data.statistics.ArrayKendallTheil
 
ArrayLength<T extends Serializable> - Class in adams.data.statistics
Determines the length of an array.
ArrayLength - Class in adams.flow.transformer
Determines the length of an array.
ArrayLength() - Constructor for class adams.data.statistics.ArrayLength
 
ArrayLength() - Constructor for class adams.flow.transformer.ArrayLength
 
arrayLengthTipText() - Method in class adams.flow.transformer.SequenceToArray
Returns the tip text for this property.
ArrayLinearRegression<T extends Number> - Class in adams.data.statistics
Calculates the slope and intercept of linear regression between two arrays (x and y).
If more than two arrays supplied, then the linear regression is computed between the first (x) and all the other ones (y).
ArrayLinearRegression() - Constructor for class adams.data.statistics.ArrayLinearRegression
 
ArrayManhattanDistance - Class in adams.data.statistics
Calculates the Manhattan distance between the first array and the remaining arrays.
ArrayManhattanDistance() - Constructor for class adams.data.statistics.ArrayManhattanDistance
 
ArrayMax<T extends Number> - Class in adams.data.statistics
Determines the max value in a numeric array.
ArrayMax() - Constructor for class adams.data.statistics.ArrayMax
 
ArrayMean<T extends Number> - Class in adams.data.statistics
Calculates the mean for a numeric array.
ArrayMean() - Constructor for class adams.data.statistics.ArrayMean
 
ArrayMeanAbsoluteError<T extends Number> - Class in adams.data.statistics
Calculates the mean absolute error (MAE) between the first array (actual) and the remaining arrays (predicted).
ArrayMeanAbsoluteError() - Constructor for class adams.data.statistics.ArrayMeanAbsoluteError
 
ArrayMedian<T extends Number> - Class in adams.data.statistics
Calculates the median for a numeric array.
ArrayMedian() - Constructor for class adams.data.statistics.ArrayMedian
 
ArrayMin<T extends Number> - Class in adams.data.statistics
Determines the min value in a numeric array.
ArrayMin() - Constructor for class adams.data.statistics.ArrayMin
 
ArrayMinkowskiDistance - Class in adams.data.statistics
Calculates the Minkowski distance between the first array and the remaining arrays.
ArrayMinkowskiDistance() - Constructor for class adams.data.statistics.ArrayMinkowskiDistance
 
ArrayNormalize<T extends Number> - Class in adams.data.statistics
Normalizes the array(s), i.e., the sum of its/their values is 1.0.
ArrayNormalize() - Constructor for class adams.data.statistics.ArrayNormalize
 
ArrayNormalizeRange<T extends Number> - Class in adams.data.statistics
Normalizes the array(s) to the specified lower and upper bound.
ArrayNormalizeRange() - Constructor for class adams.data.statistics.ArrayNormalizeRange
 
ArrayPercentile<T extends Number> - Class in adams.data.statistics
Determines the percentile for an array.
ArrayPercentile() - Constructor for class adams.data.statistics.ArrayPercentile
 
ArrayProcess - Class in adams.flow.control
Applies all sub-actors to each of the array elements.
ArrayProcess() - Constructor for class adams.flow.control.ArrayProcess
 
ArrayProcess.ArrayElementJob - Class in adams.flow.control
For processing a single array element.
ArrayProducer - Class in adams.core.option
Generates the string array format that is used on the command-line.
ArrayProducer() - Constructor for class adams.core.option.ArrayProducer
 
ArrayProvider - Interface in adams.core
For classes that can generate data either as an array or one-by-one.
ArrayProvider - Interface in adams.flow.core
For actors that can output the items either as an array or one-by-one.
ArrayProviderTransfer - Class in adams.core.optiontransfer
Transfers options between ArrayProvider objects.
ArrayProviderTransfer() - Constructor for class adams.core.optiontransfer.ArrayProviderTransfer
 
ArrayRelativeAbsoluteError<T extends Number> - Class in adams.data.statistics
Calculates the relative absolute error (RAE) between the first array (actual) and the remaining arrays (predicted).
ArrayRelativeAbsoluteError() - Constructor for class adams.data.statistics.ArrayRelativeAbsoluteError
 
ArrayReverse - Class in adams.flow.transformer
Reverses the order of the elements in the array.
ArrayReverse() - Constructor for class adams.flow.transformer.ArrayReverse
 
ArrayRootMeanSquaredError<T extends Number> - Class in adams.data.statistics
Calculates the root mean squared error (RMSE) between the first array (actual) and the remaining arrays (predicted).
ArrayRootMeanSquaredError() - Constructor for class adams.data.statistics.ArrayRootMeanSquaredError
 
ArrayRootRelativeSquaredError<T extends Number> - Class in adams.data.statistics
Calculates the root relative squared error (RRSE) between the first array (actual) and the remaining arrays (predicted).
ArrayRootRelativeSquaredError() - Constructor for class adams.data.statistics.ArrayRootRelativeSquaredError
 
ArrayRSquared<T extends Number> - Class in adams.data.statistics
Calculates the R^2 between the first array and the remaining arrays.
ArrayRSquared() - Constructor for class adams.data.statistics.ArrayRSquared
 
arraysAsListsTipText() - Method in class adams.data.conversion.JsonObjectToMap
Returns the tip text for this property.
ArrayStandardDeviation<T extends Number> - Class in adams.data.statistics
Calculates the standard deviation for a numeric array.
ArrayStandardDeviation() - Constructor for class adams.data.statistics.ArrayStandardDeviation
 
ArrayStandardize<T extends Number> - Class in adams.data.statistics
Standardizes the values in the array(s) to have mean 0 and stdev 1.
ArrayStandardize() - Constructor for class adams.data.statistics.ArrayStandardize
 
ArrayStandardScores<T extends Number> - Class in adams.data.statistics
Calculates the standard scores (or z scores) of the provided arrays.The arrays must be numeric, of course.
ArrayStandardScores() - Constructor for class adams.data.statistics.ArrayStandardScores
 
ArrayStatistic - Class in adams.data.spreadsheet.colstatistic
Pushes the numeric column through the specified array statistic.
ArrayStatistic - Class in adams.data.spreadsheet.rowscore
Applies the specified array statistic algorithm and returns the specified cell's value as score.
NB: Only collects numeric values from the rows.
ArrayStatistic - Class in adams.data.spreadsheet.rowstatistic
Pushes the numeric row through the specified array statistic.
ArrayStatistic - Class in adams.flow.transformer
Generates statistics from a double array or matrix.
ArrayStatistic - Class in adams.gui.core.spreadsheettable
Allows the calculation of row statistics.
ArrayStatistic - Class in adams.gui.visualization.instances.instancestable
Allows the calculation of row statistics.
ArrayStatistic() - Constructor for class adams.data.spreadsheet.colstatistic.ArrayStatistic
 
ArrayStatistic() - Constructor for class adams.data.spreadsheet.rowscore.ArrayStatistic
 
ArrayStatistic() - Constructor for class adams.data.spreadsheet.rowstatistic.ArrayStatistic
 
ArrayStatistic() - Constructor for class adams.flow.transformer.ArrayStatistic
 
ArrayStatistic() - Constructor for class adams.gui.core.spreadsheettable.ArrayStatistic
 
ArrayStatistic() - Constructor for class adams.gui.visualization.instances.instancestable.ArrayStatistic
 
ArrayStatisticDataType - Enum in adams.flow.transformer
Defines what data to retrieve from the double matrix.
ArraySubset - Class in adams.flow.transformer
Generates a subset of the array, using the specified array elements.
ArraySubset() - Constructor for class adams.flow.transformer.ArraySubset
 
ArraySubsetGeneration - Class in adams.flow.transformer
ArraySubsetGeneration() - Constructor for class adams.flow.transformer.ArraySubsetGeneration
 
ArraySum<T extends Number> - Class in adams.data.statistics
Determines the sum of all values in a numeric array.
ArraySum() - Constructor for class adams.data.statistics.ArraySum
 
ArrayTextRenderer - Class in adams.data.textrenderer
Renders arrays to the specified limit of elements.
ArrayTextRenderer() - Constructor for class adams.data.textrenderer.ArrayTextRenderer
 
ArrayToChunks - Class in adams.flow.transformer
Splits an array into chunks of a specified size.
ArrayToChunks() - Constructor for class adams.flow.transformer.ArrayToChunks
 
ArrayToCollection - Class in adams.data.conversion
Deprecated.
ArrayToCollection - Class in adams.flow.transformer
Turns an array into a collection.
ArrayToCollection() - Constructor for class adams.data.conversion.ArrayToCollection
Deprecated.
 
ArrayToCollection() - Constructor for class adams.flow.transformer.ArrayToCollection
 
arrayToHashSet(int[]) - Static method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Turns the array into a hashset.
arrayToHashSet(int[]) - Static method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Turns the array into a hashset.
arrayToHashSet(int[]) - Static method in class adams.data.weka.columnfinder.AbstractColumnFinder
Turns the array into a hashset.
arrayToHashSet(int[]) - Static method in class adams.data.weka.rowfinder.AbstractRowFinder
Turns the array into a hashset.
ArrayToJsonArray - Class in adams.data.conversion
Turns an object array into a JSON array.
ArrayToJsonArray() - Constructor for class adams.data.conversion.ArrayToJsonArray
 
ArrayToReport - Class in adams.data.conversion
Turns an array into a report.
ArrayToReport() - Constructor for class adams.data.conversion.ArrayToReport
 
ArrayToSequence - Class in adams.flow.transformer
Turns an array of any type into a sequence of tokens.
ArrayToSequence() - Constructor for class adams.flow.transformer.ArrayToSequence
 
arrayToString(Object) - Static method in class adams.core.Utils
Returns the given Array in a string representation.
arrayToString(Object, boolean) - Static method in class adams.core.Utils
Returns the given Array in a string representation.
ArrayToVariables - Class in adams.flow.transformer
ArrayToVariables() - Constructor for class adams.flow.transformer.ArrayToVariables
Default constructor.
ArrayToVariables(VariableName[]) - Constructor for class adams.flow.transformer.ArrayToVariables
Initializes with the specified names.
ArrayToVariables(String[]) - Constructor for class adams.flow.transformer.ArrayToVariables
Initializes with the specified names.
ArrayToYamlString - Class in adams.data.conversion
Converts the object array into a YAML string.
ArrayToYamlString() - Constructor for class adams.data.conversion.ArrayToYamlString
 
ArrayValueDefinition - Class in adams.flow.source.valuedefinition
Definition for generic array objects.
ArrayValueDefinition() - Constructor for class adams.flow.source.valuedefinition.ArrayValueDefinition
 
Article - Class in adams.doc.docbook
Represents the "article" tag.
Article() - Constructor for class adams.doc.docbook.Article
Initializes the tag.
Article(String) - Constructor for class adams.doc.docbook.Article
Initializes the tag.
ARTICLE - adams.core.TechnicalInformation.Type
An article from a journal or magazine.
artifactIdValue() - Method in class adams.core.base.MavenArtifact
Returns the artifact ID part, if possible.
artifactIdValue() - Method in class adams.core.base.MavenArtifactExclusion
Returns the artifact ID part, if possible.
AS - Static variable in interface adams.parser.spreadsheetquery.sym
 
AS_IS - adams.core.password.DictionaryBasedGenerator.Variation
 
AS_IS - adams.data.spreadsheet.ColumnNameConversion
no change.
AS_IS - weka.classifiers.meta.MinMaxLimits.LimitHandling
no special handling, just as-is.
ASC - Static variable in interface adams.parser.spreadsheetquery.sym
 
ASCENDING - adams.data.conversion.WekaPredictionContainerToSpreadSheet.Sorting
ascending.
AsIs - Class in adams.data.imagesegmentation.layerorder
Returns the order as provided by the underlying hash map.
AsIs() - Constructor for class adams.data.imagesegmentation.layerorder.AsIs
 
assemble(Object) - Method in class adams.data.id.AbstractIDGenerator
Generates the actual ID.
assemble(Object) - Method in class adams.data.id.IDGeneratorPostProcessor
Generates the actual ID.
assemble(Object) - Method in class adams.data.id.SimpleIDGenerator
Generates the actual ID.
assembleFields() - Method in class adams.flow.transformer.AbstractReportValueDbWriter
Method for assembling the fields to overwrite.
assembleMessage(LogRecord) - Static method in class adams.core.logging.LoggingHelper
Publish a LogRecord.
assembleRequest(RemoteCommandProcessor) - Method in class adams.scripting.command.AbstractCommand
Assembles the command into a string, including any payload.
assembleRequest(RemoteCommandProcessor) - Method in interface adams.scripting.command.RemoteCommand
Assembles the command into a string, including any payload.
assembleRequestHeader() - Method in class adams.scripting.command.AbstractCommand
Assembles the request header.
assembleResponse(RemoteCommandProcessor) - Method in class adams.scripting.command.AbstractCommandWithResponse
Assembles the command into a string, including any payload.
assembleResponse(RemoteCommandProcessor) - Method in interface adams.scripting.command.RemoteCommandWithResponse
Assembles the command into a string, including any payload.
assembleResponseHeader() - Method in class adams.scripting.command.AbstractCommandWithResponse
Assembles the response header.
assembleSetup(double, Classifier, int, int[]) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Assembles the data for the textual setup output.
assembleSetup(double, Classifier, int, int[]) - Method in class adams.opt.genetic.DarkLord.DarkLordJob
Assembles the data for the textual setup output.
assembleSetup(double, Classifier, int, int[]) - Method in class adams.opt.genetic.Hermione.HermioneJob
Assembles the data for the textual setup output.
assign(Variables) - Method in class adams.core.Variables
Adds all the variables from the other Variables object (overwrites any existing ones).
assign(Variables) - Method in class adams.flow.core.FlowVariables
Adds all the variables from the other Variables object (overwrites any existing ones).
assign(Variables, BaseRegExp) - Method in class adams.core.Variables
Adds all the variables from the other Variables object (overwrites any existing ones).
assign(DataContainer<InstancePoint>) - Method in class adams.data.instance.Instance
Obtains the stored variables from the other data point, but not the actual data points.
assign(DataContainer<SpreadSheetRowPoint>) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Obtains the stored variables from the other data point, but not the actual data points.
assign(DataContainer<P>) - Method in class adams.data.timeseries.Timeseries
Obtains the stored variables from the other data point, but not the actual data points.
assign(DataContainer<T>) - Method in class adams.data.container.AbstractDataContainer
Obtains the stored variables from the other data point, but not the actual data points.
assign(DataContainer<T>) - Method in interface adams.data.container.DataContainer
Obtains the stored variables from the other data point, but not the actual data points.
assign(DataPoint) - Method in class adams.data.container.AbstractDataPoint
Obtains the stored variables from the other data point.
assign(DataPoint) - Method in interface adams.data.container.DataPoint
Obtains the stored variables from the other data point.
assign(DataPoint) - Method in class adams.data.instance.InstancePoint
Obtains the stored variables from the other data point.
assign(DataPoint) - Method in class adams.data.sequence.XYSequencePoint
Obtains the stored variables from the other data point.
assign(DataPoint) - Method in class adams.data.timeseries.TimeseriesPoint
Obtains the stored variables from the other data point.
assign(DataPoint) - Method in class adams.flow.sink.sequenceplotter.SequencePlotPoint
Obtains the stored variables from the other data point.
assign(DataPoint) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Obtains the stored variables from the other data point.
assign(Report) - Method in class adams.data.report.Report
Obtains all the values from the specified report.
assign(XYSequence) - Method in class adams.data.sequence.XYSequence
Obtains the stored variables from the other data point, but not the actual data points.
assign(SharedStringsTable) - Method in class adams.data.SharedStringsTable
Retrieves all the values from the specified table, discards its own values.
assign(Cell) - Method in interface adams.data.spreadsheet.Cell
Obtains the content/type of the other cell, but not the owner.
assign(Cell) - Method in class adams.data.spreadsheet.CellView
Obtains the content/type of the other cell, but not the owner.
assign(Cell) - Method in class adams.data.spreadsheet.DoubleCell
Obtains the content/type of the other cell, but not the owner.
assign(Cell) - Method in class adams.data.spreadsheet.FloatCell
Obtains the content/type of the other cell, but not the owner.
assign(Cell) - Method in class adams.ml.data.DataCellView
Obtains the content/type of the other cell, but not the owner.
assign(Row) - Method in class adams.data.spreadsheet.AbstractRow
Obtains copies of the cells from the other row, but not the owner.
assign(Row) - Method in class adams.data.spreadsheet.DataRowView
Obtains copies of the cells from the other row, but not the owner.
assign(Row) - Method in class adams.data.spreadsheet.DenseDataRow
Obtains copies of the cells from the other row, but not the owner.
assign(Row) - Method in class adams.data.spreadsheet.HeaderRow
Obtains copies of the cells from the other row, but not the owner.
assign(Row) - Method in interface adams.data.spreadsheet.Row
Obtains copies of the cells from the other row, but not the owner.
assign(Row) - Method in class adams.ml.data.InstancesHeaderRow
Obtains copies of the cells from the other row, but not the owner.
assign(Row) - Method in class adams.ml.data.InstanceView
Obtains copies of the cells from the other row, but not the owner.
assign(SpreadSheet) - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Clears this spreadsheet and copies all the data from the given one.
assign(SpreadSheet) - Method in interface adams.data.spreadsheet.SpreadSheet
Clears this spreadsheet and copies all the data from the given one.
assign(SpreadSheet) - Method in class adams.data.spreadsheet.SpreadSheetView
Uses this spreadsheet instead, performs no copy.
assign(SpreadSheet) - Method in class adams.ml.data.DatasetView
Uses this spreadsheet instead, performs no copy.
assign(SpreadSheet) - Method in class adams.ml.data.DefaultDataset
Clears this spreadsheet and copies all the data from the given one.
assign(SpreadSheet) - Method in class adams.ml.data.InstancesView
Clears this spreadsheet and copies all the data from the given one.
assign(Storage) - Method in class adams.flow.control.Storage
Adds all the items from the other Storage object (overwrites any existing ones).
assign(Storage, BaseRegExp) - Method in class adams.flow.control.Storage
Adds all the items from the other Storage object (overwrites any existing ones).
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.processors.PassThroughProcessor
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.processors.QueryProcessor
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.sources.DatabaseSource
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileBrowserSource
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.sources.FileSource
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.targets.DatabaseTarget
Retrieves the values from the other widget, if possible.
assign(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Retrieves the values from the other widget, if possible.
assign(AbstractContainer) - Method in class adams.gui.visualization.container.AbstractContainer
Updates itself with the values from given container (the manager is excluded!).
assign(AbstractContainer) - Method in class adams.gui.visualization.timeseries.TimeseriesContainer
Updates itself with the values from given container (the manager is excluded!).
assign(AbstractAxisModel) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Obtains the necessary values from the given model and updates itself.
assign(AbstractAxisModel) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Obtains the necessary values from the given model and updates itself.
assign(AbstractAxisModel) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Obtains the necessary values from the given model and updates itself.
assign(AbstractAxisModel) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Obtains the necessary values from the given model and updates itself.
assign(AxisPanel) - Method in class adams.gui.visualization.core.AxisPanel
Obtains all the settings from the other panel.
assign(InstanceContainer) - Method in class adams.gui.visualization.instance.InstanceContainer
Updates itself with the values from given container (the manager is excluded!).
assign(XYSequenceContainer) - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Updates itself with the values from given container (the manager is excluded!).
assign(SpreadSheetRowContainer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Updates itself with the values from given container (the manager is excluded!).
assign(Capabilities) - Method in class adams.ml.capabilities.Capabilities
Uses the capabilities from the provided capabilities object.
assign(AbstractHashableInstance) - Method in class weka.core.AbstractHashableInstance
Assigns all the data, apart from wrapped instance, that the provided hashable instance provides.
assign(Experiment) - Method in class weka.experiment.ExtExperiment
Assigns the values from the other experiment.
assignIDs(int) - Method in class weka.classifiers.trees.m5.RuleNode2
Assigns a unique identifier to each node in the tree
ASSIGNMENT - Static variable in interface adams.parser.lookupupdate.sym
 
AssociateTab - Class in adams.gui.tools.wekainvestigator.tab
Tab for associators.
AssociateTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.AssociateTab
 
AssociateTab.HistoryPanel - Class in adams.gui.tools.wekainvestigator.tab
Customized history panel.
AssociationsHandler - Class in weka.gui.explorer
Manages the AssociationsPanel.
AssociationsHandler() - Constructor for class weka.gui.explorer.AssociationsHandler
 
associatorTipText() - Method in class adams.flow.source.WekaAssociatorSetup
Returns the tip text for this property.
associatorTipText() - Method in class adams.flow.transformer.WekaTrainAssociator
Returns the tip text for this property.
AsyncCapableExternalCommand - Interface in adams.core.command
Interface for external commands that support asynchronous mode.
AsyncCapableExternalCommandOutputProcessor - Class in adams.core.command
For collecting the output of the asynchronous docker command.
AsyncCapableExternalCommandOutputProcessor(AsyncCapableExternalCommand) - Constructor for class adams.core.command.AsyncCapableExternalCommandOutputProcessor
Initializes the process output manager.
ASYNCHRONOUS - adams.flow.standalone.ExternalFlow.ExecutionType
launch flow and don't wait to finish.
ASYNCHRONOUS - Static variable in class adams.gui.action.AbstractBaseAction
the key for the asynchronous flag.
asynchronousTipText() - Method in class adams.flow.control.AbstractTee
Returns the tip text for this property.
AT_END - adams.flow.transformer.StringArraySplit.SplitHandling
 
AT_START - adams.flow.transformer.StringArraySplit.SplitHandling
 
ATAN - Static variable in interface adams.parser.booleanexpression.sym
 
ATAN - Static variable in interface adams.parser.lookupupdate.sym
 
ATAN - Static variable in interface adams.parser.mathematicalexpression.sym
 
ATAN - Static variable in interface adams.parser.stringexpression.sym
 
ATAN2 - Static variable in interface adams.parser.booleanexpression.sym
 
ATAN2 - Static variable in interface adams.parser.lookupupdate.sym
 
ATAN2 - Static variable in interface adams.parser.mathematicalexpression.sym
 
ATAN2 - Static variable in interface adams.parser.stringexpression.sym
 
aTipText() - Method in class adams.data.distribution.Triangular
Returns the tip text for this property.
AtomicExecution - Interface in adams.flow.control
Interface for actors that can be configured to finish execution first before attempting to be stopped.
AtomicExecutionTransfer - Class in adams.core.optiontransfer
Transfers options between AtomicExecution objects.
AtomicExecutionTransfer() - Constructor for class adams.core.optiontransfer.AtomicExecutionTransfer
 
AtomicMoveSupporter - Interface in adams.core
Interface for classes that support atomic file move operations.
atomicMoveTipText() - Method in interface adams.core.AtomicMoveSupporter
Returns the tip text for this property.
atomicMoveTipText() - Method in class adams.flow.standalone.DirWatch
Returns the tip text for this property.
atomicMoveTipText() - Method in class adams.flow.transformer.AbstractDataProcessor
Returns the tip text for this property.
atomicMoveTipText() - Method in class adams.flow.transformer.MoveFile
Returns the tip text for this property.
atomicMoveTipText() - Method in class adams.scripting.engine.FileBasedScriptingEngine
Returns the tip text for this property.
ATT_CONSTANT - Static variable in class weka.classifiers.meta.LogTargetRegressor
Constant to add to attributes before logarithm is taken.
ATT_DATE - Static variable in class adams.core.base.AttributeTypeList
the type string for date attributes.
ATT_NOMINAL - Static variable in class adams.core.base.AttributeTypeList
the type string for nominal attributes.
ATT_NUMERIC - Static variable in class adams.core.base.AttributeTypeList
the type string for numeric attributes.
ATT_RANGE - Static variable in class weka.filters.unsupervised.instance.KennardStone
 
ATT_REGEXP - Static variable in class weka.filters.unsupervised.attribute.Detrend
 
ATT_REGEXP - Static variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
 
ATT_STRING - Static variable in class adams.core.base.AttributeTypeList
the type string for string attributes.
ATT_VERSION - Static variable in class adams.doc.docbook.Document
the "version" attribute.
ATT_XMLNS - Static variable in class adams.doc.docbook.Document
the "xmlns" attribute.
attach(MultipleInsert) - Method in class adams.db.BulkInsertTable
Attach a multiple insert object to this table.
AttachBreakpointHere - Class in adams.gui.flow.tree.menu
Attaches a breakpoint to the selected actor using its full name for a PathBreakpoint.
AttachBreakpointHere() - Constructor for class adams.gui.flow.tree.menu.AttachBreakpointHere
 
AttachedVariablesTab - Class in adams.gui.flow.tab
Allows user to list variables and their values attached to the selected actor.
AttachedVariablesTab() - Constructor for class adams.gui.flow.tab.AttachedVariablesTab
 
attachListener() - Method in class adams.gui.core.CheckedTextField
Adds a listener to the document that checks the correctness of the input.
AttachListener - Class in adams.gui.flow.tree.menu
Allows the attaching of flow execution listeners.
AttachListener() - Constructor for class adams.gui.flow.tree.menu.AttachListener
 
AttachMetaData - Class in adams.data.objectfilter
Attaches the specified meta-data value.
AttachMetaData() - Constructor for class adams.data.objectfilter.AttachMetaData
 
AttachOverlappingMetaData - Class in adams.data.objectfilter
Attaches meta-data from the stored report

AttachOverlappingMetaData() - Constructor for class adams.data.objectfilter.AttachOverlappingMetaData
 
AttColorListener(ScatterPlot) - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttColorListener
 
attemptIntervalTipText() - Method in interface adams.core.MultiAttemptWithWaitSupporter
Returns the tip text for this property.
attemptIntervalTipText() - Method in class adams.flow.sink.DumpFile
Returns the tip text for this property.
attemptIntervalTipText() - Method in class adams.flow.transformer.CopyFile
Returns the tip text for this property.
attemptIntervalTipText() - Method in class adams.flow.transformer.MoveFile
Returns the tip text for this property.
attemptIntervalTipText() - Method in class adams.flow.transformer.WaitForFile
Returns the tip text for this property.
attemptIntervalTipText() - Method in class adams.multiprocess.ScpJobRunner
Returns the tip text for this property.
attemptIntervalTipText() - Method in class adams.multiprocess.SerializingJobRunner
Returns the tip text for this property.
AttListener(ZScore) - Constructor for class adams.gui.visualization.stats.zscore.ZScore.AttListener
 
attRangeTipText() - Method in class weka.filters.unsupervised.instance.KennardStone
Returns the tip text for this property.
attRegExpTipText() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the tip text for this property.
attRegExpTipText() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the tip text for this property.
attribute(int) - Method in class weka.core.AbstractHashableInstance
Returns the attribute with the given index.
ATTRIBUTE_NAME - adams.flow.transformer.WekaInstancesInfo.InfoType
the name of the attribute (at specified index).
ATTRIBUTE_NAME - Static variable in class adams.flow.transformer.WekaInstanceEvaluator
the default name of the attribute with the evaluation value.
ATTRIBUTE_NAMES - adams.flow.transformer.WekaInstancesInfo.InfoType
the names of all attributes.
ATTRIBUTE_NAMES_SORTED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
sort attribute names.
ATTRIBUTE_PREFIX - Static variable in class adams.flow.source.WekaNewInstances
the prefix for attributes (if nto specified explicitly).
ATTRIBUTE_PREFIX - Static variable in class weka.classifiers.meta.ClassifierCascade
the prefix for the additional cascade attributes.
ATTRIBUTE_RANGE - Static variable in class weka.filters.unsupervised.attribute.SimpleDetrend
 
ATTRIBUTE_SELECTION - Static variable in class weka.filters.unsupervised.attribute.EquiDistance
the option for the attribute selection.
ATTRIBUTE_TYPE - adams.flow.transformer.WekaInstancesInfo.InfoType
the attribute type (selected attribute).
attributeAsClassAt(int) - Method in class adams.gui.visualization.instances.InstancesTableModel
sets the attribute at the given col index as the new class attribute, i.e.
attributeIndex - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge.SourceAttribute
The index of the source attribute in the source dataset.
AttributeIndex - Class in adams.data.weka.classattribute
Uses the supplied attribute index to select the class attribute.
AttributeIndex - Class in adams.data.weka.relationname
Uses the name of the specified attribute as relation name.
AttributeIndex() - Constructor for class adams.data.weka.classattribute.AttributeIndex
 
AttributeIndex() - Constructor for class adams.data.weka.relationname.AttributeIndex
 
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ByDateValue
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericRange
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ByNumericValue
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ByStringComparison
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ByValue
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.ClosestNumericValue
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.spreadsheet.rowfinder.IsNumeric
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.weka.rowfinder.ByLabel
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.weka.rowfinder.ByNumericRange
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.data.weka.rowfinder.ByNumericValue
Returns the tip text for this property.
attributeIndexTipText() - Method in class adams.flow.transformer.WekaInstancesInfo
Returns the tip text for this property.
attributeIndexTipText() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns the tip text for this property.
attributeIndexTipText() - Method in class weka.filters.unsupervised.instance.SortOnAttribute
Returns the tip text for this property.
AttributeInfoPanel() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Initializes the widget.
attributeName - Variable in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge.SourceAttribute
The name of the source attribute in the source dataset.
attributeNamesTipText() - Method in class adams.flow.source.WekaNewInstances
Returns the tip text for this property.
attributeNamesTipText() - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Returns the tip text for this property.
attributeNameTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
Return a tip text for the attribute name property
attributeNameTipText() - Method in class adams.flow.sink.ZScoreDisplay
Return a tip text for the attribute name property
attributeNameTipText() - Method in class adams.flow.transformer.WekaGetInstanceValue
Returns the tip text for this property.
attributeNameTipText() - Method in class weka.filters.unsupervised.instance.DatasetLabeler
Returns the tip text for this property.
attributeNameTipText() - Method in class weka.filters.unsupervised.instance.LatestRecords
Returns the tip text for this property.
attributePrefixTipText() - Method in class weka.filters.unsupervised.attribute.OuterProductAnalysis
Returns the tip text for this property.
attributeRangeTipText() - Method in class adams.data.instancesanalysis.FastICA
Returns the tip text for this property.
attributeRangeTipText() - Method in class adams.data.instancesanalysis.PCA
Returns the tip text for this property.
attributeRangeTipText() - Method in class adams.data.instancesanalysis.PLS
Returns the tip text for this property.
attributeRangeTipText() - Method in class adams.data.spreadsheet.rowfinder.MissingValue
Returns the tip text for this property.
attributeRangeTipText() - Method in class adams.data.weka.rowfinder.FilteredIQR
Returns the tip text for this property.
attributeRangeTipText() - Method in class weka.filters.unsupervised.attribute.CorrelationMatrix
Returns the tip text for this property.
attributeRangeTipText() - Method in class weka.filters.unsupervised.attribute.InputSmearing
Returns the tip text for this property.
attributeRangeTipText() - Method in class weka.filters.unsupervised.attribute.JoinAttributes
Returns the tip text for this property.
attributeRangeTipText() - Method in class weka.filters.unsupervised.attribute.LogTransform
Returns the tip text for this property.
attributeRangeTipText() - Method in class weka.filters.unsupervised.attribute.SetMissingValue
Returns the tip text for this property.
attributeRangeTipText() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns the tip text for this property.
attributeRenamesExpTipText() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the tip-text for the attribute-renaming regexs option.
attributeRenamesFormatTipText() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the tip-text for the attribute renaming format strings option.
ATTRIBUTES - adams.db.MetaDataType
 
ATTRIBUTES_NAMES_UNSORTED - Static variable in class adams.gui.event.WekaInvestigatorDataEvent
don't sort attribute names.
AttributeSelection - Class in adams.opt.optimise.genetic.fitnessfunctions
Perform attribute selection using WEKA classification.
AttributeSelection() - Constructor for class adams.opt.optimise.genetic.fitnessfunctions.AttributeSelection
 
AttributeSelectionHandler - Class in weka.gui.explorer
Manages the AttributeSelectionPanel.
AttributeSelectionHandler() - Constructor for class weka.gui.explorer.AttributeSelectionHandler
 
attributeSelectionMethodTipText() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns the tip text for this property
AttributeSelectionPanel - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
Creates a panel that displays the attributes contained in a set of instances, letting the user toggle whether each attribute is selected or not (eg: so that unselected attributes can be removed before classification).
AttributeSelectionPanel() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel
 
AttributeSelectionPanel.AttributeTableModel - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
A table model that looks at the names of attributes and maintains a list of attributes that have been "selected".
AttributeSelectionTab - Class in adams.gui.tools.wekainvestigator.tab
Tab for attribute selection.
AttributeSelectionTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
 
AttributeSelectionTab.HistoryPanel - Class in adams.gui.tools.wekainvestigator.tab
Customized history panel.
attributeSelectionTipText() - Method in class weka.filters.unsupervised.attribute.EquiDistance
Returns the tip text for this property.
attributeSparse(int) - Method in class weka.core.AbstractHashableInstance
Returns the attribute with the given index in the sparse representation.
AttributeStatistics - Class in adams.gui.visualization.instances.instancestable
Displays statistics for the selected attribute.
AttributeStatistics() - Constructor for class adams.gui.visualization.instances.instancestable.AttributeStatistics
 
attributeStats(int) - Method in class weka.core.InstancesView
Calculates summary statistics on the values that appear in this set of instances for a specified attribute.
attributesTipText() - Method in class adams.flow.sink.BoxPlot
Tip text to display for the option
attributesTipText() - Method in class adams.flow.transformer.WekaInstanceStreamPlotGenerator
Returns the tip text for this property.
AttributeSummaryPanel - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
This panel displays summary statistics about an attribute: name, type number/% of missing/unique values, number of distinct values.
AttributeSummaryPanel() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel
Creates the instances panel with no initial instances.
AttributeSummaryPanel.AttributeInfoPanel - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
Panel with labels displaying some basic info.
AttributeSummaryPanel.StatisticsTable - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
Displays other stats in a table.
AttributeSummaryTransferFilter - Class in weka.filters.unsupervised.attribute
Filter which trains another filter to summarise a sub-set of the data's attributes.
AttributeSummaryTransferFilter() - Constructor for class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
 
AttributeTableModel(Instances) - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSelectionPanel.AttributeTableModel
Creates the tablemodel with the given set of instances.
attributeTipText() - Method in class adams.flow.sink.ProbabilityPlotDisplay
return a tip text for the attribute index property
attributeTipText() - Method in class adams.flow.sink.ZScoreDisplay
return a tip text for the attribute index property
attributeTipText() - Method in class adams.flow.transformer.AddDOMAttribute
Returns the tip text for this property.
attributeTipText() - Method in class weka.classifiers.meta.AbstainAttributePercentile
 
AttributeTypeList - Class in adams.core.base
Wrapper for a comma-separated list of attribute types.
AttributeTypeList() - Constructor for class adams.core.base.AttributeTypeList
Initializes the list with length 0.
AttributeTypeList(String) - Constructor for class adams.core.base.AttributeTypeList
Initializes the object with the string to parse.
attributeTypesTipText() - Method in class adams.flow.source.WekaNewInstances
Returns the tip text for this property.
AttributeValueCellRenderer - Class in adams.gui.visualization.instances
Handles the background colors for missing values differently than the DefaultTableCellRenderer.
AttributeValueCellRenderer() - Constructor for class adams.gui.visualization.instances.AttributeValueCellRenderer
initializes the Renderer with a standard color
AttributeValueCellRenderer(Color, Color) - Constructor for class adams.gui.visualization.instances.AttributeValueCellRenderer
initializes the Renderer with the given colors
AttributeVisualizationPanel - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
Creates a panel that shows a visualization of an attribute in a dataset.
AttributeVisualizationPanel() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Constructor - If used then the class will not show the class selection combo box.
AttributeVisualizationPanel(boolean) - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Constructor.
AttributeVisualizationPanel.BarCalc - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
Internal class that calculates the barplot to display, in a separate thread.
AttributeVisualizationPanel.HistCalc - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab
Internal class that calculates the histogram to display, in a separate thread.
attributeXTipText() - Method in class adams.flow.sink.WekaInstancesPlot
Returns the tip text for this property.
attributeXTipText() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the tip text for this property.
attributeXTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Returns the tip text for this property.
attributeYTipText() - Method in class adams.flow.sink.WekaInstancesPlot
Returns the tip text for this property.
attributeYTipText() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the tip text for this property.
attributeYTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Returns the tip text for this property.
AttXListener(ScatterPlot) - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttXListener
 
AttYListener(ScatterPlot) - Constructor for class adams.gui.visualization.stats.scatterplot.ScatterPlot.AttYListener
 
authenticationTypeTipText() - Method in class adams.flow.standalone.SSHConnection
Returns the tip text for this property.
authenticationTypeTipText() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Returns the tip text for this property.
authenticationTypeTipText() - Method in class adams.scripting.connection.AbstractSSHConnection
Returns the tip text for this property.
AUTHOR - adams.core.TechnicalInformation.Field
The name(s) of the author(s), in the format described in the LaTeX book.
AUTO - adams.core.AutoOnOff
 
AUTO - adams.core.io.TarUtils.Compression
automatic.
AUTO - adams.core.net.Base64Type
 
AUTO - adams.data.jai.ImageType
 
AUTO - adams.flow.core.AbstractModelLoader.ModelLoadingType
 
AUTO - adams.flow.core.ObjectRetriever.RetrievalType
 
AUTO - adams.flow.transformer.Copy.CopyType
 
AUTO - weka.classifiers.trees.XGBoost.TreeMethod
 
AUTO_NO_OSD - adams.flow.core.TesseractPageSegmentation
 
AUTO_PID - Static variable in class adams.core.management.ProcessUtils
the constant for the auto PID.
AUTO_WITH_OSD - adams.flow.core.TesseractPageSegmentation
 
AutoAdvanceAnnotator - Interface in adams.gui.visualization.object.annotator
Interface for annotators that allow auto advancing labels.
autoAdvanceLabelsTipText() - Method in interface adams.gui.visualization.object.annotator.AutoAdvanceAnnotator
Returns the tip text for this property.
autoAdvanceLabelsTipText() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the tip text for this property.
AutoColorCorrelogram - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.AutoColorCorrelogram.
For more information on the LIRE project, see:
http://www.lire-project.net/
For more information see:
Huang, J.; Kumar, S.
AutoColorCorrelogram() - Constructor for class adams.data.lire.features.AutoColorCorrelogram
 
autoCommitTipText() - Method in class adams.db.AbstractDatabaseConnection
Returns the tip text for this property.
AutoCorrelation - Class in adams.data.utils
Contains methods related to autocorrelation.
AutoCorrelation() - Constructor for class adams.data.utils.AutoCorrelation
 
autoDetectDataTypeTipText() - Method in class adams.flow.transformer.AbstractSetReportValue
Returns the tip text for this property.
autoDetectTipText() - Method in class adams.data.barcode.decode.ZXing
Returns the tip text for this property.
autoExtendHeaderTipText() - Method in class adams.data.io.input.AbstractExcelSpreadSheetReader
Returns the tip text for this property.
autoFocusTipText() - Method in class adams.flow.core.displaytype.Default
Returns the tip text for this property.
AutogeneratedActor - Interface in adams.flow.core
Indicator interface for actors that have been automatically generated.
AutogeneratedSink - Class in adams.flow.sink
Encapsulates a sequence of auto-generated actors.
Can be removed with the adams.flow.processor.RemoveAutogeneratedActors processor.
AutogeneratedSink() - Constructor for class adams.flow.sink.AutogeneratedSink
Default constructor.
AutogeneratedSink(Actor) - Constructor for class adams.flow.sink.AutogeneratedSink
Encapsulates the specified actor.
AutogeneratedSink(Actor[]) - Constructor for class adams.flow.sink.AutogeneratedSink
Encapsulates the specified actors.
AutogeneratedSource - Class in adams.flow.source
Encapsulates a sequence of auto-generated actors, with the last one generating the output for this meta-source.
Can be removed with the adams.flow.processor.RemoveAutogeneratedActors processor.
AutogeneratedSource() - Constructor for class adams.flow.source.AutogeneratedSource
Default constructor.
AutogeneratedSource(Actor) - Constructor for class adams.flow.source.AutogeneratedSource
Encapsulates the specified actor.
AutogeneratedSource(Actor[]) - Constructor for class adams.flow.source.AutogeneratedSource
Encapsulates the specified actors.
AutogeneratedStandalone - Class in adams.flow.standalone
Container for auto-generated standalone actors.
Can be removed with the adams.flow.processor.RemoveAutogeneratedActors processor.
AutogeneratedStandalone() - Constructor for class adams.flow.standalone.AutogeneratedStandalone
Default constructor.
AutogeneratedStandalone(Actor) - Constructor for class adams.flow.standalone.AutogeneratedStandalone
Encapsulates the specified actor.
AutogeneratedStandalone(Actor[]) - Constructor for class adams.flow.standalone.AutogeneratedStandalone
Encapsulates the specified actors.
AutogeneratedTransformer - Class in adams.flow.transformer
Encapsulates a sequence of auto-generated actors.
AutogeneratedTransformer() - Constructor for class adams.flow.transformer.AutogeneratedTransformer
Default constructor.
AutogeneratedTransformer(Actor) - Constructor for class adams.flow.transformer.AutogeneratedTransformer
Encapsulates the specified actor.
AutogeneratedTransformer(Actor[]) - Constructor for class adams.flow.transformer.AutogeneratedTransformer
Encapsulates the specified actors.
AutoIncrementType - Class in adams.db.types
Autoincrement SQL type
AutoIncrementType() - Constructor for class adams.db.types.AutoIncrementType
Constructor: it's a BIGINT
autoKeyGenerationTipText() - Method in class adams.flow.sink.WekaDatabaseWriter
Returns the tip text for this property.
AutomatableInteraction - Interface in adams.flow.core
For classes that can be switched from interactive to automated.
AutomatableInteractiveActor - Interface in adams.flow.core
Interface for actors that interact with the user, but can also be automated, e.g., for testing purposes.
AutomatableInteractiveActorTransfer - Class in adams.core.optiontransfer
Transfers options between AutomatableInteractiveActor objects.
AutomatableInteractiveActorTransfer() - Constructor for class adams.core.optiontransfer.AutomatableInteractiveActorTransfer
 
AUTOMATIC - adams.flow.transformer.AbstractDataContainerFileWriter.FileNameGeneration
Use either ID or database ID.
automaticOrderInfo() - Method in class adams.flow.core.AbstractModelLoader
Returns information how the model is loaded in case of AbstractModelLoader.ModelLoadingType.AUTO.
automaticOrderInfo() - Method in class adams.flow.core.WekaFilterModelLoader
Returns information how the model is loaded in case of AbstractModelLoader.ModelLoadingType.AUTO.
automaticUndoTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
AutoOnOff - Enum in adams.core
Enum that has three states: auto|on|off.
AutoScaler - Class in adams.data.weka.predictions
Applies the specified numeric scaler to the data in case of a numeric class attribute, otherwise just passes on the data.
AutoScaler() - Constructor for class adams.data.weka.predictions.AutoScaler
 
autoScrollTest(Point) - Method in class adams.gui.core.DragAndDropTabbedPane
 
AutoStartSupporter - Interface in adams.flow.core
Interface for actors that support "auto-start" functionality.
autoStartTipText() - Method in interface adams.flow.core.AutoStartSupporter
Returns the tip text for this property.
AutoWidthTabularSpreadSheetReader - Class in adams.data.io.input
Reads simple tabular text files, using column widths as defined by the header row.
AutoWidthTabularSpreadSheetReader() - Constructor for class adams.data.io.input.AutoWidthTabularSpreadSheetReader
 
AutoWidthTabularSpreadSheetWriter - Class in adams.data.io.output
Outputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.
AutoWidthTabularSpreadSheetWriter() - Constructor for class adams.data.io.output.AutoWidthTabularSpreadSheetWriter
 
AVAILABLE - adams.flow.source.wekapackagemanageraction.ListPackages.ListType
 
average(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Calculates the average for a range of cells.
Average - Class in adams.data.image.multiimageoperation
Computes the average from the images (each channel separately).
Average - Class in weka.filters.unsupervised.instance.multirowprocessor.processor
Computes the average of the numeric attributes defined in the range.
Average() - Constructor for class adams.data.image.multiimageoperation.Average
 
Average() - Constructor for class weka.filters.unsupervised.instance.multirowprocessor.processor.Average
 
AVERAGE - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the average.
AVERAGE - weka.classifiers.meta.ClassifierCascade.Combination
average the probabilities/classifications.
AVERAGE - Static variable in interface adams.parser.spreadsheetformula.sym
 
AVERAGE - Static variable in interface adams.parser.spreadsheetquery.sym
 
AVERAGE_RULE - adams.flow.transformer.wekaclassifiersetupprocessor.VotedPairs.VotingType
 
AVERAGE_RULE - Static variable in class weka.classifiers.meta.AbstainVote
combination rule: Average of Probabilities
averageConsecutiveLongLagsTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
averageLagsAfterTipText() - Method in class adams.flow.core.LagMakerOptions
Returns the tip text for this property.
averageRatioTipText() - Method in class adams.data.objectoverlap.AreaRatio
Returns the tip text for this property.
averageRatioTipText() - Method in class adams.flow.transformer.ImageObjectOverlap
Returns the tip text for this property.
averageSegmentColour(GrayS32, int, BufferedImage) - Method in class adams.data.boofcv.transformer.SuperPixels
Takes a super pixel map and an image and averages the colours in every super pixel region defined by the map.
averageSegmentsTipText() - Method in class adams.data.boofcv.transformer.SuperPixels
Returns the tip text for this property.
AverageSilhouetteCoefficient - Class in adams.flow.transformer.wekaclusterer
Computes the average Silhouette coefficient for the clusters.
AverageSilhouetteCoefficient() - Constructor for class adams.flow.transformer.wekaclusterer.AverageSilhouetteCoefficient
 
Axis - Enum in adams.gui.visualization.core.plot
An enumeration of the axes.
AxisPanel - Class in adams.gui.visualization.core
Specialized panel for displaying an axis.
AxisPanel(Direction, Orientation, Type) - Constructor for class adams.gui.visualization.core.AxisPanel
Initializes the axis, with color black and 10 ticks, width 20.
AxisPanel(Direction, Orientation, Type, int) - Constructor for class adams.gui.visualization.core.AxisPanel
Initializes the axis, with color black, width 20.
AxisPanelOptions - Class in adams.gui.visualization.core
Encapsulates options for an axis in a plot.
AxisPanelOptions() - Constructor for class adams.gui.visualization.core.AxisPanelOptions
 
axisSame(double, double) - Method in class adams.gui.visualization.stats.boxplot.BoxPlotGraph
Axis are the same for each graph, this sets boundary values
axisTypeTipText() - Method in class adams.gui.visualization.stats.histogram.HistogramOptions
Tip Text for the axis Type property
axisXTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
axisXTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
axisXTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
axisXTipText() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the tip text for this property.
axisXTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the tip text for this property.
axisXTipText() - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Returns the tip text for this property.
axisYTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
axisYTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
axisYTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
axisYTipText() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the tip text for this property.
axisYTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Returns the tip text for this property.
axisYTipText() - Method in class adams.gui.visualization.stats.core.AbstractPlotOptionGroup
Returns the tip text for this property.
AZERBAUIJANI - adams.flow.core.TesseractLanguage
 

B

B - Static variable in class adams.data.boofcv.transformer.SuperPixels
the index for blue.
B0 - adams.flow.transformer.pdfproclet.PageSize
 
B1 - adams.flow.transformer.pdfproclet.PageSize
 
B10 - adams.flow.transformer.pdfproclet.PageSize
 
B2 - adams.flow.transformer.pdfproclet.PageSize
 
B3 - adams.flow.transformer.pdfproclet.PageSize
 
B3 - Static variable in class adams.data.statistics.SPCUtils
 
B4 - adams.flow.transformer.pdfproclet.PageSize
 
B4 - Static variable in class adams.data.statistics.SPCUtils
 
B5 - adams.flow.transformer.pdfproclet.PageSize
 
B5 - Static variable in class adams.data.statistics.SPCUtils
 
B6 - adams.flow.transformer.pdfproclet.PageSize
 
B6 - Static variable in class adams.data.statistics.SPCUtils
 
B7 - adams.flow.transformer.pdfproclet.PageSize
 
B8 - adams.flow.transformer.pdfproclet.PageSize
 
B9 - adams.flow.transformer.pdfproclet.PageSize
 
BACKEND_AUTODETECT - Static variable in class adams.db.AbstractDbBackend
 
BACKEND_MYSQL - Static variable in class adams.db.AbstractDbBackend
 
BackendManager - Interface in adams.db
Interface for database backends.
backendsTipText() - Method in class adams.db.mirrored.DbBackend
Returns the tip text for this property.
Background - Class in adams.flow.core.displaytype
Displays the frame in the background, behind all windows.
Background() - Constructor for class adams.flow.core.displaytype.Background
 
BACKGROUND - adams.gui.event.PaintEvent.PaintMoment
execute the paintlet just after the background got cleared, before the grid is drawn.
BACKGROUND_EDITING_DEBUG - Static variable in class adams.gui.flow.tree.Renderer
the color for debugging background (editing).
BACKGROUND_RUNNING - Static variable in class adams.gui.flow.tree.Renderer
the color for background (running).
BACKGROUND_RUNNING_DEBUG - Static variable in class adams.gui.flow.tree.Renderer
the color for debugging background (running).
backgroundColorGeneratorTipText() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Returns the tip text for this property.
backgroundColorGeneratorTipText() - Method in class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
Returns the tip text for this property.
backgroundColorGeneratorTipText() - Method in class adams.gui.core.spreadsheettable.HeatmapCellRenderingCustomizer
Returns the tip text for this property.
backgroundColorTipText() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the tip text for this property.
backgroundColorTipText() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the tip text for this property.
backgroundColorTipText() - Method in class adams.flow.sink.ImageViewer
Returns the tip text for this property.
backgroundColorTipText() - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPaintlet
Returns the tip text for this property.
backgroundDiagonalTipText() - Method in class adams.flow.transformer.pdfproclet.ConfusionMatrix
Returns the tip text for this property.
BackgroundImagePaintlet - Class in adams.gui.visualization.core
Paintlet for painting a background image.
BackgroundImagePaintlet() - Constructor for class adams.gui.visualization.core.BackgroundImagePaintlet
 
BackgroundLayer - Class in adams.gui.visualization.segmentation.layer
The layer for the background.
BackgroundLayer() - Constructor for class adams.gui.visualization.segmentation.layer.BackgroundLayer
 
BackgroundLayer.BackgroundLayerState - Class in adams.gui.visualization.segmentation.layer
For storing the state of a background layer.
BackgroundLayerState() - Constructor for class adams.gui.visualization.segmentation.layer.BackgroundLayer.BackgroundLayerState
 
backgroundNegativeTipText() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the tip text for this property.
backgroundPaintletTipText() - Method in class adams.flow.sink.Canvas
Returns the tip text for this property.
backgroundPositiveTipText() - Method in class adams.gui.core.spreadsheettable.AbstractColoredCellRenderingCustomizer
Returns the tip text for this property.
BackgroundScriptingEngine - Interface in adams.core.scriptingengine
Common interface for scripting engines that need stopping before the application can shut down properly.
BackgroundScriptingEngineRegistry - Class in adams.core.scriptingengine
Registry for background scripting engines that need to be stopped before the application can terminate properly.
BackgroundScriptingEngineRegistry() - Constructor for class adams.core.scriptingengine.BackgroundScriptingEngineRegistry
Initializes the manager.
backgroundTableHeaderTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
backgroundTipText() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns the tip text for this property.
backgroundTipText() - Method in class adams.data.jai.transformer.Rotate
Returns the tip text for this property.
backgroundTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
backgroundTipText() - Method in class adams.flow.source.NewImage
Returns the tip text for this property.
backgroundTipText() - Method in class adams.flow.transformer.locateobjects.ChangeCanvasSize
Returns the tip text for this property.
backgroundTipText() - Method in class adams.gui.print.BufferedImageBasedWriter
Returns the tip text for this property.
backgroundValueTipText() - Method in class adams.data.image.features.Eccentricity
Returns the tip text for this property.
backgroundValueTipText() - Method in class adams.data.image.features.HusMoments
Returns the tip text for this property.
backgroundValueTipText() - Method in class adams.data.image.features.OrientationVector
 
backgroundValueTipText() - Method in class adams.data.image.moments.AbstractBufferedImageMoment
Returns the tip text for this property.
backquote(BaseRegExp) - Static method in class adams.db.SQLUtils
Backquotes the regular expression and ensures that it is surrounded by single quotes.
backquote(String) - Static method in class adams.db.SQLUtils
Backquotes the string and ensures that it is surrounded by single quotes.
BackQuote - Class in adams.data.conversion
Backquotes, i.e., escapes with a backslash, characters like quotes (single and double), new lines, tabs.

See also:
adams.data.conversion.Quote
adams.data.conversion.UnQuote
adams.data.conversion.UnBackQuote

Valid options are:

BackQuote() - Constructor for class adams.data.conversion.BackQuote
 
BACKQUOTE_CHARS - Static variable in class adams.core.Constants
the characters to backquote.
BACKQUOTE_CHARS - Static variable in class adams.core.option.NestedProducer
the characters to backquote.
BACKQUOTE_STRINGS - Static variable in class adams.core.option.NestedProducer
the backquoted stringsf.
backQuoteChars(String) - Static method in class adams.core.Utils
Converts carriage returns and new lines in a string into \r and \n.
backQuoteChars(String, char[], String[]) - Static method in class adams.core.Utils
Converts specified characters into the string equivalents.
BACKQUOTED_STRINGS - Static variable in class adams.core.Constants
the backquoted string representations of characters to backquote.
backup() - Method in class adams.gui.visualization.image.plugins.AbstractImageViewerPluginWithRestore
Backs up the current image state.
BACKUP_ACCUMULATEDERROR - Static variable in class adams.flow.transformer.WekaAccumulatedError
the key for storing the current accumulated error in the backup.
BACKUP_ACTOR - Static variable in class adams.flow.core.AbstractTemplate
the key for storing the current actor in the backup.
BACKUP_ACTUALREPLACE - Static variable in class adams.flow.transformer.SpreadSheetReplaceCellValue
the key for storing the current actual replace in the backup.
BACKUP_ADDITIONALOUTPUT - Static variable in class adams.flow.control.PlotProcessor
the key for storing the additional output tokens in the backup.
BACKUP_ALGORITHM - Static variable in class adams.flow.transformer.BoofCVFeatureGenerator
the key for storing the current algorithm in the backup.
BACKUP_ALGORITHM - Static variable in class adams.flow.transformer.BufferedImageFeatureGenerator
the key for storing the current algorithm in the backup.
BACKUP_ALGORITHM - Static variable in class adams.flow.transformer.OpenCVFeatureGenerator
the key for storing the current algorithm in the backup.
BACKUP_ALGORITHM - Static variable in class adams.flow.transformer.TimeseriesFeatureGenerator
the key for storing the current algorithm in the backup.
BACKUP_ARRAY - Static variable in class adams.flow.transformer.ArrayToChunks
the key for storing the current array in the backup.
BACKUP_ATTRIBUTESTOPROCESS - Static variable in class adams.flow.transformer.WekaMultiLabelSplitter
the key for storing the current attributes to process in the backup.
BACKUP_BUFFER - Static variable in class adams.flow.sink.DumpFile
the key for storing the buffer in the backup.
BACKUP_BUFFER - Static variable in class adams.flow.transformer.SpreadSheetRowBuffer
the key for storing the current buffer in the backup.
BACKUP_BUFFER - Static variable in class adams.flow.transformer.WekaInstanceBuffer
the key for storing the current buffer in the backup.
BACKUP_BUFFER - Static variable in class adams.flow.transformer.WekaInstanceDumper
the key for storing the buffer in the backup.
BACKUP_CALLABLEACTOR - Static variable in class adams.flow.control.TimedSubProcess
the key for backing up the callable actor.
BACKUP_CALLABLEACTOR - Static variable in class adams.flow.control.TimedTee
the key for backing up the callable actor.
BACKUP_CALLABLEACTOR - Static variable in class adams.flow.control.TimedTrigger
the key for backing up the callable actor.
BACKUP_CALLABLEACTOR - Static variable in class adams.flow.core.AbstractCallableActor
the key for backing up the callable actor.
BACKUP_CALLABLEACTOR - Static variable in class adams.flow.transformer.SpreadSheetTransformCells
the key for backing up the callable actor.
BACKUP_CALLABLEACTOR - Static variable in class adams.flow.transformer.SpreadSheetTransformHeaderCells
the key for backing up the callable actor.
BACKUP_CALLABLEACTOR - Static variable in class adams.flow.transformer.WekaGeneticAlgorithm
the key for backing up the callable actor.
BACKUP_CALLABLEINPUT - Static variable in class adams.flow.control.InputOutputListener
the key for backing up the callable actor (input).
BACKUP_CALLABLEOUTPUT - Static variable in class adams.flow.control.InputOutputListener
the key for backing up the callable actor (output).
BACKUP_CLASSATTRIBUTES - Static variable in class adams.flow.transformer.WekaMultiLabelSplitter
the key for storing the current class attributes in the backup.
BACKUP_CLaSSIFIER - Static variable in class adams.flow.transformer.WekaStreamEvaluator
the backup key for the classifier.
BACKUP_COLINDEX - Static variable in class adams.flow.transformer.SpreadSheetSubsetByValue
the key for storing the col index in the backup.
BACKUP_COLUMNS - Static variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the column indices.
BACKUP_COLUMNS - Static variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the column indices.
BACKUP_CONFIGURED - Static variable in class adams.flow.control.InputOutputListener
the key for backing up the configured state.
BACKUP_CONFIGURED - Static variable in class adams.flow.control.TimedSubProcess
the key for backing up the configured state.
BACKUP_CONFIGURED - Static variable in class adams.flow.control.TimedTee
the key for backing up the configured state.
BACKUP_CONFIGURED - Static variable in class adams.flow.control.TimedTrigger
the key for backing up the configured state.
BACKUP_CONFIGURED - Static variable in class adams.flow.core.AbstractCallableActor
the key for backing up the configured state.
BACKUP_CONFIGURED - Static variable in class adams.flow.transformer.WekaGeneticAlgorithm
the key for backing up the configured state.
BACKUP_CONTAINERS - Static variable in class adams.flow.transformer.AbstractDataContainerFileImport
the key for storing the current containers in the backup.
BACKUP_CONTAINERS - Static variable in class adams.flow.transformer.AbstractDataContainerFileReader
the key for storing the current containers in the backup.
BACKUP_COUNTER - Static variable in class adams.flow.control.CallableActorScreenshot
the key for storing the current counter in the backup.
BACKUP_COUNTER - Static variable in class adams.flow.control.Injector
the key for storing the current counter in the backup.
BACKUP_COUNTER - Static variable in class adams.flow.sink.Screenshot
the key for storing the current counter in the backup.
BACKUP_COUNTER - Static variable in class adams.flow.transformer.WekaInstanceDumper
the key for storing the counter in the backup.
BACKUP_CURRENT - Static variable in class adams.flow.control.Branch
the key for storing the current token in the backup.
BACKUP_CURRENT - Static variable in class adams.flow.control.Count
the key for storing the current counter in the backup.
BACKUP_CURRENT - Static variable in class adams.flow.control.LoadBalancer
the key for storing the current token in the backup.
BACKUP_CURRENT - Static variable in class adams.flow.control.Sequence
the key for storing the current token in the backup.
BACKUP_CURRENT - Static variable in class adams.flow.sink.CallableSink
the key for storing the current counter in the backup.
BACKUP_CURRENT - Static variable in class adams.flow.sink.TemplateSink
the key for storing the current counter in the backup.
BACKUP_CURRENT - Static variable in class adams.flow.transformer.WekaStreamEvaluator
the backup key for the current counter.
BACKUP_CURRENTCOUNT - Static variable in class adams.flow.sink.DisplayPanelManager
the key for storing the current count in the backup.
BACKUP_CURRENTCOUNT - Static variable in class adams.flow.sink.HistoryDisplay
the key for storing the current count in the backup.
BACKUP_CURRENTIMAGES - Static variable in class adams.flow.transformer.BoofCVMultiImageOperation
the key for storing the current counter in the backup.
BACKUP_CURRENTIMAGES - Static variable in class adams.flow.transformer.BufferedImageMultiImageOperation
the key for storing the current counter in the backup.
BACKUP_CURRENTIMAGES - Static variable in class adams.flow.transformer.OpenCVMultiImageOperation
the key for storing the current counter in the backup.
BACKUP_CURRENTMATRICES - Static variable in class adams.flow.transformer.MultiMat5MatrixOperation
the key for storing the current counter in the backup.
BACKUP_CURRENTPANEL - Static variable in class adams.flow.sink.DisplayPanelManager
the key for storing the current panel in the backup.
BACKUP_ELEMENTS - Static variable in class adams.flow.transformer.ArrayCombinations
the key for storing the current counter in the backup.
BACKUP_ELEMENTS - Static variable in class adams.flow.transformer.ArrayToSequence
the key for storing the current counter in the backup.
BACKUP_ELEMENTS - Static variable in class adams.flow.transformer.CollectionToSequence
the key for storing the current counter in the backup.
BACKUP_ELEMENTS - Static variable in class adams.flow.transformer.SequenceToArray
the key for storing the current elements in the backup.
BACKUP_ELEMENTS - Static variable in class adams.flow.transformer.SequenceToCollection
the key for storing the current elements in the backup.
BACKUP_EVALUATION - Static variable in class adams.flow.transformer.WekaAggregateEvaluations
the key for storing the current accumulated error in the backup.
BACKUP_EVALUATION - Static variable in class adams.flow.transformer.WekaStreamEvaluator
the backup key for the evaluation.
BACKUP_EXECUTEDONCE - Static variable in class adams.flow.control.Once
the key for storing whether the actor already got executed.
BACKUP_EXECUTEDONCE - Static variable in class adams.flow.control.TriggerOnce
the key for storing whether the actor already got executed.
BACKUP_FIELDS - Static variable in class adams.flow.transformer.ReportField
for backing up the fields.
BACKUP_FILE - Static variable in class adams.flow.transformer.BinaryFileReader
the key for storing the current file the backup.
BACKUP_FINALLIST - Static variable in class adams.flow.control.AbstractDataContainerFileChecker
the key for storing the final list in the backup.
BACKUP_GENERATOR - Static variable in class adams.flow.transformer.WekaCrossValidationSplit
the key for storing the current fold in the backup.
BACKUP_HASOUTPUT - Static variable in class adams.flow.control.StorageValueSequence
the key for storing the hasoutput status in the backup.
BACKUP_HEADER - Static variable in class adams.flow.transformer.WekaInstanceDumper
the key for storing the header in the backup.
BACKUP_HEADER - Static variable in class adams.flow.transformer.WekaStreamEvaluator
the backup key for the current header.
BACKUP_IDS - Static variable in class adams.flow.transformer.AbstractDataContainerFileImport
the key for storing the current ids in the backup.
BACKUP_IDS - Static variable in class adams.flow.transformer.AbstractReportFileImport
the key for storing the current ids in the backup.
BACKUP_IDS - Static variable in class adams.flow.transformer.UniqueID
for backing up the IDs.
BACKUP_INCREMENTALCLASSIFIER - Static variable in class adams.flow.transformer.WekaTrainClassifier
the key for storing the current incremental classifier in the backup.
BACKUP_INCREMENTALCLUSTERER - Static variable in class adams.flow.transformer.WekaTrainClusterer
the key for storing the current incremental clusterer in the backup.
BACKUP_INDEX - Static variable in class adams.flow.transformer.AbstractArrayProvider
the key for storing the index in the backup.
BACKUP_INDEX - Static variable in class adams.flow.transformer.ArrayToChunks
the key for storing the current index in the backup.
BACKUP_INITIALIZED - Static variable in class adams.flow.transformer.WekaFilter
the key for storing the current initialized state in the backup.
BACKUP_INITIALIZED - Static variable in class adams.flow.transformer.WekaStreamFilter
the key for storing the current initialized state in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.AbstractTee
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.Block
the key for storing the current input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.CallableActorScreenshot
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.DesktopScreenshot
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.IfThenElse
the key for storing the current input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.LaunchTee
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.LaunchTrigger
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.Switch
the key for storing the current input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.TryCatch
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.UpdateCallableDisplay
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.control.UpdateProperties
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.core.AbstractDisplay
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.sink.AbstractSink
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.sink.ExternalSink
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.sink.Groovy
the key for storing the current input in the backup.
BACKUP_INPUT - Static variable in class adams.flow.sink.Scripted
the key for storing the current input in the backup.
BACKUP_INPUT - Static variable in class adams.flow.standalone.ConsoleWindow
the key for storing the lookup in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.AbstractTransformer
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.CallableTransformer
the key for storing the current input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.ExternalTransformer
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.Groovy
the key for storing the current input in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.Scripted
the key for storing the current input in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.SetProperty
the key for storing the input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.TemplateTransformer
the key for storing the current input token in the backup.
BACKUP_INPUT - Static variable in class adams.flow.transformer.UpdateProperty
the key for storing the input token in the backup.
BACKUP_ITERATOR - Static variable in class adams.flow.transformer.SpreadSheetRowBuffer
the key for storing the current iterator in the backup.
BACKUP_ITERATOR - Static variable in class adams.flow.transformer.WekaInstanceBuffer
the key for storing the current iterator in the backup.
BACKUP_LOGACTOR - Static variable in class adams.flow.standalone.QueueInit
the key for backing up the log actor.
BACKUP_LOGGINGSTARTED - Static variable in class adams.flow.sink.LogDumper
the key for storing the "logging started" state in the backup.
BACKUP_MAPPING - Static variable in class adams.flow.transformer.SpreadSheetAnonymize
the key for storing the mapping of column names/anonymizers.
BACKUP_MODEL - Static variable in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
the key for storing the current model in the backup.
BACKUP_MONITORACTOR - Static variable in class adams.flow.standalone.QueueInit
the key for backing up the monitoring actor.
BACKUP_NUMPREDICTIONS - Static variable in class adams.flow.transformer.WekaAccumulatedError
the key for storing the current number of predictions in the backup.
BACKUP_OUTPUT - Static variable in class adams.flow.control.AbstractContainerUpdater
the key for storing the output token in the backup.
BACKUP_OUTPUT - Static variable in class adams.flow.control.ArrayGenerate
the key for storing the output token in the backup.
BACKUP_OUTPUT - Static variable in class adams.flow.control.ArrayProcess
the key for storing the output token in the backup.
BACKUP_OUTPUT - Static variable in class adams.flow.control.CollectionProcess
the key for storing the output token in the backup.
BACKUP_OUTPUT - Static variable in class adams.flow.control.UpdateProperties
the key for storing the output token in the backup.
BACKUP_OUTPUT - Static variable in class adams.flow.transformer.AbstractTransformer
the key for storing the output token in the backup.
BACKUP_OUTPUT - Static variable in class adams.flow.transformer.SetProperty
the key for storing the output token in the backup.
BACKUP_OUTPUT - Static variable in class adams.flow.transformer.UpdateProperty
the key for storing the output token in the backup.
BACKUP_OUTPUTPROCESSOR_STDERR - Static variable in class adams.flow.sink.Exec
the key for storing the stderr output processor.
BACKUP_OUTPUTPROCESSOR_STDOUT - Static variable in class adams.flow.sink.Exec
the key for storing the stdout output processor.
BACKUP_POSITION - Static variable in class adams.flow.transformer.BinaryFileReader
the key for storing the current position the backup.
BACKUP_PREDICTIONS - Static variable in class adams.flow.transformer.WekaAccumulatedError
the key for storing the current predictions in the backup.
BACKUP_PROCESS - Static variable in class adams.flow.sink.Exec
the key for storing the process in the backup.
BACKUP_PROVIDER - Static variable in class adams.flow.transformer.ColorProvider
the key in the backup for the color provider.
BACKUP_QUEUE - Static variable in class adams.flow.control.Injector
the key for storing the queue in the backup.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.AbstractArrayProvider
the key for storing the elements in the backup.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.BoofCVFeatureGenerator
the key for storing the current objects in the backup.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.BufferedImageFeatureGenerator
the key for storing the current objects in the backup.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.LocateObjects
the key for storing the current images in the backup.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.OpenCVFeatureGenerator
the key for storing the current objects in the backup.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.SpreadSheetGetColumnIndex
the key for storing the queue of indices to process.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the key for storing the queue of rows to process.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the key for storing the queue of rows to process.
BACKUP_QUEUE - Static variable in class adams.flow.transformer.TimeseriesFeatureGenerator
the key for storing the current objects in the backup.
BACKUP_REFERENCE - Static variable in class adams.flow.transformer.WekaReorderAttributesToReference
the key for storing the reference dataset in the backup.
BACKUP_REORDER - Static variable in class adams.flow.transformer.WekaReorderAttributesToReference
the key for storing the reorder filter in the backup.
BACKUP_REPORTS - Static variable in class adams.flow.transformer.AbstractReportFileImport
the key for storing the current reports in the backup.
BACKUP_ROWINDEX - Static variable in class adams.flow.transformer.SpreadSheetSubsetByValue
the key for storing the row index in the backup.
BACKUP_SAVER - Static variable in class adams.flow.sink.WekaDatabaseWriter
the key for storing the current incremental clusterer in the backup.
BACKUP_SCRIPTOBJECT - Static variable in class adams.flow.core.AbstractScriptedActor
the key for storing the script object in the backup.
BACKUP_SEARCH - Static variable in class adams.flow.transformer.WekaNearestNeighborSearch
the key for storing the current initialized state in the backup.
BACKUP_SHEET - Static variable in class adams.flow.transformer.SpreadSheetStorageRowIterator
the underlying spreadsheet.
BACKUP_SHEET - Static variable in class adams.flow.transformer.SpreadSheetVariableRowIterator
the underlying spreadsheet.
BACKUP_SORTED - Static variable in class adams.flow.transformer.SpreadSheetSubsetByValue
the key for storing the sorted sheet in the backup.
BACKUP_SOURCE - Static variable in class adams.flow.transformer.WekaFileReader
the key for storing the current source in the backup.
BACKUP_SPREADSHEET - Static variable in class adams.flow.sink.PlotContainerSink
the key for storing the spreadsheet generated so far in the backup.
BACKUP_STREAM - Static variable in class adams.flow.transformer.BinaryFileReader
the key for storing the current stream the backup.
BACKUP_STRUCTURE - Static variable in class adams.flow.transformer.WekaFileReader
the key for storing the current structure in the backup.
BACKUP_TEMPLIST - Static variable in class adams.flow.control.AbstractDataContainerFileChecker
the key for storing the final list in the backup.
BACKUP_TOKENCOUNTS - Static variable in class adams.flow.sink.PlotContainerSink
the key for storing the token counts in the backup.
BACKUP_WRITER - Static variable in class adams.flow.sink.Exec
the key for storing the writer in the backup.
backupDirTipText() - Method in class adams.flow.source.RSync
 
backupModelSettings(ListModel) - Method in class adams.gui.core.SearchableBaseList
Backs up the settings from the old model.
backupModelSettings(TableModel) - Method in class adams.gui.core.SortableAndSearchableTable
Backs up the settings from the old model.
backupSelection() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTabWithDataTable
Returns the data containers that are currently selected.
backupState() - Method in class adams.flow.control.AbstractContainerUpdater
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.AbstractTee
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.ArrayGenerate
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.ArrayProcess
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.Block
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.Branch
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.CallableActorScreenshot
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.CollectionProcess
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.Count
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.DesktopScreenshot
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.IfThenElse
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.Injector
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.InputOutputListener
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.LoadBalancer
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.Once
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.PlotProcessor
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.Sequence
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.StorageValueSequence
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.Switch
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.TimedSubProcess
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.TimedTee
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.TimedTrigger
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.TriggerOnce
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.TryCatch
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.UpdateCallableDisplay
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.control.UpdateProperties
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.core.AbstractActor
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.core.AbstractCallableActor
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.core.AbstractDisplay
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.core.AbstractScriptedActor
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.core.AbstractTemplate
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.AbstractSink
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.CallableSink
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.DisplayPanelManager
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.DumpFile
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.Exec
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.ExternalSink
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.Groovy
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.HistoryDisplay
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.LogDumper
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.PlotContainerSink
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.Screenshot
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.Scripted
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.TemplateSink
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.sink.WekaDatabaseWriter
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.standalone.ConsoleWindow
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.standalone.QueueInit
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.AbstractArrayProvider
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.AbstractDataContainerFileImport
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.AbstractProcessWekaInstanceWithModel
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.AbstractReportFileImport
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.AbstractTransformer
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.ArrayCombinations
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.ArrayToChunks
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.ArrayToSequence
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.BinaryFileReader
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.BoofCVFeatureGenerator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.BoofCVMultiImageOperation
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.BufferedImageFeatureGenerator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.BufferedImageMultiImageOperation
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.CallableTransformer
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.CollectionToSequence
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.ColorProvider
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.ExternalTransformer
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.Groovy
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.MultiMat5MatrixOperation
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.OpenCVFeatureGenerator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.OpenCVMultiImageOperation
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.Scripted
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SequenceToArray
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SequenceToCollection
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SetProperty
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetReplaceCellValue
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetTransformCells
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetTransformHeaderCells
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.TemplateTransformer
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.TimeseriesFeatureGenerator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.UniqueID
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.UpdateProperty
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaAccumulatedError
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaAggregateEvaluations
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaCrossValidationSplit
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaFileReader
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaFilter
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaInstanceBuffer
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaInstanceDumper
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaMultiLabelSplitter
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaNearestNeighborSearch
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaReorderAttributesToReference
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaStreamEvaluator
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaStreamFilter
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaTrainClassifier
Backs up the current state of the actor before update the variables.
backupState() - Method in class adams.flow.transformer.WekaTrainClusterer
Backs up the current state of the actor before update the variables.
backupTipText() - Method in class adams.flow.source.RSync
 
backwardTipText() - Method in class adams.flow.transformer.StringIndexOf
Returns the tip text for this property.
backwardTipText() - Method in class adams.flow.transformer.SubStringCount
Returns the tip text for this property.
BAD_DATE - Static variable in class adams.core.DateUtils
 
balance(BufferedImage) - Method in class adams.data.image.transformer.whitebalance.AbstractWhiteBalanceAlgorithm
Performs white balance on the image.
BAR - adams.flow.sink.sequenceplotter.SimpleErrorPaintlet.PlotType
bars (with markers at end).
BarCalc(int, int) - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel.BarCalc
 
BarChart - Class in adams.gui.visualization.jfreechart.chart
Generates bar chart from category data.
BarChart() - Constructor for class adams.gui.visualization.jfreechart.chart.BarChart
 
Barcode - Class in adams.data.image.features
Decodes any barcode in the image.
Barcode - Class in adams.flow.transformer.draw
* Draws a barcode with the specified color and dimensions at the given location.
Barcode - Class in adams.gui.visualization.image.plugins
Extracts the barcode from the image.
Barcode() - Constructor for class adams.data.image.features.Barcode
 
Barcode() - Constructor for class adams.flow.transformer.draw.Barcode
 
Barcode() - Constructor for class adams.gui.visualization.image.plugins.Barcode
 
BarHitDetector - Class in adams.gui.visualization.sequence
Detects selections of sequence points in the sequence panel.
BarHitDetector() - Constructor for class adams.gui.visualization.sequence.BarHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
BarHitDetector(XYSequencePaintlet) - Constructor for class adams.gui.visualization.sequence.BarHitDetector
Initializes the hit detector.
BarPaintlet - Class in adams.gui.visualization.sequence
Paintlet for painting a bar plot for a sequence.
BarPaintlet() - Constructor for class adams.gui.visualization.sequence.BarPaintlet
 
BarPlot - Class in adams.gui.tools.spreadsheetviewer.chart
Generates a bar plot by plotting the X column against the Y column.
BarPlot() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.BarPlot
 
barTipText() - Method in class adams.flow.sink.ProgressBar
Returns the tip text for this property.
barWidthTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.BarPlot
Returns the tip text for this property.
barWidthTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the tip text for this property.
BASE_RECTANGLE - adams.flow.transformer.ImageObjectInfo.InfoType
 
BASE64_END - Static variable in class adams.core.base.BasePassword
the indicator of base64 encoding (end).
BASE64_START - Static variable in class adams.core.base.BasePassword
the indicator of base64 encoding (start).
Base64ToByteArray - Class in adams.data.conversion
Decodes a base64 string into a byte array.
Base64ToByteArray() - Constructor for class adams.data.conversion.Base64ToByteArray
 
Base64ToString - Class in adams.data.conversion
Decodes a base64 string.
Base64ToString() - Constructor for class adams.data.conversion.Base64ToString
 
Base64Type - Enum in adams.core.net
The type of Base64 conversion to apply.
BaseAction - Interface in adams.gui.action
Extended interface for actions.
BaseActionComparator - Class in adams.gui.action
Comparator for sorting BaseAction (and derived classes).
BaseActionComparator() - Constructor for class adams.gui.action.BaseActionComparator
 
BaseActionWithGroup - Interface in adams.gui.action
Action that offers a group name to be used for sorting.
BaseAnnotation - Class in adams.core.base
Class used for annotating actors in the flow.
BaseAnnotation() - Constructor for class adams.core.base.BaseAnnotation
Initializes the string with length 0.
BaseAnnotation(String) - Constructor for class adams.core.base.BaseAnnotation
Initializes the object with the string to parse.
BaseAnnotation.Tag - Class in adams.core.base
Container class for storing tag information.
BaseAnnotationEditor - Class in adams.gui.goe
A PropertyEditor for BaseAnnotation objects.
BaseAnnotationEditor() - Constructor for class adams.gui.goe.BaseAnnotationEditor
 
BaseAnnotationParsing - Class in adams.core.option.parsing
For parsing BaseAnnotation options.
BaseAnnotationParsing() - Constructor for class adams.core.option.parsing.BaseAnnotationParsing
 
BaseBoolean - Class in adams.core.base
Wrapper for a Boolean object to be editable in the GOE.
BaseBoolean() - Constructor for class adams.core.base.BaseBoolean
Initializes the string with length 0.
BaseBoolean(Boolean) - Constructor for class adams.core.base.BaseBoolean
Initializes the object with the given value.
BaseBoolean(String) - Constructor for class adams.core.base.BaseBoolean
Initializes the object with the string to parse.
BaseBooleanEditor - Class in adams.gui.goe
A PropertyEditor for BaseBoolean objects.
BaseBooleanEditor() - Constructor for class adams.gui.goe.BaseBooleanEditor
 
BaseBooleanParsing - Class in adams.core.option.parsing
For parsing BaseBoolean options.
BaseBooleanParsing() - Constructor for class adams.core.option.parsing.BaseBooleanParsing
 
BaseButton - Class in adams.gui.core
Custom button class.
BaseButton() - Constructor for class adams.gui.core.BaseButton
Creates a button with no set text or icon.
BaseButton(String) - Constructor for class adams.gui.core.BaseButton
Creates a button with text.
BaseButton(String, Icon) - Constructor for class adams.gui.core.BaseButton
Creates a button with initial text and an icon.
BaseButton(Action) - Constructor for class adams.gui.core.BaseButton
Creates a button where properties are taken from the Action supplied.
BaseButton(Icon) - Constructor for class adams.gui.core.BaseButton
Creates a button with an icon.
BaseButtonWithDropDownMenu - Class in adams.gui.core
Button that opens a dropdown menu when clicked.
BaseButtonWithDropDownMenu() - Constructor for class adams.gui.core.BaseButtonWithDropDownMenu
Initializes the button.
BaseButtonWithDropDownMenu(String, Icon) - Constructor for class adams.gui.core.BaseButtonWithDropDownMenu
Initializes the button, using the specified button text and icon.
BaseButtonWithDropDownMenu(Icon) - Constructor for class adams.gui.core.BaseButtonWithDropDownMenu
Initializes the button, using the specified icon.
BaseByte - Class in adams.core.base
Wrapper for a Byte object to be editable in the GOE.
BaseByte() - Constructor for class adams.core.base.BaseByte
Initializes the string with length 0.
BaseByte(Byte) - Constructor for class adams.core.base.BaseByte
Initializes the object with the given value.
BaseByte(String) - Constructor for class adams.core.base.BaseByte
Initializes the object with the string to parse.
BaseCharacter - Class in adams.core.base
Wrapper for a Character object to be editable in the GOE.
BaseCharacter() - Constructor for class adams.core.base.BaseCharacter
Initializes the string with length 0.
BaseCharacter(Character) - Constructor for class adams.core.base.BaseCharacter
Initializes the object with the given value.
BaseCharacter(String) - Constructor for class adams.core.base.BaseCharacter
Initializes the object with the string to parse.
BaseCharset - Class in adams.core.base
Wrapper for a Charset object to be editable in the GOE.
BaseCharset() - Constructor for class adams.core.base.BaseCharset
Initializes the string with the default Charset.
BaseCharset(String) - Constructor for class adams.core.base.BaseCharset
Initializes the object with the string to parse.
BaseCharset(Charset) - Constructor for class adams.core.base.BaseCharset
Initializes the object with the string to parse.
BaseCharsetEditor - Class in adams.gui.goe
A PropertyEditor that displays charsets.
BaseCharsetEditor() - Constructor for class adams.gui.goe.BaseCharsetEditor
 
BaseCheckBox - Class in adams.gui.core
Custom checkbox class.
BaseCheckBox() - Constructor for class adams.gui.core.BaseCheckBox
Creates an initially unselected check box button with no text, no icon.
BaseCheckBox(String) - Constructor for class adams.gui.core.BaseCheckBox
Creates an initially unselected check box with text.
BaseCheckBox(String, boolean) - Constructor for class adams.gui.core.BaseCheckBox
Creates a check box with text and specifies whether or not it is initially selected.
BaseCheckBox(String, Icon) - Constructor for class adams.gui.core.BaseCheckBox
Creates an initially unselected check box with the specified text and icon.
BaseCheckBox(String, Icon, boolean) - Constructor for class adams.gui.core.BaseCheckBox
Creates a check box with text and icon, and specifies whether or not it is initially selected.
BaseCheckBox(Action) - Constructor for class adams.gui.core.BaseCheckBox
Creates a check box where properties are taken from the Action supplied.
BaseCheckBox(Icon) - Constructor for class adams.gui.core.BaseCheckBox
Creates an initially unselected check box with an icon.
BaseCheckBox(Icon, boolean) - Constructor for class adams.gui.core.BaseCheckBox
Creates a check box with an icon and specifies whether or not it is initially selected.
BaseClassname - Class in adams.core.base
Wrapper for a class name object to be editable in the GOE.
BaseClassname() - Constructor for class adams.core.base.BaseClassname
Initializes the string with length 0.
BaseClassname(Class) - Constructor for class adams.core.base.BaseClassname
Initializes the object with the class to use.
BaseClassname(String) - Constructor for class adams.core.base.BaseClassname
Initializes the object with the string to parse.
BaseClassnameEditor - Class in adams.gui.goe
A PropertyEditor for BaseClassname objects.
BaseClassnameEditor() - Constructor for class adams.gui.goe.BaseClassnameEditor
 
BaseColor - Class in adams.core.base
Wrapper for a Color object to be editable in the GOE.
BaseColor() - Constructor for class adams.core.base.BaseColor
Initializes the string with length 0.
BaseColor(Color) - Constructor for class adams.core.base.BaseColor
Initializes the object with the color.
BaseColor(String) - Constructor for class adams.core.base.BaseColor
Initializes the object with the hex string to parse.
BaseColorChooser - Class in adams.gui.chooser
Dialog for selecting a color.
BaseColorChooser(Dialog) - Constructor for class adams.gui.chooser.BaseColorChooser
Creates a modeless dialog without a title with the specified Dialog as its owner.
BaseColorChooser(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.chooser.BaseColorChooser
Creates a dialog with the specified owner Dialog and modality.
BaseColorChooser(Dialog, String) - Constructor for class adams.gui.chooser.BaseColorChooser
Creates a modeless dialog with the specified title and with the specified owner dialog.
BaseColorChooser(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.chooser.BaseColorChooser
Creates a dialog with the specified title, modality and the specified owner Dialog.
BaseColorChooser(Frame) - Constructor for class adams.gui.chooser.BaseColorChooser
Creates a modeless dialog without a title with the specified Frame as its owner.
BaseColorChooser(Frame, boolean) - Constructor for class adams.gui.chooser.BaseColorChooser
Creates a dialog with the specified owner Frame, modality and an empty title.
BaseColorChooser(Frame, String) - Constructor for class adams.gui.chooser.BaseColorChooser
Creates a modeless dialog with the specified title and with the specified owner frame.
BaseColorChooser(Frame, String, boolean) - Constructor for class adams.gui.chooser.BaseColorChooser
Creates a dialog with the specified owner Frame, modality and title.
BaseColorEditor - Class in adams.gui.goe
A PropertyEditor for BaseColor objects that lets the user select a color from the color dialog.
BaseColorEditor() - Constructor for class adams.gui.goe.BaseColorEditor
 
BaseColorParsing - Class in adams.core.option.parsing
For parsing BaseColor options.
BaseColorParsing() - Constructor for class adams.core.option.parsing.BaseColorParsing
 
BaseColorTextField - Class in adams.gui.core
Text field designed for entering a regular expression.
BaseColorTextField() - Constructor for class adams.gui.core.BaseColorTextField
Constructs a new TextField.
BaseColorTextField(Color) - Constructor for class adams.gui.core.BaseColorTextField
Constructs a new TextField.
BaseColorTextField.CustomColorTextField - Class in adams.gui.core
Custom color text field.
BaseComboBox<E> - Class in adams.gui.core
Custom JComboBox component.
BaseComboBox() - Constructor for class adams.gui.core.BaseComboBox
Creates a BaseComboBox with a default data model.
BaseComboBox(E[]) - Constructor for class adams.gui.core.BaseComboBox
Creates a BaseComboBox that contains the elements in the specified array.
BaseComboBox(List<E>) - Constructor for class adams.gui.core.BaseComboBox
Creates a BaseComboBox that contains the elements in the specified list.
BaseComboBox(ComboBoxModel<E>) - Constructor for class adams.gui.core.BaseComboBox
Creates a BaseComboBox that takes its items from an existing ComboBoxModel.
BaseComboBoxModel<E> - Class in adams.gui.core
BaseComboBoxModel() - Constructor for class adams.gui.core.BaseComboBoxModel
Constructs an empty DefaultComboBoxModel object.
BaseComboBoxModel(E[]) - Constructor for class adams.gui.core.BaseComboBoxModel
Constructs a DefaultComboBoxModel object initialized with an array of objects.
BaseComboBoxModel(List<E>) - Constructor for class adams.gui.core.BaseComboBoxModel
Constructs a DefaultComboBoxModel object initialized with a vector.
BaseCommandLine - Class in adams.core.base
Wrapper for a commandline object to be editable in the GOE.
BaseCommandLine() - Constructor for class adams.core.base.BaseCommandLine
Initializes the string with length 0.
BaseCommandLine(Class) - Constructor for class adams.core.base.BaseCommandLine
Initializes the object with the class to use.
BaseCommandLine(Object) - Constructor for class adams.core.base.BaseCommandLine
Initializes the object with the commandline object to use.
BaseCommandLine(String) - Constructor for class adams.core.base.BaseCommandLine
Initializes the object with the string to parse.
BaseCommandLineEditor - Class in adams.gui.goe
A PropertyEditor for BaseCommandLine objects.
BaseCommandLineEditor() - Constructor for class adams.gui.goe.BaseCommandLineEditor
 
BaseDate - Class in adams.core.base
Wrapper for a Date string to be editable in the GOE.
BaseDate() - Constructor for class adams.core.base.BaseDate
Initializes the date as NOW.
BaseDate(String) - Constructor for class adams.core.base.BaseDate
Initializes the object with the date to parse.
BaseDate(Date) - Constructor for class adams.core.base.BaseDate
Initializes the object with the specified date.
BASEDATE - adams.core.DateTimeType
BaseDate.
BaseDateEditor - Class in adams.gui.goe
A PropertyEditor for BaseDate objects.
BaseDateEditor() - Constructor for class adams.gui.goe.BaseDateEditor
 
BaseDateExpression - Class in adams.parser
Evaluates date expressions.

Format:
(<date>|NOW|TODAY|TOMORROW|YESTERDAY|-INF|+INF|START|END) [expr (DAY|BUSINESSDAY|WEEK|MONTH|YEAR)]*
expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER

Note:
TODAY/TOMORROW/YESTERDAY generate a date at the start of the day.


Examples:
1999-12-31
1999-12-31 +1 DAY
NOW
+INF
NOW +1 YEAR
NOW +14 DAY
NOW +(2*3) DAY

Amounts can be chained as well:
NOW -1 MONTH +1 DAY

START and END can only be set programmatically; by default they are equal to -INF and +INF.
BaseDateExpression() - Constructor for class adams.parser.BaseDateExpression
 
BaseDateParsing - Class in adams.core.option.parsing
For parsing BaseDate options.
BaseDateParsing() - Constructor for class adams.core.option.parsing.BaseDateParsing
 
BaseDateTime - Class in adams.core.base
Wrapper for a Date/Time string to be editable in the GOE.
BaseDateTime() - Constructor for class adams.core.base.BaseDateTime
Initializes the date as NOW.
BaseDateTime(String) - Constructor for class adams.core.base.BaseDateTime
Initializes the object with the date to parse.
BaseDateTime(Date) - Constructor for class adams.core.base.BaseDateTime
Initializes the object with the specified date.
BASEDATETIME - adams.core.DateTimeType
BaseDateTime.
BaseDateTimeEditor - Class in adams.gui.goe
A PropertyEditor for BaseDateTime objects.
BaseDateTimeEditor() - Constructor for class adams.gui.goe.BaseDateTimeEditor
 
BaseDateTimeExpression - Class in adams.parser
Evaluates date/time expressions.

Format:
(<date>|NOW|TODAY|TOMORROW|YESTERDAY|-INF|+INF|START|END) [expr (SECOND|MINUTE|HOUR|DAY|BUSINESSDAY|WEEK|MONTH|YEAR)]*

expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER

Note:
TODAY/TOMORROW/YESTERDAY generate a date at the start of the day.


Examples:
1999-12-31 01:02:03
1999-12-31 01:02:03 +1 MINUTE
NOW
+INF
NOW +1 YEAR
NOW +14 DAY
NOW +(2*3) DAY

Amounts can be chained as well:
NOW -1 MONTH +1 DAY

START and END can only be set programmatically; by default they are equal to -INF and +INF.
BaseDateTimeExpression() - Constructor for class adams.parser.BaseDateTimeExpression
 
BaseDateTimeMsec - Class in adams.core.base
Wrapper for a Date/Time string to be editable in the GOE.
BaseDateTimeMsec() - Constructor for class adams.core.base.BaseDateTimeMsec
Initializes the date as NOW.
BaseDateTimeMsec(String) - Constructor for class adams.core.base.BaseDateTimeMsec
Initializes the object with the date to parse.
BaseDateTimeMsec(Date) - Constructor for class adams.core.base.BaseDateTimeMsec
Initializes the object with the specified date.
BASEDATETIMEMSEC - adams.core.DateTimeType
BaseDateTimeMsec.
BaseDateTimeMsecEditor - Class in adams.gui.goe
A PropertyEditor for BaseDateTimeMsec objects.
BaseDateTimeMsecEditor() - Constructor for class adams.gui.goe.BaseDateTimeMsecEditor
 
BaseDateTimeMsecExpression - Class in adams.parser
Evaluates date/time (with msec) expressions.

Format:
(<date>|NOW|TODAY|TOMORROW|YESTERDAY|-INF|+INF|START|END) [expr (MILLISECOND|SECOND|MINUTE|HOUR|DAY|BUSINESSDAY|WEEK|MONTH|YEAR)]*

expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER

Note:
TODAY/TOMORROW/YESTERDAY generate a date at the start of the day.


Examples:
1999-12-31 01:02:03.123
1999-12-31 01:02:03.123 +1 MINUTE
NOW
+INF
NOW +1 YEAR
NOW +14 DAY
NOW +(2*3) DAY

Amounts can be chained as well:
NOW -1 MONTH +1 DAY

START and END can only be set programmatically; by default they are equal to -INF and +INF.
BaseDateTimeMsecExpression() - Constructor for class adams.parser.BaseDateTimeMsecExpression
 
BaseDateTimeMsecParsing - Class in adams.core.option.parsing
For parsing BaseDateTimeMsec options.
BaseDateTimeMsecParsing() - Constructor for class adams.core.option.parsing.BaseDateTimeMsecParsing
 
BaseDateTimeMsecToString - Class in adams.data.conversion
Turns a BaseDateTimeMsec format string into a String, evaluted using user-supplied start and end dates (ignored if future INF dates).

Example: 2015-12-01 07:13:12.034 +3 MINUTE

(<date>|NOW|-INF|+INF|START|END) [expr (MILLISECOND|SECOND|MINUTE|HOUR|DAY|BUSINESSDAY|WEEK|MONTH|YEAR)]*

expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER


BaseDateTimeMsecToString() - Constructor for class adams.data.conversion.BaseDateTimeMsecToString
 
BaseDateTimeParsing - Class in adams.core.option.parsing
For parsing BaseDateTime options.
BaseDateTimeParsing() - Constructor for class adams.core.option.parsing.BaseDateTimeParsing
 
BaseDateTimeToString - Class in adams.data.conversion
Turns a BaseDateTime format string into a String, evaluted using user-supplied start and end dates (ignored if future INF dates).

Example: 2015-12-01 07:13:12 +3 MINUTE

(<date>|NOW|-INF|+INF|START|END) [expr (SECOND|MINUTE|HOUR|DAY|BUSINESSDAY|WEEK|MONTH|YEAR)]*

expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER


BaseDateTimeToString() - Constructor for class adams.data.conversion.BaseDateTimeToString
 
BaseDateToString - Class in adams.data.conversion
Turns a BaseDate format string into a String, evaluted using user-supplied start and end dates (ignored if future INF dates).

Example: 2015-12-01 +3 DAY

(<date>|NOW|-INF|+INF|START|END) [expr (DAY|BUSINESSDAY|WEEK|MONTH|YEAR)]*
expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER


BaseDateToString() - Constructor for class adams.data.conversion.BaseDateToString
 
BaseDialog - Class in adams.gui.core
A dialog that loads the size and location from the props file automatically.
BaseDialog() - Constructor for class adams.gui.core.BaseDialog
Creates a modeless dialog without a title and without a specified Frame owner.
BaseDialog(Dialog) - Constructor for class adams.gui.core.BaseDialog
Creates a modeless dialog without a title with the specified Dialog as its owner.
BaseDialog(Dialog, Dialog.ModalityType) - Constructor for class adams.gui.core.BaseDialog
Creates a dialog with the specified owner Dialog and modality.
BaseDialog(Dialog, String) - Constructor for class adams.gui.core.BaseDialog
Creates a modeless dialog with the specified title and with the specified owner dialog.
BaseDialog(Dialog, String, Dialog.ModalityType) - Constructor for class adams.gui.core.BaseDialog
Creates a dialog with the specified title, modality and the specified owner Dialog.
BaseDialog(Frame) - Constructor for class adams.gui.core.BaseDialog
Creates a modeless dialog without a title with the specified Frame as its owner.
BaseDialog(Frame, boolean) - Constructor for class adams.gui.core.BaseDialog
Creates a dialog with the specified owner Frame, modality and an empty title.
BaseDialog(Frame, String) - Constructor for class adams.gui.core.BaseDialog
Creates a modeless dialog with the specified title and with the specified owner frame.
BaseDialog(Frame, String, boolean) - Constructor for class adams.gui.core.BaseDialog
Creates a dialog with the specified owner Frame, modality and title.
BaseDimension - Class in adams.core.base
Wrapper for a Dimension object to be editable in the GOE.
BaseDimension() - Constructor for class adams.core.base.BaseDimension
Initializes the string with length 0.
BaseDimension(int, int) - Constructor for class adams.core.base.BaseDimension
Initializes the object with the given value.
BaseDimension(Dimension) - Constructor for class adams.core.base.BaseDimension
Initializes the object with the given value.
BaseDimension(String) - Constructor for class adams.core.base.BaseDimension
Initializes the object with the string to parse.
BaseDouble - Class in adams.core.base
Wrapper for a Double object to be editable in the GOE.
BaseDouble() - Constructor for class adams.core.base.BaseDouble
Initializes the string with length 0.
BaseDouble(Double) - Constructor for class adams.core.base.BaseDouble
Initializes the object with the given value.
BaseDouble(String) - Constructor for class adams.core.base.BaseDouble
Initializes the object with the string to parse.
BaseEditorPane - Class in adams.gui.core
Extends the JEditorPane class.
BaseEditorPane() - Constructor for class adams.gui.core.BaseEditorPane
Default constructor.
BaseEditorPane(String) - Constructor for class adams.gui.core.BaseEditorPane
Initializes the pane and loads the specified page.
BaseEditorPane(String, String) - Constructor for class adams.gui.core.BaseEditorPane
Initializes the pane with the specified mimetype and text.
BaseEditorPane(URL) - Constructor for class adams.gui.core.BaseEditorPane
Initializes the pane and loads the specified page.
BaseFileChooser - Class in adams.gui.chooser
A file chooser dialog based on the one developed by the VFSJFileChooser project.
BaseFileChooser() - Constructor for class adams.gui.chooser.BaseFileChooser
Constructs a BaseFileChooser pointing to the user's default directory.
BaseFileChooser(File) - Constructor for class adams.gui.chooser.BaseFileChooser
Constructs a BaseFileChooser using the given File as the path.
BaseFileChooser(String) - Constructor for class adams.gui.chooser.BaseFileChooser
Constructs a BaseFileChooser using the given path.
BaseFlatButton - Class in adams.gui.core
Custom class for flat buttons.
BaseFlatButton() - Constructor for class adams.gui.core.BaseFlatButton
Creates a button with no set text or icon.
BaseFlatButton(String) - Constructor for class adams.gui.core.BaseFlatButton
Creates a button with text.
BaseFlatButton(String, Icon) - Constructor for class adams.gui.core.BaseFlatButton
Creates a button with initial text and an icon.
BaseFlatButton(Action) - Constructor for class adams.gui.core.BaseFlatButton
Creates a button where properties are taken from the Action supplied.
BaseFlatButton(Icon) - Constructor for class adams.gui.core.BaseFlatButton
Creates a button with an icon.
BaseFlatButtonWithDropDownMenu - Class in adams.gui.core
Flat button that opens a dropdown menu when clicked.
BaseFlatButtonWithDropDownMenu() - Constructor for class adams.gui.core.BaseFlatButtonWithDropDownMenu
Initializes the button.
BaseFlatButtonWithDropDownMenu(String, Icon) - Constructor for class adams.gui.core.BaseFlatButtonWithDropDownMenu
Initializes the button, using the specified button text and icon.
BaseFlatButtonWithDropDownMenu(Icon) - Constructor for class adams.gui.core.BaseFlatButtonWithDropDownMenu
Initializes the button, using the specified icon.
BaseFlatSplitButton - Class in adams.gui.core
Simple version of a split button: button + drop-down menu.
BaseFlatSplitButton() - Constructor for class adams.gui.core.BaseFlatSplitButton
Creates a button with no set text or icon.
BaseFlatSplitButton(String) - Constructor for class adams.gui.core.BaseFlatSplitButton
Creates a button with text.
BaseFlatSplitButton(String, Icon) - Constructor for class adams.gui.core.BaseFlatSplitButton
Creates a button with initial text and an icon.
BaseFlatSplitButton(Action) - Constructor for class adams.gui.core.BaseFlatSplitButton
Creates a button where properties are taken from the Action supplied.
BaseFlatSplitButton(Icon) - Constructor for class adams.gui.core.BaseFlatSplitButton
Creates a button with an icon.
BaseFloat - Class in adams.core.base
Wrapper for a Float object to be editable in the GOE.
BaseFloat() - Constructor for class adams.core.base.BaseFloat
Initializes the string with length 0.
BaseFloat(Float) - Constructor for class adams.core.base.BaseFloat
Initializes the object with the given value.
BaseFloat(String) - Constructor for class adams.core.base.BaseFloat
Initializes the object with the string to parse.
BaseFrame - Class in adams.gui.core
A frame that loads the size and location from the props file automatically.
BaseFrame() - Constructor for class adams.gui.core.BaseFrame
Initializes the frame with no title.
BaseFrame(GraphicsConfiguration) - Constructor for class adams.gui.core.BaseFrame
Initializes the frame with no title.
BaseFrame(String) - Constructor for class adams.gui.core.BaseFrame
Initializes the frame with the given title.
BaseFrame(String, GraphicsConfiguration) - Constructor for class adams.gui.core.BaseFrame
Initializes the frame with the specified title.
BaseHostname - Class in adams.core.base
Wrapper for internet hostnames.
BaseHostname() - Constructor for class adams.core.base.BaseHostname
Initializes the string with localhost and no port.
BaseHostname(String) - Constructor for class adams.core.base.BaseHostname
Initializes the object with the hostname to parse.
BaseHtmlEditorPane - Class in adams.gui.core
Extends the BaseEditorPane class.
BaseHtmlEditorPane() - Constructor for class adams.gui.core.BaseHtmlEditorPane
Default constructor.
BaseHtmlEditorPane(String) - Constructor for class adams.gui.core.BaseHtmlEditorPane
Initializes the pane and loads the specified page.
BaseHtmlEditorPane(String, String) - Constructor for class adams.gui.core.BaseHtmlEditorPane
Initializes the pane with the specified mimetype and text.
BaseHtmlEditorPane(URL) - Constructor for class adams.gui.core.BaseHtmlEditorPane
Initializes the pane and loads the specified page.
BaseInteger - Class in adams.core.base
Wrapper for an Integer object to be editable in the GOE.
BaseInteger() - Constructor for class adams.core.base.BaseInteger
Initializes the string with length 0.
BaseInteger(Integer) - Constructor for class adams.core.base.BaseInteger
Initializes the object with the given value.
BaseInteger(String) - Constructor for class adams.core.base.BaseInteger
Initializes the object with the string to parse.
BaseInterval - Class in adams.core.base
For specifying mathematical intervals like (1;1.2] or [-3.1;7.8].
BaseInterval() - Constructor for class adams.core.base.BaseInterval
Initializes the string with empty string.
BaseInterval(double, boolean, double, boolean) - Constructor for class adams.core.base.BaseInterval
Initializes the object with the specified bounds.
BaseInterval(double, boolean, double, boolean, int) - Constructor for class adams.core.base.BaseInterval
Initializes the object with the specified bounds.
BaseInterval(double, double) - Constructor for class adams.core.base.BaseInterval
Initializes the object with the specified (inclusive) bounds.
BaseInterval(double, double, int) - Constructor for class adams.core.base.BaseInterval
Initializes the object with the specified (inclusive) bounds.
BaseInterval(int) - Constructor for class adams.core.base.BaseInterval
Initializes the string with empty string.
BaseInterval(String) - Constructor for class adams.core.base.BaseInterval
Initializes the object with the specified interval.
BaseInterval(String, int) - Constructor for class adams.core.base.BaseInterval
Initializes the object with the specified interval.
BaseIntervalEditor - Class in adams.gui.goe
Editor specifically designed for entering intervals pairs.
BaseIntervalEditor() - Constructor for class adams.gui.goe.BaseIntervalEditor
 
BaseIntervalParsing - Class in adams.core.option.parsing
For parsing BaseInterval options.
BaseIntervalParsing() - Constructor for class adams.core.option.parsing.BaseIntervalParsing
 
BaseKeyValuePair - Class in adams.core.base
Wrapper for a key/value pairs.
BaseKeyValuePair() - Constructor for class adams.core.base.BaseKeyValuePair
Initializes the string with length 0.
BaseKeyValuePair(String) - Constructor for class adams.core.base.BaseKeyValuePair
Initializes the object with the string to parse.
BaseKeyValuePair(String, String) - Constructor for class adams.core.base.BaseKeyValuePair
Initializes the object with the key/value pair.
BaseKeyValuePairEditor - Class in adams.gui.goe
Editor specifically designed for entering key/value pairs.
BaseKeyValuePairEditor() - Constructor for class adams.gui.goe.BaseKeyValuePairEditor
 
BaseKeyValuePairParsing - Class in adams.core.option.parsing
For parsing BaseKeyValuePair options.
BaseKeyValuePairParsing() - Constructor for class adams.core.option.parsing.BaseKeyValuePairParsing
 
BaselineAdjustedForecaster - Class in weka.classifiers.timeseries
Uses two base-forecasters for making predictions.
BaselineAdjustedForecaster() - Constructor for class weka.classifiers.timeseries.BaselineAdjustedForecaster
Initializes the forecaster.
BaselineAdjustedForecasterGenerator - Class in adams.flow.source.wekaforecastersetup
Outputs a configured instance of a baseline-adjusted Forecaster.
BaselineAdjustedForecasterGenerator() - Constructor for class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
 
BaselineCorrection<T extends DataContainer> - Class in adams.data.filter
A filter that runs a baseline correction scheme over the data.
BaselineCorrection() - Constructor for class adams.data.filter.BaselineCorrection
 
BaselineCorrectionJob(AbstractBaselineCorrection, T) - Constructor for class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
Initializes the job.
baselineCorrectionTipText() - Method in class adams.data.baseline.SlidingWindow
Returns the tip text for this property.
baselineCorrectionTipText() - Method in class adams.data.filter.BaselineCorrection
Returns the tip text for this property.
baselineTipText() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Returns the tip text for this property.
baselineTipText() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Returns the tip text for this property.
BaseList - Class in adams.core.base
Wrapper for a comma-separated list (String).
BaseList - Class in adams.gui.core
Enhanced javax.swing.JList.
BaseList() - Constructor for class adams.core.base.BaseList
Initializes the list with length 0.
BaseList() - Constructor for class adams.gui.core.BaseList
Constructs a BaseList with an empty, read-only, model.
BaseList(Object[]) - Constructor for class adams.gui.core.BaseList
Constructs a BaseList that displays the elements in the specified array.
BaseList(String) - Constructor for class adams.core.base.BaseList
Initializes the object with the list to parse.
BaseList(Vector<?>) - Constructor for class adams.gui.core.BaseList
Constructs a BaseList that displays the elements in the specified Vector.
BaseList(ListModel) - Constructor for class adams.gui.core.BaseList
Constructs a BaseList that displays elements from the specified, non-null, model.
BaseList.Conversion - Enum in adams.core.base
Enumeration for the conversion of the string, when setting it.
BaseListWithButtons - Class in adams.gui.core
Graphical component that consists of a BaseTable with buttons on the right-hand side.
BaseListWithButtons() - Constructor for class adams.gui.core.BaseListWithButtons
The default constructor.
BaseListWithButtons(ListModel) - Constructor for class adams.gui.core.BaseListWithButtons
Initializes the list with the specified model.
BaseLogPanel - Class in adams.gui.core
Simple log panel with Clear/Copy buttons.
BaseLogPanel() - Constructor for class adams.gui.core.BaseLogPanel
 
BaseLong - Class in adams.core.base
Wrapper for a Long object to be editable in the GOE.
BaseLong() - Constructor for class adams.core.base.BaseLong
Initializes the string with length 0.
BaseLong(Long) - Constructor for class adams.core.base.BaseLong
Initializes the object with the given value.
BaseLong(String) - Constructor for class adams.core.base.BaseLong
Initializes the object with the string to parse.
BaseMarkdown - Class in adams.core.base
Wrapper for a Markdown string to be editable in the GOE.
BaseMarkdown() - Constructor for class adams.core.base.BaseMarkdown
Initializes the string with length 0.
BaseMarkdown(String) - Constructor for class adams.core.base.BaseMarkdown
Initializes the object with the string to parse.
BaseMarkdownParsing - Class in adams.core.option.parsing
For parsing BaseMarkdown options.
BaseMarkdownParsing() - Constructor for class adams.core.option.parsing.BaseMarkdownParsing
 
BaseMenu - Class in adams.gui.core
Extended JMenu class that also supports sorting of its menu items.
BaseMenu() - Constructor for class adams.gui.core.BaseMenu
Constructs a new BaseMenu with no text.
BaseMenu(String) - Constructor for class adams.gui.core.BaseMenu
Constructs a new BaseMenu with the supplied string as its text.
BaseMenu(String, boolean) - Constructor for class adams.gui.core.BaseMenu
Constructs a new BaseMenu with the supplied string as its text and specified as a tear-off menu or not.
BaseMenu(Action) - Constructor for class adams.gui.core.BaseMenu
Constructs a menu whose properties are taken from the Action supplied.
baseModelHasSerializer() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Check whether the base learner requires special serialization
BaseName - Class in adams.flow.transformer
Extracts the name of the file/directory passing through, i.e., any preceding directory gets stripped.
BaseName() - Constructor for class adams.flow.transformer.BaseName
 
BaseObject - Class in adams.core.base
Super class for wrappers around classes like String, Integer, etc.
BaseObject(String) - Constructor for class adams.core.base.BaseObject
Initializes the object with the string to parse.
BaseObjectCheckModel(T) - Constructor for class adams.gui.core.BaseObjectTextField.BaseObjectCheckModel
Initializes the model.
BaseObjectCommandLineHandler - Class in adams.core.option
For BaseObject derived classes (mainly for favorites management).
BaseObjectCommandLineHandler() - Constructor for class adams.core.option.BaseObjectCommandLineHandler
 
BaseObjectEditor - Class in adams.gui.goe
A PropertyEditor for BaseObject-derived objects.
BaseObjectEditor() - Constructor for class adams.gui.goe.BaseObjectEditor
 
BaseObjectOption - Class in adams.core.option
Option class for BaseObject derived classes.
BaseObjectOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.BaseObjectOption
Initializes the option.
BaseObjectOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.BaseObjectOption
Initializes the option.
BaseObjectParsing - Class in adams.core.option.parsing
For parsing BaseObject (and derived) objects.
BaseObjectParsing() - Constructor for class adams.core.option.parsing.BaseObjectParsing
 
BaseObjectTextField<T extends BaseObject> - Class in adams.gui.core
Text field designed for entering a strings checked by a BaseObject derived object.
BaseObjectTextField(T) - Constructor for class adams.gui.core.BaseObjectTextField
Constructs a new TextField.
BaseObjectTextField(T, String) - Constructor for class adams.gui.core.BaseObjectTextField
Constructs a new TextField.
BaseObjectTextField.BaseObjectCheckModel<T extends BaseObject> - Class in adams.gui.core
A model for checking regexp values.
BasePanel - Class in adams.gui.core
A JPanel extended by a few useful methods.
BasePanel() - Constructor for class adams.gui.core.BasePanel
Initializes the panel.
BasePanel(LayoutManager) - Constructor for class adams.gui.core.BasePanel
Initializes the panel with the given layout.
BasePanelWithButtons - Class in adams.gui.core
Panel that offers associated buttons on the right-hand side.
BasePanelWithButtons() - Constructor for class adams.gui.core.BasePanelWithButtons
 
BasePanelWithDatabaseConnection - Class in adams.gui.core
Ancestor for panels that depend on a database connection.
BasePanelWithDatabaseConnection() - Constructor for class adams.gui.core.BasePanelWithDatabaseConnection
 
BasePassword - Class in adams.core.base
Wrapper for a String object to be editable in the GOE.
BasePassword() - Constructor for class adams.core.base.BasePassword
Initializes the string with length 0.
BasePassword(String) - Constructor for class adams.core.base.BasePassword
Initializes the object with the string to parse.
BasePasswordEditor - Class in adams.gui.goe
Editor specifically designed for entering passwords.
BasePasswordEditor() - Constructor for class adams.gui.goe.BasePasswordEditor
 
BasePasswordField - Class in adams.gui.core
Extended JPasswordField component.
BasePasswordField() - Constructor for class adams.gui.core.BasePasswordField
Constructs a new TextField.
BasePasswordField(int) - Constructor for class adams.gui.core.BasePasswordField
Constructs a new empty TextField with the specified number of columns.
BasePasswordField(String) - Constructor for class adams.gui.core.BasePasswordField
Constructs a new TextField initialized with the specified text.
BasePasswordField(String, int) - Constructor for class adams.gui.core.BasePasswordField
Constructs a new TextField initialized with the specified text and columns.
BasePasswordField(Document, String, int) - Constructor for class adams.gui.core.BasePasswordField
Constructs a new BaseTextField that uses the given text storage model and the given number of columns.
BasePasswordFieldWithButton - Class in adams.gui.core
A BasePasswordField with a button to show/hide the password.
BasePasswordFieldWithButton() - Constructor for class adams.gui.core.BasePasswordFieldWithButton
Constructs a new TextField.
BasePasswordFieldWithButton(int) - Constructor for class adams.gui.core.BasePasswordFieldWithButton
Constructs a new empty TextField with the specified number of columns.
BasePasswordFieldWithButton(String) - Constructor for class adams.gui.core.BasePasswordFieldWithButton
Constructs a new TextField initialized with the specified text.
BasePasswordFieldWithButton(String, int) - Constructor for class adams.gui.core.BasePasswordFieldWithButton
Constructs a new TextField initialized with the specified text and columns.
BasePasswordParsing - Class in adams.core.option.parsing
For parsing BasePassword options.
BasePasswordParsing() - Constructor for class adams.core.option.parsing.BasePasswordParsing
 
BasePointDouble - Class in adams.core.base
Wrapper for a Point2D.Double object to be editable in the GOE.
BasePointDouble() - Constructor for class adams.core.base.BasePointDouble
Initializes the string with length 0.
BasePointDouble(Point2D.Double) - Constructor for class adams.core.base.BasePointDouble
Initializes the object with the given value.
BasePointDouble(Double, Double) - Constructor for class adams.core.base.BasePointDouble
Initializes the object with the given value.
BasePointDouble(String) - Constructor for class adams.core.base.BasePointDouble
Initializes the object with the string to parse.
BasePointFloat - Class in adams.core.base
Wrapper for a Point2D.Float object to be editable in the GOE.
BasePointFloat() - Constructor for class adams.core.base.BasePointFloat
Initializes the string with length 0.
BasePointFloat(Point2D.Float) - Constructor for class adams.core.base.BasePointFloat
Initializes the object with the given value.
BasePointFloat(Float, Float) - Constructor for class adams.core.base.BasePointFloat
Initializes the object with the given value.
BasePointFloat(String) - Constructor for class adams.core.base.BasePointFloat
Initializes the object with the string to parse.
BasePointInt - Class in adams.core.base
Wrapper for a Point object (integers) to be editable in the GOE.
BasePointInt() - Constructor for class adams.core.base.BasePointInt
Initializes the string with length 0.
BasePointInt(int, int) - Constructor for class adams.core.base.BasePointInt
Initializes the object with the given value.
BasePointInt(Point) - Constructor for class adams.core.base.BasePointInt
Initializes the object with the given value.
BasePointInt(String) - Constructor for class adams.core.base.BasePointInt
Initializes the object with the string to parse.
BasePopupMenu - Class in adams.gui.core
Extended JPopupMenu, offering better placement.
BasePopupMenu() - Constructor for class adams.gui.core.BasePopupMenu
 
BaseRectangle - Class in adams.core.base
Wrapper for a rectangle object to be editable in the GOE.
BaseRectangle() - Constructor for class adams.core.base.BaseRectangle
Initializes the string with "0 0 1 1".
BaseRectangle(double, double, double, double) - Constructor for class adams.core.base.BaseRectangle
Initializes the object with the string to parse.
BaseRectangle(double, double, double, double, boolean) - Constructor for class adams.core.base.BaseRectangle
Initializes the object with the string to parse.
BaseRectangle(int, int, int, int) - Constructor for class adams.core.base.BaseRectangle
Initializes the object with the string to parse.
BaseRectangle(int, int, int, int, boolean) - Constructor for class adams.core.base.BaseRectangle
Initializes the object with the string to parse.
BaseRectangle(Rectangle) - Constructor for class adams.core.base.BaseRectangle
Initializes the object with the location to use.
BaseRectangle(String) - Constructor for class adams.core.base.BaseRectangle
Initializes the object with the string to parse.
BaseRectangle(String, boolean) - Constructor for class adams.core.base.BaseRectangle
Initializes the object with the string to parse.
BaseRegExp - Class in adams.core.base
Wrapper for a regular expression string to be editable in the GOE.
BaseRegExp() - Constructor for class adams.core.base.BaseRegExp
Initializes the string with length 0.
BaseRegExp(String) - Constructor for class adams.core.base.BaseRegExp
Initializes the object with the string to parse.
BaseRegExpEditor - Class in adams.gui.goe
Editor specifically designed for entering regular expression.
BaseRegExpEditor() - Constructor for class adams.gui.goe.BaseRegExpEditor
 
BaseRegExpParsing - Class in adams.core.option.parsing
For parsing BaseRegExp options.
BaseRegExpParsing() - Constructor for class adams.core.option.parsing.BaseRegExpParsing
 
baseScoreTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the baseScore option.
BaseScrollPane - Class in adams.gui.core
JScrollPane with proper scroll unit/block increments.
BaseScrollPane() - Constructor for class adams.gui.core.BaseScrollPane
Creates an empty (no viewport view) JScrollPane where both horizontal and vertical scrollbars appear when needed.
BaseScrollPane(int, int) - Constructor for class adams.gui.core.BaseScrollPane
Creates an empty (no viewport view) BaseScrollPane with specified scrollbar policies.
BaseScrollPane(Component) - Constructor for class adams.gui.core.BaseScrollPane
Creates a BaseScrollPane that displays the contents of the specified component, where both horizontal and vertical scrollbars appear whenever the component's contents are larger than the view.
BaseScrollPane(Component, int, int) - Constructor for class adams.gui.core.BaseScrollPane
Creates a BaseScrollPane that displays the view component in a viewport whose view position can be controlled with a pair of scrollbars.
BaseShort - Class in adams.core.base
Wrapper for a Short object to be editable in the GOE.
BaseShort() - Constructor for class adams.core.base.BaseShort
Initializes the string with length 0.
BaseShort(Short) - Constructor for class adams.core.base.BaseShort
Initializes the object with the given value.
BaseShort(String) - Constructor for class adams.core.base.BaseShort
Initializes the object with the string to parse.
BaseShortcut - Class in adams.gui.core
Wrapper for keyboard shortcuts.
BaseShortcut() - Constructor for class adams.gui.core.BaseShortcut
Initializes with an empty shortcut.
BaseShortcut(String) - Constructor for class adams.gui.core.BaseShortcut
Initializes the shortcut with the string to parse.
BaseShortcut(KeyStroke) - Constructor for class adams.gui.core.BaseShortcut
Initializes the object with the keystroke.
BaseSizeSequence - Class in adams.gui.core
Specialized size sequence that can handle mixed row sizes.
BaseSizeSequence() - Constructor for class adams.gui.core.BaseSizeSequence
Creates a new BaseSizeSequence object that contains no entries.
BaseSizeSequence(int) - Constructor for class adams.gui.core.BaseSizeSequence
Creates a new BaseSizeSequence object that contains the specified number of entries, all initialized to have size 0.
BaseSizeSequence(int[]) - Constructor for class adams.gui.core.BaseSizeSequence
Creates a new BaseSizeSequence object that contains the specified sizes.
BaseSizeSequence(int, int) - Constructor for class adams.gui.core.BaseSizeSequence
Creates a new BaseSizeSequence object that contains the specified number of entries, all initialized to have size value.
BaseSplitButton - Class in adams.gui.core
Simple version of a split button: button + drop-down menu.
BaseSplitButton() - Constructor for class adams.gui.core.BaseSplitButton
Creates a button with no set text or icon.
BaseSplitButton(String) - Constructor for class adams.gui.core.BaseSplitButton
Creates a button with text.
BaseSplitButton(String, Icon) - Constructor for class adams.gui.core.BaseSplitButton
Creates a button with initial text and an icon.
BaseSplitButton(Action) - Constructor for class adams.gui.core.BaseSplitButton
Creates a button where properties are taken from the Action supplied.
BaseSplitButton(Icon) - Constructor for class adams.gui.core.BaseSplitButton
Creates a button with an icon.
BaseSplitPane - Class in adams.gui.core
An extended JSplitPane class.
BaseSplitPane() - Constructor for class adams.gui.core.BaseSplitPane
Creates a new BaseSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout, using two buttons for the components.
BaseSplitPane(int) - Constructor for class adams.gui.core.BaseSplitPane
Creates a new BaseSplitPane configured with the specified orientation and no continuous layout.
BaseSplitPane(int, boolean) - Constructor for class adams.gui.core.BaseSplitPane
Creates a new BaseSplitPane with the specified orientation and redrawing style.
BaseSplitPane(int, boolean, Component, Component) - Constructor for class adams.gui.core.BaseSplitPane
Creates a new BaseSplitPane with the specified orientation and redrawing style, and with the specified components.
BaseSplitPane(int, Component, Component) - Constructor for class adams.gui.core.BaseSplitPane
Creates a new BaseSplitPane with the specified orientation and with the specified components that do not do continuous redrawing.
BaseStatusBar - Class in adams.gui.core
A bar for displaying status messages (left and right).
BaseStatusBar() - Constructor for class adams.gui.core.BaseStatusBar
 
BaseStatusBar.PopupMenuCustomizer - Interface in adams.gui.core
Interface for classes that modify the statusbar's popup menu.
BaseStatusBar.StatusProcessor - Interface in adams.gui.core
Interface for classes that process the status string to bring it into a displayable format.
BaseString - Class in adams.core.base
Wrapper for a String object to be editable in the GOE.
BaseString() - Constructor for class adams.core.base.BaseString
Initializes the string with length 0.
BaseString(String) - Constructor for class adams.core.base.BaseString
Initializes the object with the string to parse.
BaseTabbedPane - Class in adams.gui.core
Enhanced JTabbedPane.
BaseTabbedPane() - Constructor for class adams.gui.core.BaseTabbedPane
Creates an empty TabbedPane with a default tab placement of JTabbedPane.TOP.
BaseTabbedPane(int) - Constructor for class adams.gui.core.BaseTabbedPane
Creates an empty TabbedPane with the specified tab placement of either: JTabbedPane.TOP, JTabbedPane.BOTTOM, JTabbedPane.LEFT, or JTabbedPane.RIGHT.
BaseTabbedPane(int, int) - Constructor for class adams.gui.core.BaseTabbedPane
Creates an empty TabbedPane with the specified tab placement and tab layout policy.
BaseTabbedPane.MiddleMouseButtonCloseApprover - Interface in adams.gui.core
Interface for classes that can hook into the closing using the middle mouse button and stop it.
BaseTabbedPane.TabUndo - Class in adams.gui.core
Container for the tab undo list.
BaseTabbedPane.TabUndoList - Class in adams.gui.core
For storing the tab undo containers.
BaseTabbedPaneWithTabHiding - Class in adams.gui.core
Enhanced JTabbedPane.
BaseTabbedPaneWithTabHiding() - Constructor for class adams.gui.core.BaseTabbedPaneWithTabHiding
Creates an empty TabbedPane with a default tab placement of JTabbedPane.TOP.
BaseTabbedPaneWithTabHiding(int) - Constructor for class adams.gui.core.BaseTabbedPaneWithTabHiding
Creates an empty TabbedPane with the specified tab placement of either: JTabbedPane.TOP, JTabbedPane.BOTTOM, JTabbedPane.LEFT, or JTabbedPane.RIGHT.
BaseTabbedPaneWithTabHiding(int, int) - Constructor for class adams.gui.core.BaseTabbedPaneWithTabHiding
Creates an empty TabbedPane with the specified tab placement and tab layout policy.
BaseTabbedPaneWithTabHiding.PageBackup<T> - Class in adams.gui.core
Container for backing up hidden tabs.
BaseTable - Class in adams.gui.core
A specialized JTable that allows double-clicking on header for resizing to optimal width.
BaseTable() - Constructor for class adams.gui.core.BaseTable
Constructs a default BaseTable that is initialized with a default data model, a default column model, and a default selection model.
BaseTable(int, int) - Constructor for class adams.gui.core.BaseTable
Constructs a BaseTable with numRows and numColumns of empty cells using DefaultTableModel.
BaseTable(Object[][], Object[]) - Constructor for class adams.gui.core.BaseTable
Constructs a BaseTable to display the values in the two dimensional array, rowData, with column names, columnNames.
BaseTable(Vector, Vector) - Constructor for class adams.gui.core.BaseTable
Constructs a BaseTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
BaseTable(TableModel) - Constructor for class adams.gui.core.BaseTable
Constructs a BaseTable that is initialized with dm as the data model, a default column model, and a default selection model.
BaseTable(TableModel, TableColumnModel) - Constructor for class adams.gui.core.BaseTable
Constructs a BaseTable that is initialized with dm as the data model, cm as the column model, and a default selection model.
BaseTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class adams.gui.core.BaseTable
Constructs a BaseTable that is initialized with dm as the data model, cm as the column model, and sm as the selection model.
BaseTable.ColumnWidthApproach - Enum in adams.gui.core
Enumeration of possible ways to calculate column width approach.
BaseTableWithButtons - Class in adams.gui.core
Graphical component that consists of a BaseTable with buttons on the right-hand side.
BaseTableWithButtons() - Constructor for class adams.gui.core.BaseTableWithButtons
The default constructor.
BaseTableWithButtons(TableModel) - Constructor for class adams.gui.core.BaseTableWithButtons
Initializes the table with the specified model.
BaseText - Class in adams.core.base
Wrapper for a String object to be editable in the GOE.
BaseText() - Constructor for class adams.core.base.BaseText
Initializes the string with length 0.
BaseText(String) - Constructor for class adams.core.base.BaseText
Initializes the object with the string to parse.
BaseTextArea - Class in adams.gui.core
A customized JTextArea.
BaseTextArea() - Constructor for class adams.gui.core.BaseTextArea
Constructs a new TextArea.
BaseTextArea(int, int) - Constructor for class adams.gui.core.BaseTextArea
Constructs a new empty TextArea with the specified number of rows and columns.
BaseTextArea(String) - Constructor for class adams.gui.core.BaseTextArea
Constructs a new TextArea with the specified text displayed.
BaseTextArea(String, int, int) - Constructor for class adams.gui.core.BaseTextArea
Constructs a new TextArea with the specified text and number of rows and columns.
BaseTextArea(Document) - Constructor for class adams.gui.core.BaseTextArea
Constructs a new BaseTextArea with the given document model, and defaults for all of the other arguments (null, 0, 0).
BaseTextArea(Document, String, int, int) - Constructor for class adams.gui.core.BaseTextArea
Constructs a new BaseTextArea with the specified number of rows and columns, and the given model.
BaseTextAreaWithButtons - Class in adams.gui.core
Graphical component that consists of a BaseTable with buttons on the right-hand side.
BaseTextAreaWithButtons() - Constructor for class adams.gui.core.BaseTextAreaWithButtons
The default constructor.
BaseTextAreaWithButtons(int, int) - Constructor for class adams.gui.core.BaseTextAreaWithButtons
Initializes the list with the given rows/columns.
BaseTextAreaWithButtons(String) - Constructor for class adams.gui.core.BaseTextAreaWithButtons
Initializes the list with the given text.
BaseTextAreaWithButtons(String, int, int) - Constructor for class adams.gui.core.BaseTextAreaWithButtons
Initializes the list with the given text.
BaseTextChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current text and a button to bring up a text editor dialog.
BaseTextChooserPanel() - Constructor for class adams.gui.chooser.BaseTextChooserPanel
Initializes the panel with no text.
BaseTextChooserPanel(BaseText) - Constructor for class adams.gui.chooser.BaseTextChooserPanel
Initializes the panel with the given text.
BaseTextEditor - Class in adams.gui.goe
A PropertyEditor for BaseText objects.
BaseTextEditor() - Constructor for class adams.gui.goe.BaseTextEditor
 
BaseTextField - Class in adams.gui.core
Extended JTextField component.
BaseTextField() - Constructor for class adams.gui.core.BaseTextField
Constructs a new TextField.
BaseTextField(int) - Constructor for class adams.gui.core.BaseTextField
Constructs a new empty TextField with the specified number of columns.
BaseTextField(String) - Constructor for class adams.gui.core.BaseTextField
Constructs a new TextField initialized with the specified text.
BaseTextField(String, int) - Constructor for class adams.gui.core.BaseTextField
Constructs a new TextField initialized with the specified text and columns.
BaseTextField(Document, String, int) - Constructor for class adams.gui.core.BaseTextField
Constructs a new BaseTextField that uses the given text storage model and the given number of columns.
BaseTextPane - Class in adams.gui.core
A customized JTextPane.
BaseTextPane() - Constructor for class adams.gui.core.BaseTextPane
Creates a new BaseTextPane.
BaseTextPane(StyledDocument) - Constructor for class adams.gui.core.BaseTextPane
Creates a new BaseTextPane, with a specified document model.
BaseTextPaneWithButtons - Class in adams.gui.core
BaseTextPaneWithButtons with additional support for buttons.
BaseTextPaneWithButtons() - Constructor for class adams.gui.core.BaseTextPaneWithButtons
The default constructor.
BaseTextPaneWithButtons(String) - Constructor for class adams.gui.core.BaseTextPaneWithButtons
Initializes the list with the given text.
BaseTextPaneWithWordWrap - Class in adams.gui.core
A panel containing a BaseTextPane, to allow wordwrap functionality.
BaseTextPaneWithWordWrap() - Constructor for class adams.gui.core.BaseTextPaneWithWordWrap
 
BaseTextParsing - Class in adams.core.option.parsing
For parsing BaseText options.
BaseTextParsing() - Constructor for class adams.core.option.parsing.BaseTextParsing
 
BaseTime - Class in adams.core.base
Wrapper for a Time string to be editable in the GOE.
BaseTime() - Constructor for class adams.core.base.BaseTime
Initializes the date as NOW.
BaseTime(String) - Constructor for class adams.core.base.BaseTime
Initializes the object with the date to parse.
BaseTime(Date) - Constructor for class adams.core.base.BaseTime
Initializes the object with the specified date.
BASETIME - adams.core.DateTimeType
BaseTime.
BaseTimeEditor - Class in adams.gui.goe
A PropertyEditor for BaseTime objects.
BaseTimeEditor() - Constructor for class adams.gui.goe.BaseTimeEditor
 
BaseTimeExpression - Class in adams.parser
Evaluates time expressions.

Format:
(<date>|NOW|-INF|+INF|START|END) [expr (SECOND|MINUTE|HOUR)]*
expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER


Examples:
01:02:03
01:02:03 +1 MINUTE
NOW
+INF
NOW +1 HOUR
NOW +14 MINUTE
NOW +(2*3) MINUTE

Amounts can be chained as well:
NOW -1 MINUTE +1 HOUR

START and END can only be set programmatically; by default they are equal to -INF and +INF.
BaseTimeExpression() - Constructor for class adams.parser.BaseTimeExpression
 
BaseTimeMsec - Class in adams.core.base
Wrapper for a Time string to be editable in the GOE.
BaseTimeMsec() - Constructor for class adams.core.base.BaseTimeMsec
Initializes the date as NOW.
BaseTimeMsec(String) - Constructor for class adams.core.base.BaseTimeMsec
Initializes the object with the date to parse.
BaseTimeMsec(Date) - Constructor for class adams.core.base.BaseTimeMsec
Initializes the object with the specified date.
BASETIMEMSEC - adams.core.DateTimeType
BaseTime.
BaseTimeMsecEditor - Class in adams.gui.goe
A PropertyEditor for BaseTimeMsec objects.
BaseTimeMsecEditor() - Constructor for class adams.gui.goe.BaseTimeMsecEditor
 
BaseTimeMsecExpression - Class in adams.parser
Evaluates time expressions.

Format:
(<date>|NOW|-INF|+INF|START|END) [expr (SECOND|MINUTE|HOUR)]*
expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER


Examples:
01:02:03
01:02:03 +1 MINUTE
NOW
+INF
NOW +1 HOUR
NOW +14 MINUTE
NOW +(2*3) MINUTE

Amounts can be chained as well:
NOW -1 MINUTE +1 HOUR

START and END can only be set programmatically; by default they are equal to -INF and +INF.
BaseTimeMsecExpression() - Constructor for class adams.parser.BaseTimeMsecExpression
 
BaseTimeMsecParsing - Class in adams.core.option.parsing
For parsing BaseTimeMsec options.
BaseTimeMsecParsing() - Constructor for class adams.core.option.parsing.BaseTimeMsecParsing
 
BaseTimeParsing - Class in adams.core.option.parsing
For parsing BaseTime options.
BaseTimeParsing() - Constructor for class adams.core.option.parsing.BaseTimeParsing
 
BaseTimeToString - Class in adams.data.conversion
Turns a BaseTime format string into a String, evaluted using user-supplied start and end times (ignored if future INF times).

Example: 07:13:12 +3 MINUTE

(<date>|NOW|-INF|+INF|START|END) [expr (SECOND|MINUTE|HOUR)]*
expr ::= ( expr )
| - expr
| + expr
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr % expr
| expr ^ expr
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| NUMBER


BaseTimeToString() - Constructor for class adams.data.conversion.BaseTimeToString
 
baseTipText() - Method in class adams.data.instancesanalysis.pls.OPLS
Returns the tip text for this property
baseTipText() - Method in class weka.classifiers.meta.Fallback
Returns the tip text for this property.
BaseToggleButton - Class in adams.gui.core
Custom toggle button class.
BaseToggleButton() - Constructor for class adams.gui.core.BaseToggleButton
Creates a button with no set text or icon.
BaseToggleButton(String) - Constructor for class adams.gui.core.BaseToggleButton
Creates a button with text.
BaseToggleButton(String, Icon) - Constructor for class adams.gui.core.BaseToggleButton
Creates a button with initial text and an icon.
BaseToggleButton(Action) - Constructor for class adams.gui.core.BaseToggleButton
Creates a button where properties are taken from the Action supplied.
BaseToggleButton(Icon) - Constructor for class adams.gui.core.BaseToggleButton
Creates a button with an icon.
BaseTree - Class in adams.gui.core
A JTree enhanced with a few useful methods.
BaseTree() - Constructor for class adams.gui.core.BaseTree
Initializes the tree.
BaseTree(TreeModel) - Constructor for class adams.gui.core.BaseTree
Initializes the tree with the given model.
BaseTree(TreeNode) - Constructor for class adams.gui.core.BaseTree
Initializes the tree with the given root node.
BaseTreeNode - Class in adams.gui.core
TreeNode used by the BasicTree component.
BaseTreeNode() - Constructor for class adams.gui.core.BaseTreeNode
Creates a tree node that has no parent and no children, but which allows children.
BaseTreeNode(Object) - Constructor for class adams.gui.core.BaseTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
BaseTreeNode(Object, boolean) - Constructor for class adams.gui.core.BaseTreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
BaseURI - Class in adams.core.base
Wrapper for an URI object to be editable in the GOE.
BaseURI() - Constructor for class adams.core.base.BaseURI
Initializes the string with DEFAULT_URI.
BaseURI(String) - Constructor for class adams.core.base.BaseURI
Initializes the object with the string to parse.
BaseURI(URI) - Constructor for class adams.core.base.BaseURI
Initializes the object with the given value.
BaseURL - Class in adams.core.base
Wrapper for an URL object to be editable in the GOE.
BaseURL() - Constructor for class adams.core.base.BaseURL
Initializes the string with DEFAULT_URL.
BaseURL(String) - Constructor for class adams.core.base.BaseURL
Initializes the object with the string to parse.
BaseURL(URL) - Constructor for class adams.core.base.BaseURL
Initializes the object with the given value.
BaseWindow - Class in adams.gui.core
A window that loads the size and location from the props file automatically.
BaseWindow() - Constructor for class adams.gui.core.BaseWindow
Initializes the frame with no title.
BaseWindow(GraphicsConfiguration) - Constructor for class adams.gui.core.BaseWindow
Initializes the frame with no title.
Basic - Class in adams.core.io.console
Helper for input from stdin.
Basic() - Constructor for class adams.core.io.console.Basic
 
BASIC - adams.core.net.Base64Type
 
BASIC - adams.core.option.UserMode
basic.
BASIC - adams.db.MetaDataType
 
BasicAdamsSetupPanel - Class in adams.gui.tools.wekamultiexperimenter.setup
Basic interface for setting up an ADAMS experiment.
BasicAdamsSetupPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
 
BasicDateTimeType - Enum in adams.core
Basic date/time types.
BasicFeatures - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures.
For more information on the LIRE project, see:
http://www.lire-project.net/

BasicFeatures - Class in net.semanticmetadata.lire.imageanalysis.features.global
Deprecated.
other features replace the functionality of this one, do not use!
BasicFeatures() - Constructor for class adams.data.lire.features.BasicFeatures
 
BasicFeatures() - Constructor for class net.semanticmetadata.lire.imageanalysis.features.global.BasicFeatures
Deprecated.
 
BasicStatistics - Class in adams.data.image.features
Calculates min/max/mean/median/stdev for each channel (R,G,B).
BasicStatistics() - Constructor for class adams.data.image.features.BasicStatistics
 
BasicWekaSetupPanel - Class in adams.gui.tools.wekamultiexperimenter.setup
Basic interface for setting up a Weka experiment.
BasicWekaSetupPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
 
batchFilter(String[], Filter, String, boolean, File) - Method in class adams.gui.tools.weka.BatchFilterDatasetsPanel
Performs the batch filtering.
batchFilter(T[]) - Method in class adams.data.filter.AbstractBatchFilter
Batch filters the data.
batchFilter(T[]) - Method in interface adams.data.filter.BatchFilter
Batch filters the data.
batchFilter(T[]) - Method in class adams.data.filter.OutlierDetector
Batch filters the data.
BatchFilter<T extends DataContainer> - Interface in adams.data.filter
Interface for filters that can filter multiple data containers in one go.
BatchFilter - Interface in adams.ml.preprocessing
Interface for filters that filter data in batches.
BatchFilterDatasets - Class in adams.gui.menu
For batch filtering datasets using a single filter setup (files get output into a different directory).
BatchFilterDatasets() - Constructor for class adams.gui.menu.BatchFilterDatasets
Initializes the menu item with no owner.
BatchFilterDatasets(AbstractApplicationFrame) - Constructor for class adams.gui.menu.BatchFilterDatasets
Initializes the menu item.
BatchFilterDatasetsPanel - Class in adams.gui.tools.weka
Wizard panel that allows appending datasets (one after the other).
BatchFilterDatasetsPanel(boolean) - Constructor for class adams.gui.tools.weka.BatchFilterDatasetsPanel
Initializes the panel.
BatchFilterJob(Filter, Instances) - Constructor for class adams.flow.transformer.WekaFilter.BatchFilterJob
Initializes the job.
batchFinished() - Method in class weka.filters.unsupervised.attribute.NormalizeAdaptive
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Signify that this batch of input to the filter is finished.
batchFinished() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Signify that this batch of input to the filter is finished.
BatchSizeSupporter - Interface in adams.core.io
Interface for classes that support batch size.
batchSizeTipText() - Method in interface adams.core.io.BatchSizeSupporter
Returns the tip text for this property.
batchSizeTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
BatchTrainJob(Classifier, Instances) - Constructor for class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
Initializes the job.
BatchTrainJob(Clusterer, Instances, AbstractClustererPostProcessor) - Constructor for class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
Initializes the job.
BayesNetEditor - Class in adams.gui.menu
Opens the BayesNet Editor.
BayesNetEditor() - Constructor for class adams.gui.menu.BayesNetEditor
Initializes the menu item with no owner.
BayesNetEditor(AbstractApplicationFrame) - Constructor for class adams.gui.menu.BayesNetEditor
Initializes the menu item.
BBOX - adams.data.objectoverlap.GeometryType
 
bboxToPolygon() - Method in class adams.flow.transformer.locateobjects.LocatedObject
Turns the bounding box into a polygon.
BCCTipText() - Method in class adams.flow.sink.sendnotification.Email
Returns the tip text for this property.
BCCTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
BEFORE - adams.data.outlier.TimeseriesTimestampCheck.TimestampCondition
timestamp must be before.
BEFORE - adams.flow.control.Injector.Location
before the current token.
BEFORE - adams.flow.transformer.timeseriessplit.AbstractSplitOnDate.Segments
 
BEFORE - adams.gui.event.NodeDroppedEvent.NotificationTime
before the drop happens.
BEFORE - Static variable in interface adams.parser.actorsuggestion.sym
 
BEFORE - Static variable in interface adams.parser.externalactorsuggestion.sym
 
BEFORE - Static variable in interface adams.parser.templatesuggestion.sym
 
beforeChoose() - Method in class adams.gui.chooser.AbstractChooserPanel
Hook method before choosing.
beforeChoose(AbstractChooserPanel) - Method in interface adams.gui.chooser.AbstractChooserPanel.ChooseListener
Gets called before the user chooses a value.
beforeChoose(AbstractChooserPanel) - Method in class adams.gui.tools.remotecontrolcenter.panels.AdvancedTab
Gets called before the user chooses a value.
beforeExecute(Thread, Runnable) - Method in class adams.multiprocess.PausableFixedThreadPoolExecutor
 
beforeHide() - Method in class adams.gui.core.BaseDialog
Hook method just before the dialog is hidden.
beforeHide() - Method in class adams.gui.core.BaseFrame
Hook method just before the dialog is hidden.
beforeHide() - Method in class adams.gui.core.BasePanel
Hook method just before the panel is hidden.
beforeHide() - Method in class adams.gui.core.BaseWindow
Hook method just before the dialog is hidden.
beforeHide() - Method in class adams.gui.dialog.AbstractReplaceDialog
Hook method just before the dialog is hidden.
beforeHide() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Hook method just before the dialog is hidden.
beforeHide() - Method in class adams.gui.visualization.image.ColorPickerDialog
Hook method just before the dialog is hidden.
beforePasteFromClipboard() - Method in class adams.gui.chooser.AbstractChooserPanel
Hook method before pasting from clipboard.
beforeSendRequest() - Method in class adams.scripting.command.AbstractCommand
Hook method before sending the command.
beforeSendRequest() - Method in class adams.scripting.command.basic.StartRemoteLogging
Hook method before sending the command.
beforeSendRequest() - Method in interface adams.scripting.command.RemoteCommand
Hook method before sending the request.
beforeSendResponse() - Method in class adams.scripting.command.AbstractCommandWithResponse
Hook method before sending the response.
beforeSendResponse() - Method in interface adams.scripting.command.RemoteCommandWithResponse
Hook method before sending the response.
beforeSetCurrent(T) - Method in class adams.gui.chooser.AbstractChooserPanel
Hook method before setting the current value.
beforeShow() - Method in class adams.gui.core.BaseDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.core.BaseFrame
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.core.BasePanel
Hook method just before the panel is made visible.
beforeShow() - Method in class adams.gui.core.BaseWindow
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.dialog.ApprovalDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.dialog.ComposeEmailDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.dialog.ReplaceFieldDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.goe.GenericArrayEditorDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.goe.GenericObjectEditorDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.goe.WekaGenericArrayEditorDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.goe.WekaGenericObjectEditorDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.InstanceCompare
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.selection.AbstractDatabaseSelectionDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.visualization.container.FilterDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.visualization.image.ColorPickerDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.visualization.report.ReportFactory.Dialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.visualization.report.ReportFactory.StandardsDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Hook method just before the dialog is made visible.
beforeShow() - Method in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
Hook method just before the dialog is made visible.
BELOW - weka.classifiers.meta.ClassifierCascade.ThresholdCheck
 
BENEATH - adams.gui.core.DragAndDropTree.DropMenu
here at this position.
BENEATH - adams.gui.core.DragAndDropTree.DropPosition
here at this position.
BENEATH - adams.gui.flow.tree.TreeOperations.InsertPosition
beneath the current path.
BestBinnedNumericClassRandomSplitGenerator - Class in weka.classifiers
Picks the best binning algorithm from the provided ones.
BestBinnedNumericClassRandomSplitGenerator() - Constructor for class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
 
bestFitTipText() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the tip text for this property.
bestFitTipText() - Method in class adams.flow.transformer.ImageLabeler
Returns the tip text for this property.
bestFitTipText() - Method in class adams.flow.transformer.ImageObjectAnnotator
Returns the tip text for this property.
bestFitTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
bestFitTipText() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the tip text for this property.
bestFitZoom() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Fits the image.
bestFitZoom() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Fits the image into the view port.
bestFitZoom() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Fits the image.
bestRangeTipText() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
bestRangeTipText() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Returns the tip text for this property.
Beta - Class in adams.data.distribution
Beta distribution.
Beta() - Constructor for class adams.data.distribution.Beta
 
betaTipText() - Method in class adams.data.distribution.Beta
Returns the tip text for this property.
betaTipText() - Method in class adams.data.distribution.Weibull
Returns the tip text for this property.
BeyondLimitsViolations - Class in adams.data.spc
Flags any data point as violation if below lower or above upper limit.
BeyondLimitsViolations() - Constructor for class adams.data.spc.BeyondLimitsViolations
 
Bias - Class in weka.classifiers.evaluation
Computes the bias (mean error) for regression models.
Bias() - Constructor for class weka.classifiers.evaluation.Bias
 
BIAS - adams.flow.core.EvaluationStatistic
 
BIAS - adams.flow.core.ExperimentStatistic
 
biasTipText() - Method in class adams.data.boofcv.transformer.Binary
Returns the tip text for this property.
biasTipText() - Method in class weka.classifiers.meta.VotedImbalance
Returns the tip text for this property.
BIBTEX_ENDTAG - Static variable in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
the end comment tag for inserting the generated BibTex.
BIBTEX_STARTTAG - Static variable in class adams.doc.javadoc.TechnicalInformationHandlerJavadoc
the start comment tag for inserting the generated BibTex.
BiColorGenerator - Class in adams.gui.visualization.core
Generates gradient colors between two colors.
BiColorGenerator() - Constructor for class adams.gui.visualization.core.BiColorGenerator
 
BICUBIC - adams.data.jai.transformer.Resize.InterpolationType
bicubic.
BICUBIC2 - adams.data.jai.transformer.Resize.InterpolationType
bicubic2.
BIG_ENDIAN - adams.data.conversion.ByteArrayToPrimitiveArray.ByteOrderType
 
BILINEAR - adams.data.jai.transformer.Resize.InterpolationType
bilinear.
BILINEAR - adams.data.jai.transformer.Rotate.InterpolationType
bilinear.
Bin<T> - Class in adams.data.binning
Represents a single bin.
Bin(int, double, double, BaseInterval) - Constructor for class adams.data.binning.Bin
Initializes the bin.
BIN_DIR - Static variable in class adams.core.management.Java
the sub-directory with the binaries.
binarizeMask(int[][], int, boolean, Logger) - Static method in class adams.data.image.XScreenMaskHelper
Given a previously generated mask, this binarizes the mask given a threshold.
binarizeTypeTipText() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns the tip text for this property.
Binary - Class in adams.data.boofcv.transformer
Creates a binary image.
Binary - Class in adams.data.image.transformer
Turns an image into a binary image, using a grayscale threshold to determine which pixels are black (below) and which are white (equal to or above).
Binary() - Constructor for class adams.data.boofcv.transformer.Binary
 
Binary() - Constructor for class adams.data.image.transformer.Binary
 
BINARY_ATTRIBUTES - adams.flow.core.Capability
can handle binary attributes.
BINARY_CHECK_BUFFER_SIZE - Static variable in class adams.core.io.FileUtils
the length of the buffer for binary checks.
BINARY_CLASS - adams.flow.core.Capability
can handle binary classes.
BINARY_EDGES - adams.data.boofcv.transformer.CannyEdgeDetection.OutputType
 
Binary.ThresholdType - Enum in adams.data.boofcv.transformer
The treshold type to apply.
BinaryContours - Class in adams.data.boofcv.transformer
Uses the BoofCV binary contours algorithm to detect edges in a binary image.
BinaryContours - Class in adams.flow.transformer.locateobjects
Uses the BoofCV contour-finding algorithm to locate objects.
BinaryContours() - Constructor for class adams.data.boofcv.transformer.BinaryContours
 
BinaryContours() - Constructor for class adams.flow.transformer.locateobjects.BinaryContours
 
BinaryCrop - Class in adams.data.image.transformer.crop
Turns image into binary (ie black and white) image and determines the largest rectangle encompassing a (white) object in the middle to crop to.
When looking for a black object, check the 'invert' option.
BinaryCrop() - Constructor for class adams.data.image.transformer.crop.BinaryCrop
 
BinaryFile - Class in adams.flow.condition.bool
Evaluates to 'true' if the file exists and is a binary file.
A heuristic is used to determine whether a file is binary, based on the first 1024 bytes.
BinaryFile() - Constructor for class adams.flow.condition.bool.BinaryFile
 
BinaryFileReader - Class in adams.flow.transformer
Reads a binary file and forwards the content byte by byte or as byte array.
BinaryFileReader() - Constructor for class adams.flow.transformer.BinaryFileReader
 
BinaryFileWriter - Class in adams.flow.sink
Writes a byte array or adams.data.blob.BlobContainer to a binary file.
BinaryFileWriter() - Constructor for class adams.flow.sink.BinaryFileWriter
 
BinaryMask - Class in adams.data.image.transformer
Generates a binary image from the input and uses this mask to determine which pixels get replaced by the specified replacement color.
BinaryMask() - Constructor for class adams.data.image.transformer.BinaryMask
 
BinaryMask.ReplacementType - Enum in adams.data.image.transformer
Determines what pixels to replace.
BinaryMorphology - Class in adams.data.image
Helper class for morphology operations on binary image data.
BinaryMorphology() - Constructor for class adams.data.image.BinaryMorphology
 
BinaryPatternsPyramid - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.BinaryPatternsPyramid.
Works the same way as PHOG, but instead of measuring the orientation of gradients, this class uses a histogram of rotation-invariant local binary patterns.
For more information on the LIRE project, see:
http://www.lire-project.net/

BinaryPatternsPyramid() - Constructor for class adams.data.lire.features.BinaryPatternsPyramid
 
binCalculationTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
binCalculationTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
binCalculationTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
binCalculationTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
binCountTipText() - Method in class adams.data.distribution.Empirical
Returns the tip text for this property.
bind(Class, int) - Method in class adams.core.net.PortManager
Sets a port as used.
bind(Object, int) - Method in class adams.core.net.PortManager
Sets a port as used.
Binnable<T> - Class in adams.data.binning
Wrapper for objects to be binned.
Binnable(T, double) - Constructor for class adams.data.binning.Binnable
Initializes the wrapper.
Binnable(T, double, Map<String, Object>) - Constructor for class adams.data.binning.Binnable
Initializes the wrapper.
BINNABLE - adams.data.binning.operation.Copy.CopyType
copy of the binnable.
BinnableDataset - Class in adams.data.binning
Helper class for binning Datasets.
BinnableDataset() - Constructor for class adams.data.binning.BinnableDataset
 
BinnableDataset.ClassValueBinValueExtractor - Class in adams.data.binning
Uses the specified class value as bin value.
BinnableDataset.GroupedClassValueBinValueExtractor - Class in adams.data.binning
Uses the class value of the first data row in the group as bin value.
BinnableDataset.StringAttributeGroupExtractor - Class in adams.data.binning
Group extractor for string columns.
BinnableFiles - Class in adams.data.binning
Helper class for binning files.
BinnableFiles() - Constructor for class adams.data.binning.BinnableFiles
 
BinnableFiles.FileGroupExtractor - Class in adams.data.binning
Allows to extract groups either from full name or from just filename.
BinnableGroup<T> - Class in adams.data.binning
Container for multiple Binnable items that fall in the same group ID.
BinnableGroup(String) - Constructor for class adams.data.binning.BinnableGroup
Initializes an empty group with the ID.
BinnableGroup(String, List<Binnable<T>>) - Constructor for class adams.data.binning.BinnableGroup
Initializes the group with the ID and members.
BinnableInstances - Class in adams.data.binning
Helper class for binning instances.
BinnableInstances() - Constructor for class adams.data.binning.BinnableInstances
 
BinnableInstances.ClassValueBinValueExtractor - Class in adams.data.binning
Uses the class value as bin value.
BinnableInstances.GroupedClassValueBinValueExtractor - Class in adams.data.binning
Uses the class value of the first instance in the group as bin value.
BinnableInstances.NumericClassGroupExtractor - Class in adams.data.binning
Group extractor for numeric class attributes (using string representation of values).
BinnableInstances.StringAttributeGroupExtractor - Class in adams.data.binning
Group extractor for string attributes.
binnableValues(List<Bin<T>>) - Static method in class adams.data.binning.operation.Bins
Collects the binnable values from each bin and returns them as array per bin.
BinnedNumericClassCrossValidationFoldGenerator - Class in weka.classifiers
Helper class for generating cross-validation folds.
BinnedNumericClassCrossValidationFoldGenerator() - Constructor for class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Initializes the generator.
BinnedNumericClassCrossValidationFoldGenerator(Instances, int, long, boolean) - Constructor for class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Initializes the generator.
BinnedNumericClassCrossValidationFoldGenerator(Instances, int, long, boolean, boolean, String) - Constructor for class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Initializes the generator.
BinnedNumericClassRandomSplitGenerator - Class in weka.classifiers
Generates random splits of datasets with numeric classes using a binning algorithm.
BinnedNumericClassRandomSplitGenerator() - Constructor for class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Initializes the generator.
BinnedNumericClassRandomSplitGenerator(Instances, double) - Constructor for class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Initializes the generator.
BinnedNumericClassRandomSplitGenerator(Instances, long, double) - Constructor for class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Initializes the generator.
BinnedNumericClassRandomSplitGenerator(Instances, long, double, boolean) - Constructor for class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Initializes the generator.
Binning - Class in adams.gui.core.spreadsheettable
Allows to perform binning of the values from a column or row.
Binning - Class in adams.gui.visualization.instances.instancestable
Allows to perform binning of the values from a column or row.
Binning() - Constructor for class adams.gui.core.spreadsheettable.Binning
 
Binning() - Constructor for class adams.gui.visualization.instances.instancestable.Binning
 
BinningAlgorithm - Interface in adams.data.binning.algorithm
Interface for binning algorithms.
BinningAlgorithmUser - Interface in adams.data.binning.algorithm
Interface for classes that use a binning algorithm.
binningColumnTipText() - Method in class adams.flow.transformer.SpreadSheetRowBinning
Returns the tip text for this property.
BinPostProcessing - Interface in adams.data.binning.postprocessing
Interface for schemes for post-processing bins.
BinPostProcessingUser - Interface in adams.data.binning.postprocessing
Interface for classes that apply post-processing to bins.
Bins - Class in adams.data.binning.operation
Operations on bins.
Bins() - Constructor for class adams.data.binning.operation.Bins
 
Bins.SummaryType - Enum in adams.data.binning.operation
Enumeration on how to summarize multiple binnable values.
binSizes(List<Bin<T>>) - Static method in class adams.data.binning.operation.Bins
Returns the size of the bins.
binsPointTipText() - Method in class weka.core.SAXDistance
Returns the tip text for this property.
binsPointTipText() - Method in class weka.filters.unsupervised.attribute.SAX
Returns the tip text for this property.
binWidthTipText() - Method in class adams.data.binning.algorithm.DensityBinning
Returns the tip text for this property.
binWidthTipText() - Method in interface adams.data.binning.algorithm.FixedBinWidthBinningAlgorithm
Returns the tip text for this property.
binWidthTipText() - Method in class adams.data.statistics.ArrayHistogram
Returns the tip text for this property.
binWidthTipText() - Method in class adams.flow.transformer.ArrayHistogramRanges
Returns the tip text for this property.
binWidthTipText() - Method in class adams.flow.transformer.SpreadSheetHistogramRanges
Returns the tip text for this property.
binWidthTipText() - Method in class adams.flow.transformer.WekaInstancesHistogramRanges
Returns the tip text for this property.
BITMAP - adams.flow.transformer.ImageObjectInfo.InfoType
 
BitmaskContainer<T> - Interface in adams.data.image
Interface for containers that store bitmasks.
bitsPerGeneTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
bitsTipText() - Method in class adams.opt.optimise.GeneticAlgorithm
Returns the tip text for this property.
bitsToDouble(String, double, double, int) - Static method in class adams.core.discovery.genetic.GeneticHelper
Turns a bit string (0s and 1s) into a double.
bitsToFloat(String, double, double, int) - Static method in class adams.core.discovery.genetic.GeneticHelper
Turns a bit string (0s and 1s) into a double.
bitsToInt(String, int, int) - Static method in class adams.core.discovery.genetic.GeneticHelper
Turns the bit string back into an integer.
bitsToIntArray(String, int, int, int, int) - Static method in class adams.core.discovery.genetic.GeneticHelper
Turns a bit string (0s and 1s) into an integer array.
bitsToMatrix(String, double, double, int, int, int, int) - Static method in class adams.core.discovery.genetic.WekaGeneticHelper
Convert bit string into weka Matrix
BITSTRING - Static variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
bitstringTipText() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
BLACKLIST - Static variable in class adams.core.ClassLister
the name of the props file.
BLACKLIST - Static variable in class adams.gui.goe.Editors
the name of the props file with the blacklisted classes.
blacklistActor(String) - Method in class adams.gui.flow.tree.menu.AbstractAddMostCommonActorAction
Flags the actor as blacklisted for the current session.
BlacklistedOptionProducer - Interface in adams.core.option
Interface for visitors that Allow skipping of options based on the class of the return type of the properties.
BLANK_SEPARATED_LIST - adams.gui.core.PropertiesParameterPanel.PropertyType
string representing a blank-separated list.
BLANK_SEPARATED_LIST_FIXED - adams.gui.core.PropertiesParameterPanel.PropertyType
string representing a blank-separated list (fixed list).
BLANK_SEPARATED_VALUES - adams.flow.transformer.SpreadSheetInsertRow.ValueType
 
BLOB - adams.db.LargeObjectType
 
BlobContainer - Class in adams.data.blob
Simple container for blob (ie byte array) objects that also offers notes and a report for storing meta-data.
BlobContainer() - Constructor for class adams.data.blob.BlobContainer
Initializes the container.
BlobContainerToByteArray - Class in adams.data.conversion
Obtains the byte array content of a adams.data.blob.BlobContainer and forwards that.
BlobContainerToByteArray() - Constructor for class adams.data.conversion.BlobContainerToByteArray
 
blobConversionTipText() - Method in class adams.flow.sink.LargeObjectDbWriter
Returns the tip text for this property.
blobConversionTipText() - Method in class adams.flow.source.LargeObjectDbReader
Returns the tip text for this property.
Block - Class in adams.flow.control
Blocks the propagation of tokens if the condition evaluates to 'true', therefore acts like the 'continue' control statement.
In case of integer or double tokens that arrive at the input, these can be accessed in the expression via 'X'.

The following grammar is used for evaluating the boolean expressions (depends on the selected condition):

expr_list ::= '=' expr_list expr_part | expr_part ;
expr_part ::= expr ;

expr ::= ( expr )

# data types
| number
| string
| boolean
| date

# constants
| true
| false
| pi
| e
| now()
| today()

# negating numeric value
| -expr

# comparisons
| expr < expr
| expr <= expr
| expr > expr
| expr >= expr
| expr = expr
| expr != expr (or: expr <> expr)

# boolean operations
| ! expr (or: not expr)
| expr & expr (or: expr and expr)
| expr | expr (or: expr or expr)
| if[else] ( expr , expr (if true) , expr (if false) )
| ifmissing ( variable , expr (default value if variable is missing) )

# arithmetics
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr ^ expr (power of)
| expr % expr (modulo)
;

# numeric functions
| abs ( expr )
| sqrt ( expr )
| log ( expr )
| exp ( expr )
| sin ( expr )
| cos ( expr )
| tan ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| year ( expr )
| month ( expr )
| day ( expr )
| hour ( expr )
| minute ( expr )
| second ( expr )
| weekday ( expr )
| weeknum ( expr )

# string functions
| substr ( expr , start [, end] )
| left ( expr , len )
| mid ( expr , start , len )
| right ( expr , len )
| rept ( expr , count )
| concatenate ( expr1 , expr2 [, expr3-5] )
| lower[case] ( expr )
| upper[case] ( expr )
| trim ( expr )
| matches ( expr , regexp )
| trim ( expr )
| len[gth] ( str )
| find ( search , expr [, pos] )
| replace ( str , pos , len , newstr )
| substitute ( str , find , replace [, occurrences] )
;

Notes:
- Variables are either all upper case letters (e.g., "ABC") or any character apart from "]" enclosed by "[" and "]" (e.g., "[Hello World]").
- 'start' and 'end' for function 'substr' are indices that start at 1.
- Index 'end' for function 'substr' is excluded (like Java's 'String.substring(int,int)' method)
- Line comments start with '#'
- Semi-colons (';') or commas (',') can be used as separator in the formulas,
e.g., 'pow(2,2)' is equivalent to 'pow(2;2)'
- dates have to be of format 'yyyy-MM-dd' or 'yyyy-MM-dd HH:mm:ss'
- times have to be of format 'HH:mm:ss' or 'yyyy-MM-dd HH:mm:ss'
- the characters in square brackets in function names are optional:
e.g.
Block() - Constructor for class adams.flow.control.Block
Default constructor.
Block(BooleanCondition) - Constructor for class adams.flow.control.Block
Initializes with the specified condition.
BLOCK_INCREMENT - Static variable in class adams.gui.core.BaseScrollPane
the default block increment for the scrollbars.
blockExecution() - Method in class adams.flow.execution.Debug
Blocks the flow execution.
blockingIOTipText() - Method in class adams.flow.source.RSync
 
BlockingSearch - Class in adams.flow.source.filesystemsearch
Executes the base search till there is a non-empty list returned or, if specified, the timeout reached.
BlockingSearch() - Constructor for class adams.flow.source.filesystemsearch.BlockingSearch
 
blockingTipText() - Method in class adams.core.command.AbstractAsyncCapableExternalCommand
Returns the tip text for this property.
blockingTipText() - Method in interface adams.core.command.AsyncCapableExternalCommand
Returns the tip text for this property.
blockSizeTipText() - Method in class adams.flow.source.RSync
 
blockTipText() - Method in class adams.flow.sink.sendnotification.MessageBox
Returns the tip text for this property.
BLUE - adams.data.image.Channel
 
BLUE - adams.data.image.XScreenMaskHelper.Color
 
BlueChannelColorizer - Class in adams.data.image.transformer
Interprets the values in the blue channel (e.g., used by image segmentation frameworks) of the images as indices and replaces them with colors from the specified color provider.
BlueChannelColorizer() - Constructor for class adams.data.image.transformer.BlueChannelColorizer
 
BlueChannelImageHandler - Class in adams.gui.tools.previewbrowser
Interprets the values in the blue channel as color indices, corresponding to colors generated by the color provider.
Supported image types: bmp,dcx,gif,hdr,icns,ico,jpg,pcx,png,pnm,psd,tif,tiff,wbmp,xbm,xpm

BlueChannelImageHandler() - Constructor for class adams.gui.tools.previewbrowser.BlueChannelImageHandler
 
BlueChannelImageSegmentationReader - Class in adams.data.io.input
The layers are stored in the blue channel, with 0 being the background.
BlueChannelImageSegmentationReader() - Constructor for class adams.data.io.input.BlueChannelImageSegmentationReader
 
BlueChannelImageSegmentationWriter - Class in adams.data.io.output
The layers get stored in the blue channel, with 0 being the background.
BlueChannelImageSegmentationWriter() - Constructor for class adams.data.io.output.BlueChannelImageSegmentationWriter
 
Blur - Class in adams.data.opencv.transformer
Blurs the image using the normalized box filter.
For more information see:
https://docs.opencv.org/4.6.0/d4/d86/group__imgproc__filter.html#ga8c45db9afe636703801b0b2e440fce37

Blur() - Constructor for class adams.data.opencv.transformer.Blur
 
blurRadiusTipText() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the tip text for this property.
blurRadiusTipText() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the tip text for this property.
blurRadiusTipText() - Method in class adams.flow.transformer.locateobjects.CannyEdges
Returns the tip text for this property.
BMP - Class in adams.core.io.filecomplete
Checks whether the BMP file has sufficient bytes according to its header.
See also:
https://en.wikipedia.org/wiki/BMP_file_format#File_structure

BMP - adams.data.jai.ImageType
 
BMP() - Constructor for class adams.core.io.filecomplete.BMP
 
BMPWriter - Class in adams.data.io.output.jaiwriter
Manages writing BMP images.
BMPWriter - Class in adams.gui.print
Outputs Bitmap images.
BMPWriter() - Constructor for class adams.data.io.output.jaiwriter.BMPWriter
 
BMPWriter() - Constructor for class adams.gui.print.BMPWriter
 
Body - Class in adams.doc.xhtml
The BODY tag.
Body() - Constructor for class adams.doc.xhtml.Body
Initializes the tag.
bodyTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
bodyTipText() - Method in class adams.gui.visualization.multiobjectexport.EmailExport
Returns the tip text for this property.
BOLD - Static variable in class adams.core.io.PdfFont
the string for BOLD.
BOLD - Static variable in class adams.core.option.parsing.FontParsing
the string for BOLD.
BoofCVDetectLines - Class in adams.flow.transformer
Detects lines in images (Hough line detector based on polar parametrization).
BoofCVDetectLines - Class in adams.gui.visualization.image.plugins
Allows the user to change the brightness of an image.
BoofCVDetectLines() - Constructor for class adams.flow.transformer.BoofCVDetectLines
 
BoofCVDetectLines() - Constructor for class adams.gui.visualization.image.plugins.BoofCVDetectLines
 
BoofCVDetectLineSegments - Class in adams.flow.transformer
Detects line segments in images (line RANSAC).
BoofCVDetectLineSegments - Class in adams.gui.visualization.image.plugins
Allows the user to change the brightness of an image.
BoofCVDetectLineSegments() - Constructor for class adams.flow.transformer.BoofCVDetectLineSegments
 
BoofCVDetectLineSegments() - Constructor for class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
 
BoofCVDetectLineSegmentsImageOverlay - Class in adams.gui.visualization.image
Overlays the image with lines detected by BoofCVDetectLineSegments.
BoofCVDetectLineSegmentsImageOverlay() - Constructor for class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
 
BoofCVDetectLinesImageOverlay - Class in adams.gui.visualization.image
Overlays the image with lines detected by BoofCVDetectLines.
BoofCVDetectLinesImageOverlay() - Constructor for class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
 
BoofCVFeatureGenerator - Class in adams.flow.transformer
Applies a BoofCV feature generator to the incoming image and outputs the generated features.
BoofCVFeatureGenerator - Class in adams.gui.visualization.image.plugins
Allows the user to apply a BoofCV feature generator to an image in the ImageViewer.
BoofCVFeatureGenerator() - Constructor for class adams.flow.transformer.BoofCVFeatureGenerator
 
BoofCVFeatureGenerator() - Constructor for class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator
 
BoofCVHelper - Class in adams.data.boofcv
Helper class for BoofCV operations.
BoofCVHelper() - Constructor for class adams.data.boofcv.BoofCVHelper
 
BoofCVImageContainer - Class in adams.data.boofcv
Image wrapper around a ImageBase used by BoofCV.
BoofCVImageContainer() - Constructor for class adams.data.boofcv.BoofCVImageContainer
 
BoofCVImageHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types: bmp,gif,jpeg,jpg,pgm,png,ppm,wbmp

BoofCVImageHandler() - Constructor for class adams.gui.tools.previewbrowser.BoofCVImageHandler
 
BoofCVImageReader - Class in adams.data.io.input
BoofCV image reader for: bmp, gif, jpeg, jpg, pgm, png, ppm, wbmp
For more information see:
http://boofcv.org/

BoofCVImageReader() - Constructor for class adams.data.io.input.BoofCVImageReader
 
BoofCVImageType - Enum in adams.data.boofcv
The different image types that are available.
BoofCVImageWriter - Class in adams.data.io.output
BoofCV image writer for: bmp, gif, jpeg, jpg, pgm, png, ppm, wbmp
For more information see:
http://boofcv.org/

BoofCVImageWriter() - Constructor for class adams.data.io.output.BoofCVImageWriter
 
BoofCVMultiImageOperation - Class in adams.flow.transformer
Applies a BoofCV multi-image operation to the incoming image(s) and outputs the generated image(s).
BoofCVMultiImageOperation() - Constructor for class adams.flow.transformer.BoofCVMultiImageOperation
 
BoofCVToBufferedImage - Class in adams.data.conversion
Turns a BoofCV container into a BufferedImage one.
BoofCVToBufferedImage() - Constructor for class adams.data.conversion.BoofCVToBufferedImage
 
BoofCVTransformer - Class in adams.flow.transformer
Applies a BoofCV transformation to the incoming image and outputs the generated image(s).
BoofCVTransformer - Class in adams.gui.visualization.image.plugins
Allows the user to apply a BoofCV transformer to the selected images in the ImageViewer.
BoofCVTransformer() - Constructor for class adams.flow.transformer.BoofCVTransformer
 
BoofCVTransformer() - Constructor for class adams.gui.visualization.image.plugins.BoofCVTransformer
 
Book - Class in adams.doc.docbook
Represents the "book" tag.
Book() - Constructor for class adams.doc.docbook.Book
Initializes the tag.
Book(String) - Constructor for class adams.doc.docbook.Book
Initializes the tag.
BOOK - adams.core.TechnicalInformation.Type
A book with an explicit publisher.
BOOKLET - adams.core.TechnicalInformation.Type
A work that is printed and bound, but without a named publisher or sponsoring institution.
Bookmark - Class in adams.gui.flow.tree.menu
Submenu for adding/removing bookmarks.
Bookmark() - Constructor for class adams.gui.flow.tree.menu.Bookmark
 
BOOKTITLE - adams.core.TechnicalInformation.Field
Title of a book, part of which is being cited.
BOOL_EXPRESSION - adams.flow.core.VariableValueType
boolean expression.
BOOLEAN - adams.core.JsonDataType
a boolean.
BOOLEAN - adams.core.PropertiesDataType
 
BOOLEAN - adams.core.tags.TagDataType
 
BOOLEAN - adams.core.XPathResult
boolean.
BOOLEAN - adams.data.conversion.SpreadSheetBinarize.BinarizeType
using booleans.
BOOLEAN - adams.data.matlab.ArrayElementType
 
BOOLEAN - adams.data.report.DataType
a boolean value.
BOOLEAN - adams.data.spreadsheet.Cell.ContentType
boolean
BOOLEAN - adams.gui.core.PropertiesParameterPanel.PropertyType
boolean.
BOOLEAN - Static variable in interface adams.parser.actorsuggestion.sym
 
BOOLEAN - Static variable in interface adams.parser.booleanexpression.sym
 
BOOLEAN - Static variable in interface adams.parser.externalactorsuggestion.sym
 
BOOLEAN - Static variable in interface adams.parser.lookupupdate.sym
 
BOOLEAN - Static variable in interface adams.parser.mathematicalexpression.sym
 
BOOLEAN - Static variable in interface adams.parser.spreadsheetformula.sym
 
BOOLEAN - Static variable in interface adams.parser.stringexpression.sym
 
BOOLEAN - Static variable in interface adams.parser.templatesuggestion.sym
 
BOOLEAN_EXPRESSION - adams.gui.tools.ExpressionWatchPanel.ExpressionType
boolean exression.
BooleanArrayMatrixView - Class in adams.data.image
Allows a matrix view (2-dim) of an array (1-dim).
BooleanArrayMatrixView(boolean[][]) - Constructor for class adams.data.image.BooleanArrayMatrixView
Initializes the matrix view the provided boolean matrix (gets turned into an array in the process).
BooleanArrayMatrixView(boolean[], int, int) - Constructor for class adams.data.image.BooleanArrayMatrixView
Initializes the matrix view.
BooleanArrayMatrixView(int, int) - Constructor for class adams.data.image.BooleanArrayMatrixView
Initializes the matrix view with an empty array.
BooleanCondition - Interface in adams.flow.condition.bool
Ancestor for conditions that get evaluated in, e.g., the IfThenElse control actor, deciding which branch to take.
BooleanConditionSupporter - Interface in adams.flow.condition.bool
Interface for classes that handle boolean conditions.
BooleanConditionTransfer - Class in adams.core.optiontransfer
Transfers the condition between BooleanConditionSupporter objects.
BooleanConditionTransfer() - Constructor for class adams.core.optiontransfer.BooleanConditionTransfer
 
BooleanEditor - Class in adams.gui.goe
A custom editor for Booleans.
BooleanEditor() - Constructor for class adams.gui.goe.BooleanEditor
Initializes the editor.
BooleanExpression - Class in adams.parser
Evaluates boolean expressions.

It uses the following grammar:

expr_list ::= '=' expr_list expr_part | expr_part ;
expr_part ::= expr ;

expr ::= ( expr )

# data types
| number
| string
| boolean
| date

# constants
| true
| false
| pi
| e
| now()
| today()

# negating numeric value
| -expr

# comparisons
| expr < expr
| expr <= expr
| expr > expr
| expr >= expr
| expr = expr
| expr != expr (or: expr <> expr)

# boolean operations
| ! expr (or: not expr)
| expr & expr (or: expr and expr)
| expr | expr (or: expr or expr)
| if[else] ( expr , expr (if true) , expr (if false) )
| ifmissing ( variable , expr (default value if variable is missing) )
| has ( variable )
| isNaN ( expr )

# arithmetics
| expr + expr
| expr - expr
| expr * expr
| expr / expr
| expr ^ expr (power of)
| expr % expr (modulo)
;

# numeric functions
| abs ( expr )
| sqrt ( expr )
| cbrt ( expr )
| log ( expr )
| log10 ( expr )
| exp ( expr )
| sin ( expr )
| sinh ( expr )
| cos ( expr )
| cosh ( expr )
| tan ( expr )
| tanh ( expr )
| atan ( expr )
| atan2 ( exprY , exprX )
| hypot ( exprX , exprY )
| signum ( expr )
| rint ( expr )
| floor ( expr )
| pow[er] ( expr , expr )
| ceil ( expr )
| min ( expr1 , expr2 )
| max ( expr1 , expr2 )
| rand () (unseeded double, 0-1)
| rand ( seed ) (seeded double, 0-1)
| randint ( bound ) (unseeded int from 0 to bound-1)
| randint ( seed, bound ) (seeded int from 0 to bound-1)
| year ( expr )
| month ( expr )
| day ( expr )
| hour ( expr )
| minute ( expr )
| second ( expr )
| weekday ( expr )
| weeknum ( expr )

# string functions
| substr ( expr , start [, end] )
| left ( expr , len )
| mid ( expr , start , len )
| right ( expr , len )
| rept ( expr , count )
| concatenate ( expr1 , expr2 [, expr3-5] )
| lower[case] ( expr )
| upper[case] ( expr )
| trim ( expr )
| matches ( expr , regexp )
| trim ( expr )
| len[gth] ( str )
| find ( search , expr [, pos] ) (find 'search' in 'expr', return 1-based position)
| contains ( str , find ) (checks whether 'str' string contains 'find' string)
| startswith ( str , find ) (checks whether 'str' string starts with 'find' string)
| endswith ( str , find ) (checks whether 'str' string ends with 'find' string)
| replace ( str , pos , len , newstr )
| replaceall ( str , regexp , replace ) (applies regular expression to 'str' and replaces all matches with 'replace')
| substitute ( str , find , replace [, occurrences] )
| str ( expr )
| str ( expr , numdecimals )
| str ( expr , decimalformat )
| ext ( file_str ) (extracts extension from file)
| replaceext ( file_str, ext_str ) (replaces the extension of the file with the new one)

# array functions
| len[gth] ( array )
| get ( array , index )
;

Notes:
- Variables are either all alphanumeric and _, starting with uppercase letter (e.g., "ABc_12"),
any character apart from "]" enclosed by "[" and "]" (e.g., "[Hello World]") or
enclosed by single quotes (e.g., "'Hello World'").
- 'start' and 'end' for function 'substr' are indices that start at 1.
- 'index' for function 'get' starts at 1.
- Index 'end' for function 'substr' is excluded (like Java's 'String.substring(int,int)' method)
- Line comments start with '#'
- Semi-colons (';') or commas (',') can be used as separator in the formulas,
e.g., 'pow(2,2)' is equivalent to 'pow(2;2)'
- dates have to be of format 'yyyy-MM-dd' or 'yyyy-MM-dd HH:mm:ss'
- times have to be of format 'HH:mm:ss' or 'yyyy-MM-dd HH:mm:ss'
- the characters in square brackets in function names are optional:
e.g.
BooleanExpression() - Constructor for class adams.parser.BooleanExpression
 
BooleanExpressionEditorPanel - Class in adams.gui.core
Text editor pane with syntax highlighting for boolean expressions.
BooleanExpressionEditorPanel() - Constructor for class adams.gui.core.BooleanExpressionEditorPanel
 
BooleanExpressionText - Class in adams.parser
Wrapper for a String object to be editable in the GOE.
BooleanExpressionText() - Constructor for class adams.parser.BooleanExpressionText
Initializes the string with length 0.
BooleanExpressionText(String) - Constructor for class adams.parser.BooleanExpressionText
Initializes the object with the string to parse.
BooleanOption - Class in adams.core.option
Option for boolean flags.
BooleanOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.BooleanOption
Initializes the option.
BooleanOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.BooleanOption
Initializes the option.
BooleanReportValue - Class in adams.flow.condition.bool
Returns 'true' if the boolean field in the report is present and is 'true'.
BooleanReportValue() - Constructor for class adams.flow.condition.bool.BooleanReportValue
 
BooleanToString - Class in adams.data.conversion
Turns a Boolean into a String.
BooleanToString() - Constructor for class adams.data.conversion.BooleanToString
 
booleanToTinyInt(boolean) - Static method in class adams.db.SQLUtils
MySQL boolean to tinyint.
booleanValue() - Method in class adams.core.base.BaseBoolean
Returns the boolean value.
boosterTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the booster option.
BORDER_CONSTANT - adams.data.opencv.BorderType
 
BORDER_DEFAULT - adams.data.opencv.BorderType
 
BORDER_ISOLATED - adams.data.opencv.BorderType
 
BORDER_MARGIN - Static variable in class adams.gui.flow.tree.Renderer
the border margin.
BORDER_REFLECT - adams.data.opencv.BorderType
 
BORDER_REFLECT_101 - adams.data.opencv.BorderType
 
BORDER_REFLECT101 - adams.data.opencv.BorderType
 
BORDER_REPLICATE - adams.data.opencv.BorderType
 
BORDER_TRANSPARENT - adams.data.opencv.BorderType
 
BORDER_WRAP - adams.data.opencv.BorderType
 
BorderHelper - Class in adams.gui.core
Helper class for Swing widget borders.
BorderHelper() - Constructor for class adams.gui.core.BorderHelper
 
borderTipText() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the tip text for this property.
BorderType - Enum in adams.data.opencv
Border types used by OpenCV.
borderTypeTipText() - Method in class adams.data.opencv.transformer.Blur
Returns the tip text for this property.
borderTypeTipText() - Method in class adams.data.opencv.transformer.GaussianBlur
Returns the tip text for this property.
BOTH - adams.core.command.OutputType
 
BOTH - adams.data.jai.features.DFT.OutputType
outputs real and imaginary values.
BOTH - adams.data.SplitResultType
both, split and inverse.
BOTH - adams.flow.source.Exec.OutputType
 
BOTH - adams.flow.transformer.ConvertFeatures.OutputType
 
BOTH - adams.flow.transformer.timeseriessplit.AbstractSplitOnDate.Segments
 
BOTH - adams.flow.transformer.WekaBootstrapping.ErrorCalculation
 
BOTTOM - adams.gui.core.OneTouchPanel.Location
 
BOTTOM - adams.gui.visualization.core.plot.Axis
below of the content panel.
BOTTOM_CENTER - adams.data.image.ImageAnchor
bottom center.
BOTTOM_LEFT - adams.data.image.ImageAnchor
bottom left corner.
BOTTOM_LEFT - adams.gui.visualization.image.RectangleUtils.RectangleCorner
 
BOTTOM_RIGHT - adams.data.image.ImageAnchor
bottom right corner.
BOTTOM_RIGHT - adams.gui.visualization.image.RectangleUtils.RectangleCorner
 
bottomMarginTipText() - Method in class adams.gui.visualization.core.AxisPanelOptions
Returns the tip text for this property.
BottomRightCorner - Class in adams.flow.transformer.pixelselector
Allows the user to select a pixel location of the bottom-right corner.
Stores the location in 'Pixel.Right' and 'Pixel.Bottom'.
BottomRightCorner() - Constructor for class adams.flow.transformer.pixelselector.BottomRightCorner
 
bottomTipText() - Method in class adams.data.image.transformer.crop.SimpleCrop
Returns the tip text for this property.
BoundaryVisualizer - Class in adams.gui.menu
Displays data in the boundary visualizer.
BoundaryVisualizer() - Constructor for class adams.gui.menu.BoundaryVisualizer
Initializes the menu item with no owner.
BoundaryVisualizer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.BoundaryVisualizer
Initializes the menu item.
BoundedNumberCheckModel(NumberTextField.Type, Number, Number) - Constructor for class adams.gui.core.NumberTextField.BoundedNumberCheckModel
Initializes the model with 0 as default value.
BoundedNumberCheckModel(NumberTextField.Type, Number, Number, Number) - Constructor for class adams.gui.core.NumberTextField.BoundedNumberCheckModel
Initializes the model with the specified default value.
BOUNDING_BOX - adams.gui.visualization.object.objectannotations.label.Anchored.AnchorReference
 
boundingBox(int[][], int, int) - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Find the bounding box in a binary mask using a flood-fill algorithm.
boundingBox(List<Point>) - Static method in class adams.data.geometry.PolygonUtils
Returns the bounding box for the polygon.
BoundingBoxAnnotator - Class in adams.gui.visualization.object.annotator
For annotating objects with bounding boxes.
BoundingBoxAnnotator() - Constructor for class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
 
BoundingBoxBased - Class in adams.data.areaoverlap
Uses bounding boxes for the calculation.
BoundingBoxBased() - Constructor for class adams.data.areaoverlap.BoundingBoxBased
 
boundingBoxFallback(double) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Checks whether we need fall back on the bounding box due to the object either not having a polygon or the polygon being too small in relation to the required polygon/bbox ratio.
boundingBoxFallbackRatioTipText() - Method in class adams.data.areaoverlap.PolygonBased
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in interface adams.data.objectoverlap.BoundingBoxFallbackSupporter
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.flow.transformer.draw.ObjectLocationsFromReport
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.gui.visualization.image.ObjectLocationsOverlayFromReport
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.gui.visualization.image.ReportObjectOverlay
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonOutline
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Returns the tip text for this property.
boundingBoxFallbackRatioTipText() - Method in class adams.gui.visualization.object.objectannotations.shape.FilledPolygon
Returns the tip text for this property.
BoundingBoxFallbackSupporter - Interface in adams.data.objectoverlap
Interface for classes that can fall back on a bbox when the polygon is too small in relation to the bbox.
BOX - adams.flow.sink.sequenceplotter.SimpleErrorPaintlet.PlotType
boxes (if x and y error available).
BOX - adams.gui.visualization.instance.InstanceLinePaintlet.MarkerShape
a square box.
BOX - adams.gui.visualization.object.objectannotations.outline.VertexShape
a square box.
BOX - adams.gui.visualization.segmentation.layer.Markers.Shape
a square box.
BOX - adams.gui.visualization.sequence.LinePaintlet.MarkerShape
a square box.
BOX - adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet.MarkerShape
a square box.
BOX - adams.gui.visualization.timeseries.TimeseriesPaintlet.MarkerShape
a square box.
BOX_FILLED - adams.gui.visualization.object.objectannotations.outline.VertexShape
a filled square box.
BoxPlot - Class in adams.flow.sink
* Actor for displaying box plots.
*
* For more information, see:
* http://en.wikipedia.org/wiki/Box_plot *

Valid options are:

BoxPlot - Class in adams.gui.tools.spreadsheetviewer
Generates box plots for the data.
BoxPlot() - Constructor for class adams.flow.sink.BoxPlot
 
BoxPlot() - Constructor for class adams.gui.tools.spreadsheetviewer.BoxPlot
 
BoxPlotGraph - Class in adams.gui.visualization.stats.boxplot
Class that displays a single box plot graph.
BoxPlotGraph() - Constructor for class adams.gui.visualization.stats.boxplot.BoxPlotGraph
 
BoxPlotManager - Class in adams.gui.visualization.stats.boxplot
Class that displays box plots for a number of attributes
BoxPlotManager() - Constructor for class adams.gui.visualization.stats.boxplot.BoxPlotManager
 
BoxPlotTab - Class in adams.gui.tools.wekainvestigator.tab
Visualizes the selected dataset as box plot.
BoxPlotTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.BoxPlotTab
 
Branch - Class in adams.flow.control
Branches off the flow into several sub-branches, each being supplied with a copy of the same object being passed into this meta-actor.
Branch() - Constructor for class adams.flow.control.Branch
Default constructor.
Branch(String) - Constructor for class adams.flow.control.Branch
Initializes the actor with the specified name.
branchesTipText() - Method in class adams.flow.control.Branch
Returns the tip text for this property.
BranchSelectionPage - Class in adams.gui.wizard
Page that lets the user select which sub-branch to follow by displaying the page names of its children as buttons.
BranchSelectionPage() - Constructor for class adams.gui.wizard.BranchSelectionPage
 
Break - Class in adams.doc.xhtml
Verbatim BR tag.
Break() - Constructor for class adams.doc.xhtml.Break
Initializes the tag.
Breakpoint - Class in adams.flow.control
Allows to pause the execution of the flow when this actor is reached and the condition evaluates to 'true'.
Breakpoint() - Constructor for class adams.flow.control.Breakpoint
 
BreakpointPanel - Class in adams.flow.execution.debug
Panel for managing the breakpoints.
BreakpointPanel() - Constructor for class adams.flow.execution.debug.BreakpointPanel
 
breakpointReached(boolean) - Method in class adams.flow.execution.debug.ControlPanel
Called by actor when breakpoint reached.
BREAKPOINTS - adams.flow.execution.debug.View
the breakpoints.
breakpointsTipText() - Method in class adams.flow.execution.Debug
Returns the tip text for this property.
BreakpointTableModel - Class in adams.flow.execution.debug
Table model for displaying the current breakpoints.
BreakpointTableModel(ControlPanel) - Constructor for class adams.flow.execution.debug.BreakpointTableModel
Initializes the model.
breakUp(String) - Method in class adams.core.discovery.PropertyPath.Path
breaks up the given path and returns it as vector.
breakUp(String, int) - Static method in class adams.core.net.HttpRequestHelper
Breaks up the string into lines, using the specified hard line limit.
breakUp(String, int) - Static method in class adams.core.Utils
Breaks up the string, if wider than "columns" characters.
BREAKUP_PUNCTUATION - Static variable in class adams.core.Utils
 
breakUpOptions(String, Variables) - Static method in class adams.flow.core.AdditionalOptionsHandlerUtils
Breaks up the option string ("key=value [key=value ...]") into key value pairs and returns them in a hashtable.
BreakUpString - Class in adams.data.conversion
Breaks up a string into multiple lines if wider than the specified number of columns.
BreakUpString() - Constructor for class adams.data.conversion.BreakUpString
 
BRIEF - adams.flow.transformer.Diff.DiffType
brief.
brightenPixelsTipText() - Method in class adams.data.imagefilter.GrayFilterProvider
Returns the tip text for this property.
Brightness - Class in adams.data.jai.transformer
Brightens or darkens an image using the specified factor and offset.
factor: <0=darken image, >0=brighten image.
Brightness - Class in adams.gui.visualization.image.plugins
Allows the user to change the brightness of an image.
Brightness() - Constructor for class adams.data.jai.transformer.Brightness
 
Brightness() - Constructor for class adams.gui.visualization.image.plugins.Brightness
 
Brightness.BrightnessDialog - Class in adams.gui.visualization.image.plugins
Dialog that allows user to change brightness of image (and preview it).
BrightnessDialog(Dialog) - Constructor for class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Creates a modal dialog without a title with the specified Dialog as its owner.
BrightnessDialog(Frame) - Constructor for class adams.gui.visualization.image.plugins.Brightness.BrightnessDialog
Creates a modal dialog without a title with the specified Frame as its owner.
bringToFront() - Method in class adams.flow.execution.Debug
Attempts to bring the flow editor to the front.
bringToFrontTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
bringToFrontTipText() - Method in class adams.flow.execution.debug.AbstractBreakpoint
Returns the tip text for this property.
Browser - Class in adams.flow.sink
Displays a URL in a webbrowser.
By default, the system's default browser is used.
Browser() - Constructor for class adams.flow.sink.Browser
 
BrowserDefinition - Class in adams.env
Definition for the Browser props file.
BrowserDefinition() - Constructor for class adams.env.BrowserDefinition
 
BrowserHelper - Class in adams.gui.core
A little helper class for browser related stuff.
BrowserHelper() - Constructor for class adams.gui.core.BrowserHelper
 
BrowserHelper.DefaultHyperlinkListener - Class in adams.gui.core
Default handler for hyperlinks.
bruteForce(double[]) - Static method in class adams.data.utils.AutoCorrelation
This is a "wrapped" signal processing-style autocorrelation.
BruteForce - Class in adams.data.autocorrelation
Uses brute force approach to autocorrelation.

For more information see:
WikiPedia.
BruteForce() - Constructor for class adams.data.autocorrelation.BruteForce
 
BruteForceJob(ZipPassword, int, BruteForcePasswordGenerator, int, File) - Constructor for class adams.tools.ZipPassword.BruteForceJob
Initializes the brute force job.
BruteForcePasswordGenerator - Class in adams.core.password
Generates passwords for a brute force attack.
BruteForcePasswordGenerator(String, int) - Constructor for class adams.core.password.BruteForcePasswordGenerator
Initializes the generator.
BruteForcePasswordGenerator(String, int, String) - Constructor for class adams.core.password.BruteForcePasswordGenerator
Initializes the generator.
BT2020 - Class in adams.data.image.luminance
Parameters for BT 2020: https://en.wikipedia.org/wiki/Rec._2020
BT2020() - Constructor for class adams.data.image.luminance.BT2020
 
BT601 - Class in adams.data.image.luminance
Parameters for BT 601: https://en.wikipedia.org/wiki/Rec._601
BT601() - Constructor for class adams.data.image.luminance.BT601
 
BT709 - Class in adams.data.image.luminance
Parameters for BT 709: https://en.wikipedia.org/wiki/Rec._709
BT709() - Constructor for class adams.data.image.luminance.BT709
 
bTipText() - Method in class adams.data.distribution.Triangular
Returns the tip text for this property.
BTipText() - Method in class adams.data.image.luminance.Custom
Returns the tip text for this property.
BubbleChart - Class in adams.gui.visualization.jfreechart.chart
Generates bubble chart from XYZ data (Z is size of bubble).
BubbleChart() - Constructor for class adams.gui.visualization.jfreechart.chart.BubbleChart
 
BucketFill - Class in adams.gui.visualization.segmentation.tool
Bucket fill.
BucketFill() - Constructor for class adams.gui.visualization.segmentation.tool.BucketFill
 
BufferedFileWriter - Class in adams.core.io
Combines a BufferedWriter and a FileWriter.
BufferedFileWriter(File) - Constructor for class adams.core.io.BufferedFileWriter
Initializes the writer with the given file.
BufferedFileWriter(String) - Constructor for class adams.core.io.BufferedFileWriter
Initializes the writer with the given file.
BufferedImage - Class in adams.gui.clipboard
Copies/pastes buffered images.
BufferedImage() - Constructor for class adams.gui.clipboard.BufferedImage
 
BUFFEREDIMAGE_CONTAINER - adams.flow.control.CallableActorScreenshot.OutputType
 
BufferedImageBasedWriter - Class in adams.gui.print
Ancestor for writers that write a BufferedImage to disk.
BufferedImageBasedWriter() - Constructor for class adams.gui.print.BufferedImageBasedWriter
 
BufferedImageBasedWriter.Type - Enum in adams.gui.print
The type of the picture to generate.
BufferedImageBitmaskContainer - Class in adams.data.image
Container for storing a BufferedImage and its associated bitmask image.
BufferedImageBitmaskContainer() - Constructor for class adams.data.image.BufferedImageBitmaskContainer
 
BufferedImageBitmaskContainerToBufferedImages - Class in adams.data.conversion
Turns the bitmask container back into an array of containers for BufferedImage objects, with the image being the first and the bitmasks the other elements.
The incoming report gets cloned into all of the outgoing containers.
BufferedImageBitmaskContainerToBufferedImages() - Constructor for class adams.data.conversion.BufferedImageBitmaskContainerToBufferedImages
 
BufferedImageContainer - Class in adams.data.image
Image wrapper around a BufferedImage used by JAI.
BufferedImageContainer() - Constructor for class adams.data.image.BufferedImageContainer
 
BufferedImageFeatureGenerator - Class in adams.flow.transformer
Applies an JAI flattener to the incoming image and outputs the generated features.
BufferedImageFeatureGenerator - Class in adams.gui.visualization.image.plugins
Allows the user to apply a BufferedImage feature generator to an image in the ImageViewer.
BufferedImageFeatureGenerator() - Constructor for class adams.flow.transformer.BufferedImageFeatureGenerator
 
BufferedImageFeatureGenerator() - Constructor for class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator
 
BufferedImageHelper - Class in adams.data.image
Helper class for BufferedImage objects.
BufferedImageHelper() - Constructor for class adams.data.image.BufferedImageHelper
 
BufferedImageMultiImageOperation - Class in adams.flow.transformer
Applies a BufferedImage multi-image operation to the incoming image(s) and outputs the generated image(s).
BufferedImageMultiImageOperation() - Constructor for class adams.flow.transformer.BufferedImageMultiImageOperation
 
BufferedImagesToBufferedImageBitmaskContainer - Class in adams.data.conversion
Turns the BufferedImage containers into a container with image (index=0) and bitmasks (index>=1).
Only the report from the first container is transferred.
BufferedImagesToBufferedImageBitmaskContainer() - Constructor for class adams.data.conversion.BufferedImagesToBufferedImageBitmaskContainer
 
BufferedImageSupporter - Interface in adams.data.image
For classes that can return a buffered image.
BufferedImageSupporterToBufferedImageContainer - Class in adams.data.conversion
Converts a adams.data.image.BufferedImageSupporter to a adams.data.image.BufferedImageContainer

BufferedImageSupporterToBufferedImageContainer() - Constructor for class adams.data.conversion.BufferedImageSupporterToBufferedImageContainer
 
BufferedImageToBoofCV - Class in adams.data.conversion
Turns a BufferedImage container into a BoofCV one.
BufferedImageToBoofCV() - Constructor for class adams.data.conversion.BufferedImageToBoofCV
 
BufferedImageToBufferedImage - Class in adams.data.conversion
Dummy conversion, performs no conversion at all.
BufferedImageToBufferedImage() - Constructor for class adams.data.conversion.BufferedImageToBufferedImage
 
BufferedImageToByteArray - Class in adams.data.conversion
Turns a BufferedImage object into a byte array.
BufferedImageToByteArray() - Constructor for class adams.data.conversion.BufferedImageToByteArray
 
BufferedImageToOtherFormatConversion - Interface in adams.data.conversion
Indicator interface for conversion that convert a BufferedImageContainer into another format.
BufferedImageTransformer - Class in adams.flow.transformer
Applies a BufferedImage transformation to the incoming image and outputs the generated image(s).
BufferedImageTransformer - Class in adams.gui.visualization.image.plugins
Allows the user to apply a BufferedImage transformer to the selected images in the ImageViewer.
BufferedImageTransformer() - Constructor for class adams.flow.transformer.BufferedImageTransformer
 
BufferedImageTransformer() - Constructor for class adams.gui.visualization.image.plugins.BufferedImageTransformer
 
BufferFrame(AbstractNamedHistoryPanel<StringBuilder>, String) - Constructor for class adams.gui.core.BufferHistoryPanel.BufferFrame
Initializes the frame.
BufferHistoryPanel - Class in adams.gui.core
A history panel that keeps track of named StringBuilder objects, e.g., containing experiments results.
BufferHistoryPanel() - Constructor for class adams.gui.core.BufferHistoryPanel
 
BufferHistoryPanel.BufferFrame - Class in adams.gui.core
A specialized frame class for displaying a StringBuilder in a BaseTextArea.
bufferSizeTipText() - Method in interface adams.core.BufferSupporter
Returns the tip text for this property.
bufferSizeTipText() - Method in class adams.flow.sink.DownloadFile
Returns the tip text for this property.
bufferSizeTipText() - Method in class adams.flow.sink.DumpFile
Returns the tip text for this property.
bufferSizeTipText() - Method in class adams.flow.transformer.AbstractMultiCompress
Returns the tip text for this property.
bufferSizeTipText() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the tip text for this property.
bufferSizeTipText() - Method in class adams.flow.transformer.AbstractSingleCompress
Returns the tip text for this property.
bufferSizeTipText() - Method in class adams.flow.transformer.AbstractSingleDecompress
Returns the tip text for this property.
bufferSizeTipText() - Method in class adams.flow.transformer.DownloadContent
Returns the tip text for this property.
bufferSizeTipText() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the tip text for this property.
BufferSupporter - Interface in adams.core
Interface for classes that support a buffer size.
build(Instance) - Method in class weka.classifiers.lazy.LWLDatasetBuilder
Constructs the weighted dataset.
build(Instance) - Method in class weka.classifiers.lazy.LWLSynchro
Builds the classifier.
build(Instance) - Method in class weka.classifiers.lazy.LWLSynchroPrefilter
Builds the classifier.
build(Instance) - Method in class weka.classifiers.lazy.LWLSynchroSplit
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.ClassificationViaPLS
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.FakeClassifier
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.FromPredictions
Just loads the predictions.
buildClassifier(Instances) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.GeneticAlgorithm
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.GPD
Method for building the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.functions.LinearRegressionJ
Builds a regression model for the given data.
buildClassifier(Instances) - Method in class weka.classifiers.functions.MathExpressionClassifier
Builds the classifier on the training data.
buildClassifier(Instances) - Method in class weka.classifiers.functions.PLSClassifierWeighted
builds the classifier
buildClassifier(Instances) - Method in class weka.classifiers.functions.PLSRegressor
builds the classifier
buildClassifier(Instances) - Method in class weka.classifiers.functions.PLSWeighted
builds the classifier
buildClassifier(Instances) - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Builds a simple linear regression model given the supplied training data.
buildClassifier(Instances) - Method in class weka.classifiers.lazy.AbstainingLWL
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.lazy.LWLSynchro
 
buildClassifier(Instances) - Method in class weka.classifiers.lazy.LWLSynchroSplit
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AbstainAttributePercentile
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AbstainAverage
Buildclassifier builds all sub-classifiers
buildClassifier(Instances) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Buildclassifier builds all sub-classifiers
buildClassifier(Instances) - Method in class weka.classifiers.meta.AbstainingCascade
Builds the ensemble.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AbstainMinimumProbability
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.AbstainVote
Buildclassifier selects a classifier from the set of classifiers by minimising error on the training data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.ClassificationViaRegressionD
Builds the classifiers.
buildClassifier(Instances) - Method in class weka.classifiers.meta.ClassifierCascade
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.Consensus
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.ConsensusOrVote
Builds the ensemble.
buildClassifier(Instances) - Method in class weka.classifiers.meta.Corr
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.Fallback
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.FilteredClassifierExt
Build the classifier on the filtered data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.HighLowSplit
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.LeastMedianSq
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.LogClassRegressor
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.LogTargetRegressor
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.MinMaxLimits
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.PartitionedStacking
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.PeakTransformed
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.RangeCheck
Build the classifier on the filtered data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.SocketFacade
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.SubsetEnsemble
Stump method for building the classifiers
buildClassifier(Instances) - Method in class weka.classifiers.meta.SumTransformed
Builds the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.SuppressModelOutput
Builds the base classifier using the provided data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.meta.ThresholdedBinaryClassification
Builds the classifier with the training data.
buildClassifier(Instances) - Method in class weka.classifiers.meta.Veto
Builds the ensemble.
buildClassifier(Instances) - Method in class weka.classifiers.meta.VotedImbalance
Stump method for building the classifiers
buildClassifier(Instances) - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Generates a classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.m5.M5Base2
Generates the classifier.
buildClassifier(Instances) - Method in class weka.classifiers.trees.m5.Rule2
Generates a single rule or m5 model tree.
buildClassifier(Instances) - Method in class weka.classifiers.trees.m5.RuleNode2
Build this node (find an attribute and split point)
buildClassifier(Instances) - Method in class weka.classifiers.trees.RandomModelTrees
 
buildClassifier(Instances) - Method in class weka.classifiers.trees.RandomRegressionForest
builds the classifier
buildClassifier(Instances) - Method in class weka.classifiers.trees.XGBoost
Trains the XGBoost classifier on the incoming dataset.
buildClassifier2(Instances) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Method for building the classifier.
buildClassifiers() - Method in class weka.classifiers.meta.SubsetEnsemble
Does the actual construction of the ensemble.
buildClassifiers() - Method in class weka.classifiers.meta.VotedImbalance
Does the actual construction of the ensemble.
buildClassifiers(Instances) - Method in class weka.classifiers.meta.PartitionedStacking
Does the actual construction of the base-classifiers.
buildClusterer(Instances) - Method in class weka.clusterers.SAXKMeans
Generates a clusterer.
buildCommand() - Method in class adams.core.command.AbstractExternalCommand
Assembles the command to run.
buildEvaluator(Instances) - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Generates a attribute evaluator.
buildEvaluator(Instances) - Method in class weka.attributeSelection.LinearRegressionAttributeEval
Generates a attribute evaluator.
buildFilter(double, int) - Method in class weka.core.neighboursearch.PCANNSearch
 
buildFilter(int) - Method in class weka.core.neighboursearch.PLSNNSearch
 
buildForecaster(Instances, PrintStream...) - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Builds a new forecasting model using the supplied training data.
buildModel(Dataset) - Method in interface adams.ml.model.Algorithm
Builds a model from the data.
buildModel(Dataset) - Method in class adams.ml.model.classification.AbstractClassifier
Builds a model from the data.
buildModel(Dataset) - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Builds a model from the data.
buildModel(Dataset) - Method in class adams.ml.model.clustering.AbstractClusterer
Builds a model from the data.
buildModel(Dataset) - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Builds a model from the data.
buildModel(Dataset) - Method in class adams.ml.model.regression.AbstractRegressor
Builds a model from the data.
BuildModel - Class in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Builds a model and serializes it to a file.
BuildModel - Class in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Builds a model and serializes it to a file.
BuildModel() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
 
BuildModel() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
 
buildRegressionTreeTipText() - Method in class weka.classifiers.trees.m5.M5Base2
Returns the tip text for this property
buildTree() - Method in class adams.gui.core.dom.DOMTree
Builds the tree from the current JSON object.
buildTree() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Builds the tree.
buildTree() - Method in class adams.gui.core.json.JsonTree
Builds the tree from the current JSON object.
buildTree(Actor) - Method in class adams.gui.flow.tree.Tree
Builds the tree with the given root.
buildTree(Actor) - Static method in class adams.gui.flow.tree.TreeHelper
Builds the tree with the given root.
buildTree(BaseTreeNode, List) - Method in class adams.gui.tools.NestedFormatViewerPanel
Builds the tree.
buildTree(DOMNode, Node) - Method in class adams.gui.core.dom.DOMTree
Builds the tree.
buildTree(JsonNode, Object) - Method in class adams.gui.core.json.JsonTree
Builds the tree.
buildTree(JsonNode, JSONArray) - Method in class adams.gui.core.json.JsonTree
Builds the tree.
buildTree(JsonNode, JSONObject) - Method in class adams.gui.core.json.JsonTree
Builds the tree.
buildTree(Node) - Method in class adams.gui.flow.tree.Tree
Builds the tree with the given root node.
buildTree(Node, Actor[], boolean) - Static method in class adams.gui.flow.tree.TreeHelper
Builds the tree recursively.
buildTree(Node, Actor, boolean) - Static method in class adams.gui.flow.tree.TreeHelper
Builds the tree recursively.
buildTree(Node, List, MessageCollection, MessageCollection, ArrayConsumer) - Static method in class adams.gui.flow.tree.TreeHelper
Builds the tree from the nested commandlines.
buildTree(Object) - Method in class adams.gui.visualization.debug.objecttree.Tree
Builds the tree from the given object.
buildTree(List) - Static method in class adams.gui.flow.tree.TreeHelper
Builds the tree from the nested commandlines.
buildTree(List, MessageCollection, MessageCollection) - Static method in class adams.gui.flow.tree.TreeHelper
Builds the tree from the nested commandlines.
buildWaitTipText() - Method in class weka.classifiers.functions.FakeClassifier
Returns the tip text for this property.
buildWindowsMenu() - Method in class adams.gui.application.AbstractApplicationFrame
creates the menu of currently open windows.
BULGARIAN - adams.flow.core.TesseractLanguage
 
BULK_UPDATE - adams.gui.event.DataChangeEvent.Type
a larger update finished.
BulkInsertTable - Class in adams.db
Table that can do bulk inserts.
BulkInsertTable(AbstractDatabaseConnection, String) - Constructor for class adams.db.BulkInsertTable
Constructor.
BulkReportUpdater<T extends Report> - Interface in adams.db
Interface for table classes that support bulk report updates.
bulkStore(T[], DataType[], String, int, boolean, boolean) - Method in interface adams.db.BulkReportUpdater
Stores the records.
BUSINESS_DAY_INDICATOR - adams.data.conversion.ExtractDateTimeField.DateTimeField
whether it is a business day or not.
BUSINESS_DAYS - adams.parser.TimeAmount.Note
the amount represents businessdays.
BusinessDays - Enum in adams.core
Enum for defining business days.
businessDaysTipText() - Method in class adams.data.conversion.BaseDateTimeMsecToString
Returns the tip text for this property.
businessDaysTipText() - Method in class adams.data.conversion.BaseDateTimeToString
Returns the tip text for this property.
businessDaysTipText() - Method in class adams.data.conversion.BaseDateToString
Returns the tip text for this property.
businessDaysTipText() - Method in class adams.data.conversion.ExtractDateTimeField
Returns the tip text for this property.
businessDaysTipText() - Method in class adams.parser.BaseDateExpression
Returns the tip text for this property.
businessDaysTipText() - Method in class adams.parser.BaseDateTimeExpression
Returns the tip text for this property.
businessDaysTipText() - Method in class adams.parser.BaseDateTimeMsecExpression
Returns the tip text for this property.
BUSY - Static variable in class adams.flow.standalone.AbstractMutableActorDaemonEvent
the result if actors are currently being executed.
BUSY - Static variable in class adams.flow.standalone.Cron
the result if actors are currently being executed.
busyTimeoutTipText() - Method in class adams.flow.standalone.subprocessevent.AbstractSubProcessEventTrigger
Returns the tip text for this property.
BUTTON_HINT_PREFIX - Static variable in class adams.gui.goe.VariableSupport
the prefix for the buttons's tiptext when the option has a variable.
BUTTONS_HORIZONTAL - adams.gui.core.GUIHelper.InputDialogMultiValueSelection
 
BUTTONS_VERTICAL - adams.gui.core.GUIHelper.InputDialogMultiValueSelection
 
ButtonSelectorGenerator - Class in adams.gui.visualization.object.labelselector
Generates a panel with the labels as buttons and an 'Unset' button.
ButtonSelectorGenerator() - Constructor for class adams.gui.visualization.object.labelselector.ButtonSelectorGenerator
 
ButtonSelectorPanel - Class in adams.gui.visualization.object.labelselector
Default panel with labels and unset buttons.
ButtonSelectorPanel(ObjectAnnotationPanel, BaseString[]) - Constructor for class adams.gui.visualization.object.labelselector.ButtonSelectorPanel
Initializes the panel.
ButtonSelectorWithColorGenerator - Class in adams.gui.visualization.object.labelselector
Generates a panel with the labels as buttons (containing color hint) and an 'Unset' button.
ButtonSelectorWithColorGenerator() - Constructor for class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
 
ButtonSelectorWithColorPanel - Class in adams.gui.visualization.object.labelselector
Default panel with labels (incl color hint) and unset buttons.
ButtonSelectorWithColorPanel(ObjectAnnotationPanel, BaseString[], BaseColor[]) - Constructor for class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorPanel
Initializes the panel.
BUTTONSIZE - Static variable in class adams.gui.core.DragAndDropTabbedPane
magic number of scroll button size.
ButtonTabComponent - Class in adams.gui.core
Component to be used as tabComponent; Contains a JLabel to show the text and a BaseButton to close the tab it belongs to
ButtonTabComponent(JTabbedPane) - Constructor for class adams.gui.core.ButtonTabComponent
 
ButtonTabComponent(JTabbedPane, boolean) - Constructor for class adams.gui.core.ButtonTabComponent
 
ButtonTabComponent.TabButton - Class in adams.gui.core
 
buttonTipText() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the tip text for this property.
bwlimitTipText() - Method in class adams.flow.source.RSync
 
BY - Static variable in interface adams.parser.spreadsheetquery.sym
 
ByContentType - Class in adams.data.spreadsheet.columnfinder
Returns indices of columns that satisfy the specified content types.
ByContentType - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which match the specified content type.
ByContentType() - Constructor for class adams.data.spreadsheet.columnfinder.ByContentType
 
ByContentType() - Constructor for class adams.data.spreadsheet.rowfinder.ByContentType
 
ByDateValue - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which date/time type falls between the min/max.
ByDateValue() - Constructor for class adams.data.spreadsheet.rowfinder.ByDateValue
 
ByExactName - Class in adams.data.spreadsheet.columnfinder
Returns indices of columns which names match the exact name.
ByExactName - Class in adams.data.weka.classattribute
Returns indices of columns which names match the exact name.
ByExactName - Class in adams.data.weka.columnfinder
Returns indices of columns which names match the exact name.
ByExactName() - Constructor for class adams.data.spreadsheet.columnfinder.ByExactName
 
ByExactName() - Constructor for class adams.data.weka.classattribute.ByExactName
 
ByExactName() - Constructor for class adams.data.weka.columnfinder.ByExactName
 
ByIndex - Class in adams.data.spreadsheet.columnfinder
Returns indices of columns that fall in the defined range.
ByIndex - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows that fall in the defined range.
ByIndex() - Constructor for class adams.data.spreadsheet.columnfinder.ByIndex
 
ByIndex() - Constructor for class adams.data.spreadsheet.rowfinder.ByIndex
 
ByLabel - Class in adams.data.weka.rowfinder
Returns the indices of rows which attributes labels match the provided regular expression.
ByLabel() - Constructor for class adams.data.weka.rowfinder.ByLabel
 
ByMetaDataNumericValue - Class in adams.data.objectfinder
Returns indices of objects which numeric meta-data value match the min/max.
ByMetaDataNumericValue() - Constructor for class adams.data.objectfinder.ByMetaDataNumericValue
 
ByMetaDataStringValue - Class in adams.data.objectfinder
Outputs the indices of objects where the specified regular expression matches the value associated with the given meta-data key.
ByMetaDataStringValue() - Constructor for class adams.data.objectfinder.ByMetaDataStringValue
 
ByName - Class in adams.data.spreadsheet.columnfinder
Returns indices of columns which names match the regular expression.
ByName - Class in adams.data.weka.classattribute
The first attribute name that matches the regular expression is used as class attribute.
ByName - Class in adams.data.weka.columnfinder
Returns indices of attributes which names match the regular expression.
ByName() - Constructor for class adams.data.spreadsheet.columnfinder.ByName
 
ByName() - Constructor for class adams.data.weka.classattribute.ByName
 
ByName() - Constructor for class adams.data.weka.columnfinder.ByName
 
ByNameErrorPaintlet - Class in adams.flow.sink.sequenceplotter
A wrapper for error paintlets, plots only sequences if the ID matches the regular expression.
ByNameErrorPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.ByNameErrorPaintlet
 
ByNameMarkerPaintlet - Class in adams.flow.sink.sequenceplotter
A wrapper for marker paintlets, plots only sequences if the ID matches the regular expression.
ByNameMarkerPaintlet() - Constructor for class adams.flow.sink.sequenceplotter.ByNameMarkerPaintlet
 
ByNamePaintlet - Class in adams.gui.visualization.sequence
A wrapper for XY-sequence paintlets, plots only sequences if the ID matches the regular expression.
ByNamePaintlet() - Constructor for class adams.gui.visualization.sequence.ByNamePaintlet
 
ByNumericRange - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which numeric value fall into the specified intervals.
ByNumericRange - Class in adams.data.weka.rowfinder
Returns indices of rows which numeric value match the min/max.
ByNumericRange() - Constructor for class adams.data.spreadsheet.rowfinder.ByNumericRange
 
ByNumericRange() - Constructor for class adams.data.weka.rowfinder.ByNumericRange
 
ByNumericValue - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which numeric value match the min/max.
ByNumericValue - Class in adams.data.weka.rowfinder
Returns indices of rows which numeric value match the min/max.
ByNumericValue() - Constructor for class adams.data.spreadsheet.rowfinder.ByNumericValue
 
ByNumericValue() - Constructor for class adams.data.weka.rowfinder.ByNumericValue
 
ByStringComparison - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which string value match the min/max.
ByStringComparison() - Constructor for class adams.data.spreadsheet.rowfinder.ByStringComparison
 
BYTE - adams.core.tags.TagDataType
 
BYTE - adams.data.matlab.ArrayElementType
 
BYTE - adams.gui.core.NumberTextField.Type
 
BYTE_ORDER - adams.flow.transformer.Mat5FileInfo.InfoType
 
ByteArrayToBase64 - Class in adams.data.conversion
Encodes a byte array as base64 string.
ByteArrayToBase64() - Constructor for class adams.data.conversion.ByteArrayToBase64
 
ByteArrayToBlobContainer - Class in adams.data.conversion
Wraps the byte array in a adams.data.blob.BlobContainer, which allows the storage of meta-data using the attached report and/or notes.
ByteArrayToBlobContainer() - Constructor for class adams.data.conversion.ByteArrayToBlobContainer
 
ByteArrayToBufferedImage - Class in adams.data.conversion
Converts the byte array representating a binary image (e.g., JPG or PNG) into a BufferedImage container.
ByteArrayToBufferedImage() - Constructor for class adams.data.conversion.ByteArrayToBufferedImage
 
ByteArrayToImageContainer - Class in adams.data.conversion
ByteArrayToImageContainer() - Constructor for class adams.data.conversion.ByteArrayToImageContainer
 
ByteArrayToJavaObject - Class in adams.data.conversion
Deserializes a Java object from the byte array.
ByteArrayToJavaObject() - Constructor for class adams.data.conversion.ByteArrayToJavaObject
 
ByteArrayToPrimitiveArray - Class in adams.data.conversion
Turns a byte array (IEE754) into a primitive array.
ByteArrayToPrimitiveArray() - Constructor for class adams.data.conversion.ByteArrayToPrimitiveArray
 
ByteArrayToPrimitiveArray.ByteOrderType - Enum in adams.data.conversion
The byte order type.
ByteArrayToPrimitiveArray.PrimitiveType - Enum in adams.data.conversion
The type of primitive array to generate.
ByteArrayToString - Class in adams.data.conversion
Turns a byte array into a String.
ByteArrayToString() - Constructor for class adams.data.conversion.ByteArrayToString
 
ByteEditor - Class in adams.gui.goe
A custom editor for Bytes.
ByteEditor() - Constructor for class adams.gui.goe.ByteEditor
Initializes the editor.
ByteFormat - Class in adams.core
Formatting class for turning byte amounts into kb, mb, etc.
ByteFormat(String) - Constructor for class adams.core.ByteFormat
Initializes the formatter.
ByteFormat.Unit - Enum in adams.core
The available units.
ByteFormatString - Class in adams.core
Wrapper for byte format strings.
ByteFormatString() - Constructor for class adams.core.ByteFormatString
Initializes the string with "0".
ByteFormatString(String) - Constructor for class adams.core.ByteFormatString
Initializes the object with the string to parse.
ByteOption - Class in adams.core.option
Handles options with Byte arguments.
ByteOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.ByteOption
Initializes the option.
ByteOption(OptionManager, String, String, Object, boolean, Byte, Byte, UserMode) - Constructor for class adams.core.option.ByteOption
Initializes the option.
ByteOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.ByteOption
Initializes the option.
ByteOption(OptionManager, String, String, Object, Byte, Byte, UserMode) - Constructor for class adams.core.option.ByteOption
Initializes the option.
byteOrderTipText() - Method in class adams.data.conversion.ByteArrayToPrimitiveArray
Returns the tip text for this property.
byteOrderTipText() - Method in class adams.data.conversion.PrimitiveArrayToByteArray
Returns the tip text for this property.
BYTES - adams.core.ByteFormat.Unit
 
BytesComplete - Class in adams.flow.condition.bool
Evaluates to 'true' if the bytes from the token are considered a 'complete' file.
BytesComplete() - Constructor for class adams.flow.condition.bool.BytesComplete
 
bytesToDouble(byte[]) - Static method in class adams.core.LittleEndian
Turns 8 bytes into a double.
bytesToFloat(byte[]) - Static method in class adams.core.LittleEndian
Turns 8 bytes into a float.
bytesToInt(byte[]) - Static method in class adams.core.LittleEndian
Turns 4 bytes into an int.
bytesToShort(byte[]) - Static method in class adams.core.LittleEndian
Turns 2 bytes into an int.
bytesToString(byte[]) - Static method in class adams.core.LittleEndian
Turns the bytes into a string (terminated by a NUL or end of bytes).
ByteToHex - Class in adams.data.conversion
Turns a Byte into a hexadecimal string.
ByteToHex() - Constructor for class adams.data.conversion.ByteToHex
 
ByteToInt - Class in adams.data.conversion
Turns a Byte into an Integer.
ByteToInt() - Constructor for class adams.data.conversion.ByteToInt
 
ByteToString - Class in adams.data.conversion
Turns a Byte into a String.
ByteToString() - Constructor for class adams.data.conversion.ByteToString
 
byteValue() - Method in class adams.core.base.BaseByte
Returns the byte value.
ByValue - Class in adams.data.spreadsheet.rowfinder
Returns indices of rows which label match the regular expression.
ByValue() - Constructor for class adams.data.spreadsheet.rowfinder.ByValue
 
Bzip2 - Class in adams.flow.transformer
Creates a bzip2 archive from a single file.
Bzip2 - Class in adams.gui.tools.filecommander
Compresses a single file using Bzip2.
Bzip2() - Constructor for class adams.flow.transformer.Bzip2
 
Bzip2() - Constructor for class adams.gui.tools.filecommander.Bzip2
Instantiates the action.
BZIP2 - adams.core.io.TarUtils.Compression
bzip2.
Bzip2FileSearchHandler - Class in adams.core.io.filesearch
Searches bzip2-compressed (text) files.
Bzip2FileSearchHandler() - Constructor for class adams.core.io.filesearch.Bzip2FileSearchHandler
 
Bzip2TextFileReader - Class in adams.data.io.input
Reads content from bzip2 compressed text files.
Bzip2TextFileReader() - Constructor for class adams.data.io.input.Bzip2TextFileReader
 
Bzip2Utils - Class in adams.core.io
Helper class for bzip2 related operations.
Bzip2Utils() - Constructor for class adams.core.io.Bzip2Utils
 

C

C - adams.data.statistics.SPCUtils.Chart
 
c4 - Static variable in class adams.data.statistics.SPCUtils
 
cache(String, BufferedImage, Point, double) - Static method in class adams.gui.core.Cursors
Creates and caches the cursor.
cache(String, ImageIcon, Point, double) - Static method in class adams.gui.core.Cursors
Creates and caches the cursor.
caches() - Method in class adams.flow.control.Storage
Returns the names of the LRU caches currently available.
cacheTipText() - Method in class adams.flow.control.IfStorageValue
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.source.DumpStorage
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.source.ListStorageNames
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.source.StorageValue
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.standalone.DeleteStorageValue
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.standalone.DeserializeToStorage
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.standalone.InitStorageCache
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.transformer.DeleteStorageValue
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.transformer.GetStorageValue
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.transformer.ReportToStorage
Returns the tip text for this property.
cacheTipText() - Method in class adams.flow.transformer.SetStorageValue
Returns the tip text for this property.
cacheUpdated(FieldCacheUpdateEvent) - Method in interface adams.gui.event.FieldCacheUpdateListener
Gets triggered when the cache gets updated.
cacheUpdated(FieldCacheUpdateEvent) - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Gets called when the cache gets refreshed.
calcActualScale(double) - Method in class adams.gui.visualization.image.ImagePanel
Calculates the actual scale.
calcAverageWidth(double[][]) - Static method in class adams.data.weka.evaluator.IntervalEstimatorBased
Calculates the average width of the intervals.
calcBinStarts(Number[], double, int, double, double) - Method in class adams.data.statistics.ArrayHistogram
Calculates the starting values for the bins.
calcBinWidth(Number[]) - Method in class adams.data.statistics.ArrayHistogram
Calculates the bin width to use.
calcBreakPoints(int) - Static method in class adams.data.utils.SAXUtils
Calculate the break points for equal-frequency bins for a gaussian.
calcColumnWidth(int) - Method in class adams.gui.core.JTableHelper
calcs the optimal column width of the given column.
calcColumnWidth(JTable, int) - Static method in class adams.gui.core.JTableHelper
Calculates the optimal width for the column of the given table.
calcColumnWidthBounded(int, int) - Method in class adams.gui.core.JTableHelper
calcs the optimal column width of the given column.
calcColumnWidthBounded(JTable, int, int) - Static method in class adams.gui.core.JTableHelper
Calculates the optimal width for the column of the given table.
calcDistance(double[], double[]) - Method in class adams.data.statistics.AbstractArrayDistance
Calculates the distance between the two arrays.
calcDistance(double[], double[]) - Method in class adams.data.statistics.ArrayChebyshevDistance
Calculates the distance between the two arrays.
calcDistance(double[], double[]) - Method in class adams.data.statistics.ArrayEuclideanDistance
Calculates the distance between the two arrays.
calcDistance(double[], double[]) - Method in class adams.data.statistics.ArrayManhattanDistance
Calculates the distance between the two arrays.
calcDistance(double[], double[]) - Method in class adams.data.statistics.ArrayMinkowskiDistance
Calculates the distance between the two arrays.
calcDistMatrix(double[]) - Static method in class adams.data.utils.SAXUtils
Calculate the distance matrix for use in the MINDIST function.
calcDistribution(List<Binnable<Instance>>, double) - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Calculates the class distribution.
calcFitness() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Calculates the fitness of the population.
calcFitness() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Override the following function in sub-classes.
calcFitness() - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Override the following function in sub-classes.
calcFitness() - Method in class adams.opt.optimise.GeneticAlgorithm
Calculates the fitness of the population.
calcFocusPosition() - Method in class adams.gui.visualization.image.ColorPickerPanel.ZoomPanel
Calculates the focus within the subimage.
calcGraph(int, int) - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Recalculates the barplot or histogram to display, required usually when the attribute is changed or the component is resized.
calcHeaderWidth(int) - Method in class adams.gui.core.JTableHelper
calcs the optimal header width of the given column.
calcHeaderWidth(JTable, int) - Static method in class adams.gui.core.JTableHelper
Calculates the optimal width for the header of the given table.
calcHeaderWidthBounded(int, int) - Method in class adams.gui.core.JTableHelper
calcs the optimal header width of the given column.
calcHeaderWidthBounded(JTable, int, int) - Static method in class adams.gui.core.JTableHelper
Calculates the optimal width for the header of the given table.
calcLeftPosition(Component, int) - Static method in class adams.gui.core.GUIHelper
Determines the left location for a window.
calcMatrix() - Method in class adams.data.image.transformer.LaplaceOfGaussian
Calculates the matrix.
calcMisclassified(int[], int[]) - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Calculates the misclassification count/percentage.
calcNewFitness() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Calculates the new fitness.
calcNewFitness() - Method in class adams.opt.genetic.DarkLord.DarkLordJob
Calculates the new fitness.
calcNewFitness() - Method in class adams.opt.genetic.Hermione.HermioneJob
Calculates the new fitness.
calcNewFitness(FitnessFunction, int[]) - Method in class adams.opt.optimise.GeneticAlgorithm
Calculates the new fitness.
calcNumBins(Number[], double) - Method in class adams.data.statistics.ArrayHistogram
Calculates the number of bins to use.
calcNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleDiscoveryHandlerResolution
Calculates the number of bits to use.
calcNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Calculates the number of bits to use.
calcNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticFloatDiscoveryHandlerResolution
Calculates the number of bits to use.
calcNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerArrayDiscoveryHandler
Calculates the number of bits that are required.
calcNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticIntegerDiscoveryHandler
Calculates the number of bits.
calcNumBits() - Method in class adams.core.discovery.genetic.AbstractGeneticStringDiscoveryHandler
Calculates the number of bits.
calcNumBits() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
Calculates the number of bits to use.
calcNumItems(int, double) - Static method in class adams.data.binning.operation.Split
Calculates the number of items the percentage represents.
calcOffset(BufferedImageContainer[], int, boolean) - Method in class adams.data.image.multiimageoperation.MergeGrid
Calculates the X or Y offset for the specified image from the array for insertion in the new image.
calcStats(WekaEvaluationContainer[], SpreadSheet, MessageCollection, CenterStatistic, LowerStatistic, UpperStatistic, int, Logger, TIntList, boolean) - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.PredictionUtils
Generates a spreadsheet with the statistics.
calcStats(ResultItem, MessageCollection, CenterStatistic, LowerStatistic, UpperStatistic, int, Logger, TIntList) - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.PredictionUtils
Generates a spreadsheet with the statistics.
calcStats(ResultItem, MessageCollection, CenterStatistic, LowerStatistic, UpperStatistic, int, Logger, TIntList, boolean) - Static method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.PredictionUtils
Generates a spreadsheet with the statistics.
calcStringDimenions(Graphics, Font, String) - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Calculates the string dimensions in pixels.
calcStringDimenions(Graphics, Font, String) - Static method in class adams.gui.visualization.object.objectannotations.AnnotationUtils
Calculates the string dimensions in pixels.
calcTopPosition(Component, int) - Static method in class adams.gui.core.GUIHelper
Determines the top location for a window.
calculate() - Method in interface adams.data.spreadsheet.Cell
Recalculates the value from the cell's formula.
calculate() - Method in class adams.data.spreadsheet.CellView
Recalculates the value from the cell's formula.
calculate() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Triggers all formula cells to recalculate their values.
calculate() - Method in class adams.data.spreadsheet.DoubleCell
Recalculates the value from the cell's formula.
calculate() - Method in class adams.data.spreadsheet.FloatCell
Recalculates the value from the cell's formula.
calculate() - Method in interface adams.data.spreadsheet.SpreadSheet
Triggers all formula cells to recalculate their values.
calculate() - Method in class adams.data.spreadsheet.SpreadSheetView
Triggers all formula cells to recalculate their values.
calculate() - Method in class adams.data.statistics.AbstractArrayStatistic
Calculates the statistics and returns the result container.
calculate() - Method in class adams.data.statistics.AbstractDataStatistic
Re-calculates the statistics.
calculate() - Method in class adams.data.statistics.TimeseriesStatistic
calculates the statistics.
calculate() - Method in class adams.flow.core.ActorStatistic
Generates the statistics.
calculate() - Method in class adams.flow.transformer.summarystatistics.AbstractSummaryStatistic
Calculates the summary statistics.
calculate() - Method in interface adams.flow.transformer.summarystatistics.SummaryStatistic
Calculates the summary statistics, corresponding with the names.
calculate() - Method in class adams.gui.visualization.stats.paintlet.AbstractOverlayPaintlet
Calculates the data for the paintlet, doesn't handle the drawing of the overlay.
calculate() - Method in class adams.gui.visualization.stats.paintlet.AbstractZOverlayPaintlet
calculates the data for the paintlet, doesn't handle the drawing of the data
calculate() - Method in class adams.gui.visualization.stats.paintlet.DiagonalPaintlet
 
calculate() - Method in class adams.gui.visualization.stats.paintlet.LowessPaintlet
 
calculate() - Method in class adams.gui.visualization.stats.paintlet.MeanPaintlet
 
calculate() - Method in class adams.gui.visualization.stats.paintlet.StdDevPaintlet
 
calculate() - Method in class adams.ml.data.DataCellView
Does nothing.
calculate() - Method in class adams.ml.data.DatasetView
Triggers all formula cells to recalculate their values.
calculate() - Method in class adams.ml.data.InstancesView
Triggers all formula cells to recalculate their values.
calculate(int, Double[], Hashtable<String, Double>) - Method in class adams.data.statistics.AbstractDataContainerStatistics
Performs the actual calculations of the statistics.
calculate(PeriodicityType, double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the per periodicity values.
calculate(LocatedObjects, LocatedObjects) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Computes the overlapping objects between the annotations and the predictions.
calculate(LocatedObjects, LocatedObjects) - Method in interface adams.data.objectoverlap.ObjectOverlap
Computes the overlapping objects between the annotations and the predictions.
calculate(Number[]) - Method in class adams.data.spc.CChart
Calculates the center/lower/upper limit.
calculate(Number[]) - Method in interface adams.data.spc.IndividualsControlChart
Calculates center/lower/upper limit.
calculate(Number[]) - Method in class adams.data.spc.MOACUSUM
Calculates center/lower/upper limit.
calculate(Number[]) - Method in class adams.data.spc.MOAPageHinkley
Calculates center/lower/upper limit.
calculate(Number[]) - Method in class adams.data.spc.NPChart
Calculates the center/lower/upper limit.
calculate(Number[]) - Method in class adams.data.spc.PChart
Calculates the center/lower/upper limit.
calculate(Number[][]) - Method in interface adams.data.spc.MatrixControlChart
Calculates center/lower/upper limit.
calculate(Number[][]) - Method in class adams.data.spc.UChart
Calculates the center/lower/upper limit.
calculate(Number[][]) - Method in class adams.data.spc.XBarRChart
Calculates the center/lower/upper limit.
calculate(Number[][]) - Method in class adams.data.spc.XBarSChart
Calculates the center/lower/upper limit.
calculate(List<Point2D>, int) - Static method in class adams.data.utils.LOWESS
Performs LOWESS on the given data.
calculate(Map<LocatedObject, Map<LocatedObject, Double>>, MessageCollection) - Method in class adams.data.areaoverlap.AbstractAreaOverlap
Computes the overlapping areas between the matches.
calculate(Map<LocatedObject, Map<LocatedObject, Double>>, MessageCollection) - Method in interface adams.data.areaoverlap.AreaOverlap
Computes the overlapping areas between the matches.
calculate(T) - Method in class adams.data.image.moments.AbstractMoment
Calculates the moment.
calculate(T) - Method in class adams.data.statistics.AbstractDataContainerStatistics
Calculates the statistics.
calculateCenters(Instances, Clusterer, Instances) - Method in class adams.flow.transformer.wekaclusterer.ClusterCenters
Calculates the centers.
calculateCorners(int, int, ImageAnchor, double, double, double, double, boolean) - Static method in class adams.data.image.ImageAnchorHelper
Calculates the actual top-left (index 0) and bottom-right coordinates (index 1).
calculateCorners(BufferedImage, ImageAnchor, double, double, double, double, boolean) - Static method in class adams.data.image.ImageAnchorHelper
Calculates the actual top-left (index 0) and bottom-right coordinates (index 1).
calculateDaily(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the daily values.
calculateDimensions() - Method in class adams.gui.visualization.core.AxisPanel
calculates and sets the preferred size of the axis.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Exponential
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Gamma
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Logistic
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Lognormal
For calculating the dimensions of the plot area.
calculateDimensions() - Method in class adams.gui.visualization.stats.paintlet.Normal
For calculating the dimensions of the plot area.
calculateDistance(Instance, Instance) - Method in class weka.filters.unsupervised.instance.KennardStone
Calculate the distance between any two instances.
calculateFontOffset(Graphics, Rectangle) - Static method in class adams.gui.core.GUIHelper
Calculates the horizontal and vertical offsets for drawing text.
calculateHalfDaily(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the half-daily values.
calculateHalfHourly(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the half-hourly values.
calculateHourly(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the hourly values.
calculateIfRequired() - Method in class adams.data.spreadsheet.DoubleCell
Calculates the cell value if necessary.
calculateIfRequired() - Method in class adams.data.spreadsheet.FloatCell
Calculates the cell value if necessary.
calculateIoU(LocatedObject, LocatedObject) - Method in class adams.data.objectoverlap.IntersectOverUnionRatio
Calculates the IoU for the two objects.
calculateModelSize() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Returns whether model sizes should get calculated.
calculateMonthly(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the monthly values.
calculatePerMinute(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the per minute values.
calculatePositions(AxisPanel) - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Calculates the positions for the periodicity.
calculateQuarterly(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the quarterly values.
calculateScore(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.AbstractRowScore
Performs the calculation of the row score(s).
calculateSE(boolean[], double[]) - Method in class weka.classifiers.functions.LinearRegressionJ
Calculate the squared error of a regression model on the training data
calculateShannonEntropy(BufferedImage) - Method in class adams.data.image.features.Entropy
Calculates the Shannon entropy.
calculateStatistics(Instances, Clusterer, Instances) - Method in class adams.flow.transformer.wekaclusterer.ClusterStatistics
Calculates the statistics.
calculateWeekly(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the weekly values.
calculateX(int, double) - Static method in class adams.data.image.ImageAnchorHelper
Calculates the actual X value.
calculateY(int, double) - Static method in class adams.data.image.ImageAnchorHelper
Calculates the actual Y value.
calculateYearly(double, Date, Calendar, double, Date, Calendar) - Static method in class adams.data.timeseries.PeriodicityHelper
Calculates the yearly values.
calcWidth(double[]) - Static method in class adams.data.weka.evaluator.IntervalEstimatorBased
Calculates the width of the interval.
call() - Method in class adams.multiprocess.CallableWithResult
Executes the code.
CALLABLE_NAME - Static variable in class adams.gui.flow.tree.quickaction.ChangeCallableActor
 
CallableActorHelper - Class in adams.flow.core
Helper class for callable actors.
CallableActorHelper() - Constructor for class adams.flow.core.CallableActorHelper
 
CallableActorReference - Class in adams.flow.core
Wrapper around the name of a callable classifier (= string).
CallableActorReference() - Constructor for class adams.flow.core.CallableActorReference
Initializes the string with length 0.
CallableActorReference(String) - Constructor for class adams.flow.core.CallableActorReference
Initializes the object with the string to parse.
CallableActorReferenceEditor - Class in adams.gui.goe
A PropertyEditor for CallableActorReference objects.
CallableActorReferenceEditor() - Constructor for class adams.gui.goe.CallableActorReferenceEditor
 
CallableActorReferenceParsing - Class in adams.core.option.parsing
For parsing CallableActorReference options.
CallableActorReferenceParsing() - Constructor for class adams.core.option.parsing.CallableActorReferenceParsing
 
CallableActorRenamed - Class in adams.gui.flow.tree.postprocessor
Updates all references of the callable actor that was renamed.
CallableActorRenamed() - Constructor for class adams.gui.flow.tree.postprocessor.CallableActorRenamed
 
CallableActors - Class in adams.flow.standalone
Container for actors that need to be accessed via their name.
CallableActors() - Constructor for class adams.flow.standalone.CallableActors
 
CallableActors.CallableActorsDirector - Class in adams.flow.standalone
Dummy director.
CallableActorScreenshot - Class in adams.flow.control
Takes a screenshot of a callable actor whenever a token passes through.
The screenshot can either be written to disk (and the input token is forwarded), or the screenshot is forwarded as adams.data.image.BufferedImageContainer (dropping the input token).
CallableActorScreenshot() - Constructor for class adams.flow.control.CallableActorScreenshot
 
CallableActorScreenshot.OutputType - Enum in adams.flow.control
Determines how to output the screenshot.
CallableActorsDirector() - Constructor for class adams.flow.standalone.CallableActors.CallableActorsDirector
 
CallableActorsHandler - Class in adams.scripting.requesthandler
Forwards the requests to the specified (optional) callable actor..
CallableActorsHandler - Class in adams.scripting.responsehandler
Forwards the responses to the specified (optional) callable actor..
CallableActorsHandler() - Constructor for class adams.scripting.requesthandler.CallableActorsHandler
 
CallableActorsHandler() - Constructor for class adams.scripting.responsehandler.CallableActorsHandler
 
CallableActorSink - Class in adams.core.command.stderr
Forwards the data to the callable actor sink.
CallableActorSink - Class in adams.core.command.stdout
Forwards the data to the callable actor sink.
CallableActorSink() - Constructor for class adams.core.command.stderr.CallableActorSink
 
CallableActorSink() - Constructor for class adams.core.command.stdout.CallableActorSink
 
callableActorsTipText() - Method in class adams.flow.source.MakeContainer
Returns the tip text for this property.
CallableActorsTree - Class in adams.gui.goe.callableactorstree
Displays classes in a tree structure.
CallableActorsTree() - Constructor for class adams.gui.goe.callableactorstree.CallableActorsTree
Initializes the tree with no classes.
callableActorTipText() - Method in class adams.flow.control.SetContainerValue
Returns the tip text for this property.
CallableActorUser - Interface in adams.flow.core
Interface for actors that use/handle a callable actor.
CallableDatabaseConnection - Class in adams.flow.standalone
References a database connection provider of type adams.flow.standalone.DatabaseConnectionProvider.
CallableDatabaseConnection() - Constructor for class adams.flow.standalone.CallableDatabaseConnection
Default constructor.
CallableDatabaseConnection(CallableActorReference) - Constructor for class adams.flow.standalone.CallableDatabaseConnection
Allows setting the callable name.
CallableNamesRecorder - Class in adams.flow.core
Records callables to check for duplicates.
CallableNamesRecorder() - Constructor for class adams.flow.core.CallableNamesRecorder
Initializes the recorder.
callableNameTipText() - Method in class adams.core.command.stderr.CallableActorSink
Returns the tip text for this property.
callableNameTipText() - Method in class adams.core.command.stdout.CallableActorSink
Returns the tip text for this property.
callableNameTipText() - Method in class adams.flow.control.CallableActorScreenshot
Returns the tip text for this property.
callableNameTipText() - Method in class adams.flow.control.TimedSubProcess
Returns the tip text for this property.
callableNameTipText() - Method in class adams.flow.control.TimedTee
Returns the tip text for this property.
callableNameTipText() - Method in class adams.flow.control.TimedTrigger
Returns the tip text for this property.
callableNameTipText() - Method in class adams.flow.control.UpdateCallableDisplay
Returns the tip text for this property.
callableNameTipText() - Method in class adams.flow.core.AbstractCallableActor
Returns the tip text for this property.
callableNameTipText() - Method in class adams.flow.core.AbstractCopyCallableActor
Returns the tip text for this property.
callableNameTipText() - Method in interface adams.flow.core.TimedActor
Returns the tip text for this property.
callableNameTipText() - Method in class adams.flow.transformer.WekaGeneticAlgorithm
Returns the tip text for this property.
callableNameTipText() - Method in class adams.scripting.requesthandler.CallableActorsHandler
Returns the tip text for this property.
callableNameTipText() - Method in class adams.scripting.responsehandler.CallableActorsHandler
Returns the tip text for this property.
CALLABLEREF_NOT_FOUND - Static variable in class adams.flow.core.FlowVariables
the default value if callable reference could not be expanded.
CallableSink - Class in adams.flow.sink
Lets a callable sink consume the input tokens.
CallableSink() - Constructor for class adams.flow.sink.CallableSink
Default constructor.
CallableSink(CallableActorReference) - Constructor for class adams.flow.sink.CallableSink
Allows setting the callable name.
CallableSource - Class in adams.flow.source
Broadcasts the generated output tokens from the source.
CallableSource() - Constructor for class adams.flow.source.CallableSource
Default constructor.
CallableSource(CallableActorReference) - Constructor for class adams.flow.source.CallableSource
Allows setting the callable name.
CallableToCopyCallableTransfer - Class in adams.core.optiontransfer
Transfers options from 'callable' to 'copy callable' actors.
CallableToCopyCallableTransfer() - Constructor for class adams.core.optiontransfer.CallableToCopyCallableTransfer
 
CallableTransformer - Class in adams.flow.transformer
Feeds tokens into a callable transformer and broadcasts the generated output tokens.
CallableTransformer() - Constructor for class adams.flow.transformer.CallableTransformer
Default constructor.
CallableTransformer(CallableActorReference) - Constructor for class adams.flow.transformer.CallableTransformer
Allows setting the callable name.
CallableWithResult<T> - Class in adams.multiprocess
Callable that stores the result for future use.
CallableWithResult() - Constructor for class adams.multiprocess.CallableWithResult
 
callCleanUpTipText() - Method in class adams.flow.transformer.ExecuteActor
Returns the tip text for this property.
callFunction(Object[]) - Method in class adams.parser.plugin.AbstractParserFunction
Gets called from the parser.
callFunction(Object[]) - Method in interface adams.parser.plugin.ParserFunction
Gets called from the parser.
callFunction(String, Object[]) - Method in class adams.parser.ParserHelper
Call function.
callProcedure(Object[]) - Method in class adams.parser.plugin.AbstractParserProcedure
Gets called from the parser.
callProcedure(Object[]) - Method in interface adams.parser.plugin.ParserProcedure
Gets called from the parser.
callProcedure(String, Object[]) - Method in class adams.parser.ParserHelper
Call procedure.
callSetUpTipText() - Method in class adams.flow.transformer.ExecuteActor
Returns the tip text for this property.
callTipText() - Method in class adams.flow.sink.PyroSink
Returns the tip text for this property.
callTipText() - Method in class adams.flow.source.PyroSource
Returns the tip text for this property.
callTipText() - Method in class adams.flow.standalone.PyroStandalone
Returns the tip text for this property.
callTipText() - Method in class adams.flow.transformer.PyroTransformer
Returns the tip text for this property.
callWrapUpTipText() - Method in class adams.flow.transformer.ExecuteActor
Returns the tip text for this property.
canAbstain() - Method in interface weka.classifiers.AbstainingClassifier
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.lazy.AbstainingLWL
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.AbstainAttributePercentile
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.AbstainAverage
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.AbstainMinimumProbability
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.AbstainVote
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.Consensus
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.ConsensusOrVote
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.FilteredClassifierExt
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.MinMaxLimits
Whether abstaining is possible, e.g., used in meta-classifiers.
canAbstain() - Method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
Whether abstaining is possible, e.g., used in meta-classifiers.
canAddObject() - Method in class adams.gui.tools.AbstractManagementPanel
Returns whether all the required fields are set to add the object.
canAddObject() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns whether all the required fields are set to add the object.
canAddObject() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Returns whether all the required fields are set to add the object.
canAddTracePoint(ImagePanel.PaintPanel, List<Point>, Point) - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Returns whether the current point is at leats the specified distance away from the last one.
canAddTracePoint(ImagePanel.PaintPanel, List<Point>, Point) - Method in class adams.gui.visualization.image.selectionshape.RectanglePainter
Returns whether the current point is at leats the specified distance away from the last one.
canAddTracePoint(ImagePanel.PaintPanel, List<Point>, Point) - Method in interface adams.gui.visualization.image.selectionshape.SelectionShapePainter
Returns whether the current point is at leats the specified distance away from the last one.
canAddTracePoint(Point) - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns whether the current point is at least the specified distance away from the last one.
canAppend(SpreadSheet) - Method in class adams.data.io.output.AccessSpreadSheetWriter
Checks whether we can append the specified spreadsheet to the existing file.
canAppend(SpreadSheet) - Method in interface adams.data.io.output.AppendableSpreadSheetWriter
Checks whether we can append the specified spreadsheet to the existing file.
canAppend(SpreadSheet) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Checks whether we can append the specified spreadsheet to the existing file.
canAppend(SpreadSheet) - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Checks whether we can append the specified spreadsheet to the existing file.
canAssignFormatter(Formatter) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Returns whether the formatter can be assigned.
canAssignFormatter(Formatter) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Returns whether the formatter can be assigned.
canBeRestored() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Returns whether this definition can be restored from a restoration file.
canBeRestored() - Method in class adams.flow.source.valuedefinition.DefaultValueDefinition
Returns whether this definition can be restored from a restoration file.
CANCEL - adams.gui.core.DragAndDropTree.DropMenu
cancelling.
CANCEL_OPTION - Static variable in class adams.flow.transformer.ConfirmationDialog
 
CANCEL_OPTION - Static variable in class adams.flow.transformer.pixelselector.PixelSelectorPanel
the CANCEL option.
CANCEL_OPTION - Static variable in class adams.gui.chooser.DirectoryChooserFactory
Return value if cancel is chosen.
CANCEL_OPTION - Static variable in class adams.gui.core.GUIHelper
the cancel option.
CANCEL_OPTION - Static variable in class adams.gui.dialog.ApprovalDialog
the cancel option.
CANCEL_OPTION - Static variable in class adams.gui.goe.AbstractPropertyEditorSupport
the user canceled the dialog.
CANCEL_OPTION - Static variable in class adams.gui.goe.GenericArrayEditorDialog
constant for dialog cancellation.
CANCEL_OPTION - Static variable in class adams.gui.goe.GenericObjectEditor
constant for dialog cancellation.
CANCEL_OPTION - Static variable in class adams.gui.goe.GenericObjectEditorDialog
constant for dialog cancellation.
CANCEL_OPTION - Static variable in class adams.gui.goe.WekaGenericArrayEditorDialog
constant for dialog cancellation.
CANCEL_OPTION - Static variable in class adams.gui.goe.WekaGenericObjectEditorDialog
constant for dialog cancellation.
CANCEL_OPTION - Static variable in class adams.gui.visualization.timeseries.TimeseriesImportDatabaseDialog
the cancel option.
CANCEL_SELECTION - Static variable in class adams.gui.chooser.DirectoryChooserFactory
Instruction to cancel the current selection.
cancelDialog() - Method in class adams.gui.dialog.ApprovalDialog
Clicks the cancel button (if enabled and visible).
cancelFinish() - Method in class adams.gui.wizard.AbstractWizardPane
Gets called when the cancel/finish button gets clicked.
cancelledVariableTipText() - Method in class adams.flow.template.SimpleMenu
Returns the tip text for this property.
cancelSelection() - Method in interface adams.gui.chooser.FileChooser
Called by the UI when the user chooses the Cancel button.
cancelTokenTipText() - Method in class adams.flow.transformer.ConfirmationDialog
Returns the tip text for this property.
canClearFields() - Method in class adams.gui.tools.AbstractManagementPanel
Returns whether the fields can be cleared, i.e., if there is any input.
canClearFields() - Method in class adams.gui.tools.EmailAddressBookPanel
Returns whether the fields can be cleared, i.e., if there is any input.
canClearFields() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Returns whether the fields can be cleared, i.e., if there is any input.
canCloseTab(int) - Method in class adams.gui.core.BaseTabbedPane
Prompts the user whether the tab can be closed.
canCloseTabWithMiddleMouseButton(int) - Method in class adams.gui.core.BaseTabbedPane
Hook method that checks whether the specified tab can really be closed with a click of the middle mouse button.
canCompress(String) - Method in class adams.data.io.output.AbstractSpreadSheetWriter
Returns whether the file should get compressed, i.e., AbstractSpreadSheetWriter.supportsCompressedOutput() returns true and the filename ends with ".gz".
canConnect() - Method in class adams.gui.tools.SSHPanel
Checks whether we can connect to a server.
canContainSource() - Method in class adams.flow.core.ActorHandlerInfo
Returns whether a source is allowed in this group or not.
canContainStandalones() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns whether singletons are allowed in this group or not.
canContainStandalones() - Method in class adams.flow.control.Trigger
Returns whether singletons are allowed in this group or not.
canContainStandalones() - Method in class adams.flow.core.ActorHandlerInfo
Returns whether standalones are allowed in this group or not.
canCopy() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Checks whether text can be copied at the moment.
canCopy() - Method in class adams.gui.core.StyledTextEditorPanel
Checks whether text can be copied at the moment.
canCopy() - Method in class adams.gui.core.TextEditorPanel
Checks whether text can be copied at the moment.
canCopyToClipboard() - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
Returns whether copying to the clipboard is supported.
canCopyToClipboard() - Method in class adams.gui.tools.wekainvestigator.output.ComponentContentPanel
Returns whether copying to the clipboard is supported.
canCopyToClipboard() - Method in class adams.gui.tools.wekainvestigator.output.TableContentPanel
Returns whether copying to the clipboard is supported.
canCopyToClipboard() - Method in class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Returns whether copying to the clipboard is supported.
canCreateNewWindow() - Method in interface adams.gui.application.Child
Returns whether a new window, containing the same panel, can be created.
canCreateNewWindow() - Method in class adams.gui.application.ChildFrame
Returns whether a new window, containing the same panel, can be created.
canCut() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Checks whether text can be cut at the moment.
canCut() - Method in class adams.gui.core.StyledTextEditorPanel
Checks whether text can be cut at the moment.
canCut() - Method in class adams.gui.core.TextEditorPanel
Checks whether text can be cut at the moment.
canDecompress(String) - Method in class adams.data.io.input.AbstractSpreadSheetReader
Returns whether the file should get decompressed, i.e., AbstractSpreadSheetReader.supportsCompressedInput() returns true and the filename ends with ".gz".
canDiff() - Method in class adams.gui.flow.menu.EditDiff
Whether a diff between current flow and undo-flow can be generated.
canDrop(Transferable, TreeNode, DragAndDropTree.DropPosition) - Method in class adams.gui.core.DragAndDropTree
Checks whether the source data can be dropped here.
canDrop(Transferable, TreeNode, DragAndDropTree.DropPosition) - Method in class adams.gui.flow.tree.Tree
Checks whether the source can be dropped here.
canEdit() - Method in class weka.gui.explorer.ExplorerExt
Checks whether editing the data is possible.
canEdit(Object) - Method in class adams.gui.visualization.debug.objecttree.Tree
Returns whether the object can be edited.
canEdit(Object) - Method in class adams.gui.visualization.debug.StoragePanel
Returns whether the object can be edited.
canEnclose(StateContainer) - Method in class adams.gui.flow.tree.enclose.AbstractEncloseActor
Checks whether this enclose suggestion is available.
canEnclose(StateContainer) - Method in class adams.gui.flow.tree.enclose.ArrayDisplayEnclosure
Checks whether this enclose suggestion is available.
canEnclose(StateContainer) - Method in class adams.gui.flow.tree.enclose.DisplayPanelManagerEnclosure
Checks whether this enclose suggestion is available.
canEnclose(StateContainer) - Method in class adams.gui.flow.tree.enclose.TryCatchEnclosure
Checks whether this enclose suggestion is available.
canEncloseActors() - Method in class adams.flow.core.ActorHandlerInfo
Returns whether this actor can be used to enclose others.
canEvaluate(Associator) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.AbstractAssociatorEvaluation
Tests whether the associator can be evaluated.
canEvaluate(Associator) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.evaluation.Train
Tests whether the associator can be evaluated.
canEvaluate(ASEvaluation, ASSearch) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.AbstractAttributeSelectionEvaluation
Tests whether attribute selection can be performed.
canEvaluate(ASEvaluation, ASSearch) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.CrossValidation
Tests whether attribute selection can be performed.
canEvaluate(ASEvaluation, ASSearch) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.evaluation.Train
Tests whether attribute selection can be performed.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.AbstractClassifierEvaluation
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.BuildModel
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.CrossValidation
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.IndexedSplitsRunsEvaluation
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.ReevaluateModel
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.RepeatedCrossValidation
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSet
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainTestSplit
Tests whether the classifier can be evaluated.
canEvaluate(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.TrainValidateTestSet
Tests whether the classifier can be evaluated.
canEvaluate(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.AbstractClustererEvaluation
Tests whether the clusterer can be evaluated.
canEvaluate(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.BuildModel
Tests whether the clusterer can be evaluated.
canEvaluate(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Tests whether the clusterer can be evaluated.
canEvaluate(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.CrossValidation
Tests whether the clusterer can be evaluated.
canEvaluate(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ReevaluateModel
Tests whether the clusterer can be evaluated.
canEvaluate(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSet
Tests whether the clusterer can be evaluated.
canEvaluate(Clusterer) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.TrainTestSplit
Tests whether the clusterer can be evaluated.
canExecute() - Method in class adams.core.io.PlaceholderFile
Tests whether the application can execute the file denoted by this abstract pathname.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.AbstractCurrentImageFilter
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilter
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.Barcode
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.Brightness
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.Histogram
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.ImageFileMetaData
Checks whether the plugin can be executed given the specified image panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.MarkLocation
Checks whether the plugin can be executed given the specified panel.
canExecute(ImagePanel) - Method in class adams.gui.visualization.image.plugins.TesseractOCR
Checks whether the plugin can be executed given the specified image panel.
canExecute(T) - Method in class adams.gui.plugin.AbstractToolPlugin
Checks whether the plugin can be executed given the specified panel.
canExecute(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.AbstractExperimentSetup
Tests whether the experiment setup can be executed for the classifier.
canExecute(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.CrossValidationSetup
Tests whether the experiment setup can be executed for the classifier.
canExecute(Classifier) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.setup.TrainTestSplitSetup
Tests whether the experiment setup can be executed for the classifier.
canExpand() - Method in class adams.gui.core.LazyExpansionTreeNode
Returns whether the node can be expanded at all.
canExpand() - Method in class adams.gui.flow.tree.Node
Returns whether the node can be expanded at all.
canFilter() - Method in class adams.gui.tools.wekainvestigator.tab.PreprocessTab
Checks whether data can be filtered.
canFire() - Method in class adams.flow.control.ConditionalTee
Determines whether the actor can "fire", i.e., outputting a token on the tee-branch.
canFire() - Method in class adams.flow.control.Count
Checks whether we can process the token.
canFormatOutput(ExternalCommand, boolean) - Method in class adams.core.command.output.AbstractOutputFormatter
Determines whether the output should be formatted and forwarded to the command.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.ModelOutput
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.Rules
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.output.RunInformation
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.ReducedData
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.RunInformation
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.output.TextStatistics
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.FourInOnePlot
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.GraphSource
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyClassifierErrors
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyGraphVisualizer
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyMarginCurve
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyTreeVisualizer
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ModelOutput
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionEccentricity
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.Predictions
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Predictions
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.SamplePlot
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsFitted
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ResidualsVsPredictor
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.RunInformation
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeGraphML
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TreeVisualizer
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.ClusterAssignments
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.GraphSource
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.LegacyTreeVisualizer
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.ModelOutput
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.RunInformation
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.Supplementary
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.output.TextStatistics
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.RunInformation
Checks whether output can be generated from this item.
canGenerateOutput(ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Checks whether output can be generated from this item.
canGenerateOutput(T) - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputGenerator
Checks whether output can be generated from this item.
canHandle(double, double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Checks whether the data range can be handled by the model.
canHandle(double, double) - Method in class adams.gui.visualization.core.axis.AbstractDateBasedAxisModel
Checks whether the data range can be handled by the model.
canHandle(double, double) - Method in class adams.gui.visualization.core.axis.DefaultAxisModel
Checks whether the data range can be handled by the model.
canHandle(double, double) - Method in class adams.gui.visualization.core.axis.LogAxisModel
Checks whether the data range can be handled by the model.
canHandle(double, double) - Method in class adams.gui.visualization.core.axis.PercentageAxisModel
Checks whether the data range can be handled by the model.
canHandle(double, double) - Method in enum adams.gui.visualization.core.axis.Type
Checks whether the data range can be handled by the model.
canHandle(AbstractOption) - Method in class adams.core.option.AbstractOptionTraverser
Returns whether the traverser is allowed to "handle" this option.
canHandle(AbstractOption) - Method in class adams.core.option.FileLister
Returns whether the traverser is allowed to "handle" this option.
canHandle(AbstractOption) - Method in interface adams.core.option.OptionTraverser
Returns whether the traverser is allowed to "handle" this option.
canHandle(AbstractOption) - Method in class adams.core.option.VariableLister
Returns whether the traverser is allowed to "handle" this option.
canHandle(AbstractOption) - Method in class adams.core.option.VariablesInstanceLister
Returns whether the traverser is allowed to "handle" this option.
canHandle(AbstractOption) - Method in class adams.core.option.XhtmlProducer.ActorOptionTraverser
 
canHandle(AbstractOption) - Method in class adams.core.VariablesFinder
Returns whether the traverser is allowed to "handle" this option.
canHandle(AbstractOption) - Method in class adams.flow.core.ErrorHandlerInstanceLister
Returns whether the traverser is allowed to "handle" this option.
canHandle(Class) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Checks whether the class is handled by this content handler.
canHandle(Class) - Method in interface adams.gui.tools.previewbrowser.ObjectContentHandler
Checks whether the class is handled by this content handler.
canHandle(Class) - Method in class adams.gui.tools.previewbrowser.PlainTextHandler
Checks whether the class is handled by this content handler.
canHandle(Class) - Method in class adams.gui.tools.previewbrowser.ReportHandler
Checks whether the class is handled by this content handler.
canHandle(Object) - Method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Checks whether the object is handled by this content handler.
canHandle(Object) - Method in interface adams.gui.tools.previewbrowser.ObjectContentHandler
Checks whether the object is handled by this content handler.
canHandleFixedLabels() - Method in class adams.gui.visualization.core.PaintablePanel
Returns whether the panel can handle fixed lables for its axes.
canHandleFixedLabels() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns whether the panel can handle fixed lables for its axes.
canHandleModel(JList) - Static method in class adams.gui.core.JListHelper
Returns whether the list model can be handled.
canHandleNullObject() - Method in class adams.core.io.AbstractFilenameGenerator
Returns whether we actually need an object to generate the filename.
canHandleNullObject() - Method in class adams.core.io.DefaultFilenameGenerator
Returns whether we actually need an object to generate the filename.
canHandleNullObject() - Method in class adams.core.io.FixedFilenameGenerator
Returns whether we actually need an object to generate the filename.
canHandleNullObject() - Method in class adams.core.io.NullFilenameGenerator
Returns whether we actually need an object to generate the filename.
canHandleNullObject() - Method in class adams.core.io.ReportFieldFilenameGenerator
Returns whether we actually need an object to generate the filename.
canHandleNullObject() - Method in class adams.core.io.SimpleFilenameGenerator
Returns whether we actually need an object to generate the filename.
canHandleNullObject() - Method in class adams.core.io.SimpleFixedFilenameGenerator
Returns whether we actually need an object to generate the filename.
canHandleNullObject() - Method in class adams.core.io.SimpleObjectToStringFilenameGenerator
Returns whether we actually need an object to generate the filename.
canInspectOptions(Class) - Method in interface adams.core.VariablesInspectionHandler
Checks whether the class' options can be inspected.
canInspectOptions(Class) - Method in class adams.flow.control.AbstractControlActor
Checks whether the class' options can be inspected.
canInspectOptions(Class) - Method in class adams.flow.core.AbstractActor
Checks whether the class' options can be inspected.
canInstantiate(String) - Static method in class adams.core.option.OptionUtils
Checks whether the command-line is likely to succeed to be instantiated, i.e., the class can be loaded.
canInstantiateClass() - Method in class adams.doc.javadoc.Javadoc
returns true if the class can be instantiated, i.e., has a default constructor.
canInteract(Object) - Method in interface adams.flow.processor.InteractiveProcessor
Checks whether interaction can happen with the given object.
canMirror(AbstractDatabaseConnection) - Method in class adams.db.mirrored.DbBackend
Checks whether connection can be mirrored.
canMoveDown() - Method in class adams.gui.core.AbstractNamedHistoryPanel
checks whether the selected items can be moved down.
canMoveDown() - Method in class adams.gui.core.BaseList
checks whether the selected items can be moved down.
canMoveDown() - Method in class adams.gui.core.BaseListWithButtons
checks whether the selected items can be moved down.
canMoveDown() - Method in class adams.gui.core.BaseTableWithButtons
checks whether the selected items can be moved down.
canMoveDown() - Method in class adams.gui.core.MultiPagePane
checks whether the selected items can be moved down.
canMoveDown() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
checks whether the selected items can be moved down.
canMoveDown(int[]) - Method in class adams.gui.core.AbstractMoveableTableModel
checks whether the selected items can be moved down.
canMoveDown(int[]) - Method in interface adams.gui.core.MoveableTableModel
checks whether the selected items can be moved down.
canMoveDown(List, int[]) - Static method in class adams.core.ListHelper
checks whether the selected items can be moved down.
canMoveDown(JList) - Static method in class adams.gui.core.JListHelper
checks whether the selected items can be moved down.
canMoveTabTo(int, int) - Method in class adams.gui.core.BaseTabbedPane
Returns whether the tab can be moved.
canMoveTabToEnd(int) - Method in class adams.gui.core.BaseTabbedPane
Returns whether the tab can be moved to the end.
canMoveTabToLeft(int) - Method in class adams.gui.core.BaseTabbedPane
Returns whether the tab can be moved to the left.
canMoveTabToRight(int) - Method in class adams.gui.core.BaseTabbedPane
Returns whether the tab can be moved to the right.
canMoveTabToStart(int) - Method in class adams.gui.core.BaseTabbedPane
Returns whether the tab can be moved to the start.
canMoveUp() - Method in class adams.gui.core.AbstractNamedHistoryPanel
checks whether the selected items can be moved up.
canMoveUp() - Method in class adams.gui.core.BaseList
checks whether the selected items can be moved up.
canMoveUp() - Method in class adams.gui.core.BaseListWithButtons
checks whether the selected items can be moved up.
canMoveUp() - Method in class adams.gui.core.BaseTableWithButtons
checks whether the selected items can be moved up.
canMoveUp() - Method in class adams.gui.core.MultiPagePane
checks whether the selected items can be moved up.
canMoveUp() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
checks whether the selected items can be moved up.
canMoveUp(int[]) - Method in class adams.gui.core.AbstractMoveableTableModel
checks whether the selected items can be moved up.
canMoveUp(int[]) - Method in interface adams.gui.core.MoveableTableModel
checks whether the selected items can be moved up.
canMoveUp(List, int[]) - Static method in class adams.core.ListHelper
checks whether the selected items can be moved up.
canMoveUp(JList) - Static method in class adams.gui.core.JListHelper
checks whether the selected items can be moved up.
canNotify(SequencePlotterPanel, SequencePlotterContainer) - Method in class adams.flow.sink.sequenceplotter.NamedPlotUpdater
Checks whether all conditions are met to notify the listeners for changes in the plot.
canNotify(SequencePlotterPanel, SequencePlotterContainer) - Method in class adams.flow.sink.sequenceplotter.SimplePlotUpdater
Checks whether all conditions are met to notify the listeners for changes in the plot.
canNotify(InstancePanel, InstanceContainer) - Method in class adams.gui.visualization.instance.SimpleInstancePanelUpdater
Checks whether all conditions are met to notify the listeners for changes in the plot.
canNotify(SpreadSheetRowPanel, SpreadSheetRowContainer) - Method in class adams.gui.visualization.spreadsheet.SimpleSpreadSheetRowPanelUpdater
Checks whether all conditions are met to notify the listeners for changes in the plot.
canNotify(TimeseriesPanel, TimeseriesContainer) - Method in class adams.flow.sink.timeseriesdisplay.SimplePlotUpdater
Checks whether all conditions are met to notify the listeners for changes in the plot.
canNotify(P, C) - Method in class adams.flow.core.AbstractDataPlotUpdater
Checks whether all conditions are met to notify the listeners for changes in the data container panel.
CANNY_CONTOUR - adams.data.boofcv.transformer.CannyEdgeDetection.OutputType
 
CannyBinary - Class in adams.flow.transformer.locateobjects
Uses the BoofCV canny binary algorithm to locate objects.
CannyBinary() - Constructor for class adams.flow.transformer.locateobjects.CannyBinary
 
CannyEdgeDetection - Class in adams.data.boofcv.transformer
Performs edge detection using the Canny Edge detection algorithm.
For more information on the algorithm, see:
WikiPedia.
CannyEdgeDetection() - Constructor for class adams.data.boofcv.transformer.CannyEdgeDetection
 
CannyEdgeDetection.OutputType - Enum in adams.data.boofcv.transformer
The type of output to generate.
CannyEdges - Class in adams.flow.transformer.locateobjects
Uses the BoofCV canny edges algorithm to locate objects.
CannyEdges() - Constructor for class adams.flow.transformer.locateobjects.CannyEdges
 
CANOPY - Static variable in class weka.clusterers.SAXKMeans
 
canopyInit(Instances) - Method in class weka.clusterers.SAXKMeans
Initialize with the canopy centers of the Canopy clustering method
canopyMaxNumCanopiesToHoldInMemoryTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
canopyMinimumCanopyDensityTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
canopyPeriodicPruningRateTipText() - Method in class weka.clusterers.SAXKMeans
Returns the tip text for this property.
canopyT1TipText() - Method in class weka.clusterers.SAXKMeans
Tip text for this property
canopyT2TipText() - Method in class weka.clusterers.SAXKMeans
Tip text for this property
canPaint(PaintEvent.PaintMoment) - Method in class adams.flow.sink.sequenceplotter.PolygonSelectionPaintlet
Checks whether the paintlet is supposed to paint for this PaintEvent.PaintMoment.
canPaint(PaintEvent.PaintMoment) - Method in class adams.gui.visualization.core.AbstractPaintlet
Checks whether the paintlet is supposed to paint for this PaintEvent.PaintMoment.
canPaint(PaintEvent.PaintMoment) - Method in interface adams.gui.visualization.core.Paintlet
Checks whether the paintlet is supposed to paint for this PaintEvent.PaintMoment.
canPaint(PaintEvent.PaintMoment) - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Checks whether the paintlet is supposed to paint for this PaintEvent.PaintMoment.
canPaint(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.AbstractSelectionShapePainter
Checks whether painting is possible.
canPaint(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Checks whether painting is possible.
canPaint(ImagePanel.PaintPanel, Graphics, Point, Point, List<Point>) - Method in class adams.gui.visualization.image.selectionshape.RectanglePainter
Checks whether painting is possible.
canPaint(Graphics) - Method in class adams.flow.sink.canvas.DataPoolPanel
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.container.AbstractDataContainerZoomOverviewPanel
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.core.PaintablePanel
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.instance.InstancePanel
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.fourinone.VersusFit
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.fourinone.VersusOrder
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.histogram.Histogram
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.probabilityplot.NormalPlot
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Returns true if the paintlets can be executed.
canPaint(Graphics) - Method in class adams.gui.visualization.stats.zscore.ZScore
 
canPaint(Graphics) - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns true if the paintlets can be executed.
canPaste - Variable in class adams.gui.flow.tree.StateContainer
whether clipboard content can be pasted.
canPaste() - Method in class adams.gui.clipboard.AbstractClipboardData
Checks whether the required data type is available from the clipboard.
canPaste() - Method in class adams.gui.clipboard.BufferedImage
Checks whether the required data type is available from the clipboard.
canPaste() - Method in class adams.gui.clipboard.String
Checks whether the required data type is available from the clipboard.
canPaste() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Checks whether text can be pasted at the moment.
canPaste() - Method in class adams.gui.core.StyledTextEditorPanel
Checks whether text can be pasted at the moment.
canPaste() - Method in class adams.gui.core.TextEditorPanel
Checks whether text can be pasted at the moment.
canPasteActor() - Method in class adams.gui.flow.tree.Tree
Checks whether an actor can be pasted.
canPauseOrResume() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Returns whether the flow can be paused/resumed.
canPauseOrResume() - Method in class adams.flow.sink.AbstractTextualDisplay
Returns whether the flow can be paused/resumed.
canPauseOrResume() - Method in class adams.flow.sink.DisplayPanelGrid
Returns whether the flow can be paused/resumed.
canPauseOrResume() - Method in class adams.flow.sink.DisplayPanelManager
Returns whether the flow can be paused/resumed.
canPauseOrResume() - Method in class adams.flow.standalone.AbstractMultiView
Returns whether the flow can be paused/resumed.
canPerformSetUpCheck(boolean, String) - Method in class adams.flow.core.AbstractActor
Returns whether a check can be performed currently.
canProceed() - Method in class adams.gui.wizard.AbstractWizardPage
Returns whether we can proceed with the next page.
canProceed() - Method in class adams.gui.wizard.BranchSelectionPage
Returns whether we can proceed with the next page.
canProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Whether the processor can handle this particular file.
canProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.Headline
Whether the processor can handle this particular file.
canProcess(PDFGenerator, File) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Whether the processor can handle this particular file.
canProcess(PDFGenerator, File) - Method in interface adams.flow.transformer.pdfproclet.PdfProclet
Whether the processor can handle this particular file.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProclet
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Circle
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.FixedText
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Headline
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Image
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Line
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.NewPage
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in interface adams.flow.transformer.pdfproclet.PdfProclet
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.PlainText
Whether the processor can handle this particular object.
canProcess(PDFGenerator, Object) - Method in class adams.flow.transformer.pdfproclet.Rectangle
Whether the processor can handle this particular object.
canProcess(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Returns whether the panel can be processed.
canProcess(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.Append
Returns whether the panel can be processed.
canProcess(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.Merge
Returns whether the panel can be processed.
canProcessClassOptions() - Method in class adams.flow.processor.AbstractNameUpdater
Returns whether class options are treated as argument options and processed as well.
canProcessClassOptions() - Method in class adams.flow.processor.UpdateVariableName
Returns whether class options are treated as argument options and processed as well.
canProcessInput(Token) - Method in class adams.flow.control.AbstractDataContainerFileChecker
Tokens, i.e., files are not automatically forwarded to the tee actor, since only final black-listed ones are output there.
canProcessInput(Token) - Method in class adams.flow.control.AbstractTee
Returns whether the token can be processed in the tee actor.
canProcessInput(Token) - Method in class adams.flow.control.ConditionalTee
Returns whether the token can be processed in the tee actor.
canProcessInput(Token) - Method in class adams.flow.control.ContainerValuePicker
Returns whether the token can be processed in the tee actor.
canProcessInput(Token) - Method in class adams.flow.control.Count
Returns whether the token can be processed in the tee actor.
canProcessInput(Token) - Method in class adams.flow.control.JMap
Returns whether the token can be processed in the tee actor.
canProcessInput(Token) - Method in class adams.flow.control.Once
Returns whether the token can be processed in the tee actor.
canProcessInput(Token) - Method in class adams.flow.control.Rejector
Returns whether the token can be processed in the tee actor.
canProcessInput(Token) - Method in class adams.flow.control.TriggerOnce
Returns whether the token can be processed in the tee actor.
canProcessToken(Token) - Method in class adams.flow.control.ContainerValuePicker
Checks whether we can process the token.
canRandomize() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.AbstractSplitGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns whether randomization is enabled.
canRandomize() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns whether randomization is enabled.
canRead() - Method in class adams.core.io.PlaceholderFile
Tests whether the application can read the file denoted by this abstract pathname.
canRead(PlaceholderFile) - Static method in class adams.flow.core.RestorableActorHelper
Checks whether the restoration file can be read.
canRecurse(Class) - Method in class adams.core.option.AbstractOptionTraverser
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in class adams.core.option.FileLister
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in interface adams.core.option.OptionTraverser
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in class adams.core.option.VariableLister
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in class adams.core.option.VariablesInstanceLister
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in class adams.core.option.XhtmlProducer.ActorOptionTraverser
 
canRecurse(Class) - Method in class adams.core.VariablesFinder
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in class adams.flow.core.ErrorHandlerInstanceLister
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in class adams.flow.processor.AbstractModifyingInteractiveProcessor
Returns whether we can recurse into this class.
canRecurse(Class) - Method in class adams.flow.processor.AbstractNameUpdater
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in class adams.flow.processor.UpdateStorageName
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Class) - Method in class adams.flow.processor.UpdateVariableName
Returns whether the traverser can recurse the specified class (base class from a ClassOption).
canRecurse(Object) - Method in class adams.core.option.AbstractOptionTraverser
Returns whether the traverser can recurse the specified object.
canRecurse(Object) - Method in class adams.core.option.FileLister
Returns whether the traverser can recurse the specified object.
canRecurse(Object) - Method in interface adams.core.option.OptionTraverser
Returns whether the traverser can recurse the specified object.
canRecurse(Object) - Method in class adams.core.option.VariableLister
Returns whether the traverser can recurse the specified object.
canRecurse(Object) - Method in class adams.core.option.VariablesInstanceLister
Returns whether the traverser can recurse the specified object.
canRecurse(Object) - Method in class adams.core.option.XhtmlProducer.ActorOptionTraverser
 
canRecurse(Object) - Method in class adams.core.VariablesFinder
Returns whether the traverser can recurse the specified object.
canRecurse(Object) - Method in class adams.flow.core.ErrorHandlerInstanceLister
Returns whether the traverser can recurse the specified object.
canRecurse(Object) - Method in class adams.flow.processor.AbstractModifyingInteractiveProcessor
Returns whether we can recurse into this object.
canRecurse(Object) - Method in class adams.flow.processor.AbstractNameUpdater
Returns whether the traverser can recurse the specified object.
canRedo() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Checks whether a redo action is available.
canRedo() - Method in class adams.gui.core.StyledTextEditorPanel
Checks whether a redo action is available.
canRedo() - Method in class adams.gui.core.TextEditorPanel
Checks whether a redo action is available.
canRedo() - Method in class adams.gui.core.Undo
Returns whether any redo-steps are left.
canRedo() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns whether a redo is possible.
canReload() - Method in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
Whether it is possible to reload this item.
canReload() - Method in interface adams.gui.tools.wekainvestigator.data.DataContainer
Whether it is possible to reload this item.
canReload() - Method in class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer
Whether it is possible to reload this item.
canReload() - Method in class adams.gui.tools.wekainvestigator.data.FileContainer
Whether it is possible to reload this item.
canReload() - Method in class adams.gui.tools.wekainvestigator.data.MemoryContainer
Whether it is possible to reload this item.
canReload() - Method in class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
Whether it is possible to reload this item.
canReload() - Method in class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer
Whether it is possible to reload this item.
canRemove - Variable in class adams.gui.flow.tree.StateContainer
whether the node can be deleted.
canRemove() - Method in class adams.flow.control.StorageQueueHandler
Checks whether it is possible to dequeue an item.
canRemoveActors(TreePath[]) - Method in class adams.gui.flow.tree.Tree
Checks whether the specified actors can be removed, e.g., "cut" and placed on the clipboard.
canRemovePageAt(int) - Method in class adams.gui.core.MultiPagePane
Checks whether the page can be removed.
canRemoveSelectedPages() - Method in class adams.gui.core.MultiPagePane
Checks whether the selected pages can be removed.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.AbstractObjectRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.FlowContainerRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.ImageRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.MapRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.Mat5ArrayRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in interface adams.gui.visualization.debug.objectrenderer.ObjectRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.PlainTextRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.PropertiesRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.ReportRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.SetRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.SpreadSheetRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.TimeseriesRenderer
Checks whether the renderer can use a cached setup to render an object.
canRenderCached(Object, JPanel) - Method in class adams.gui.visualization.debug.objectrenderer.WekaInstancesRenderer
Checks whether the renderer can use a cached setup to render an object.
canReplaceInvalidChars() - Method in class adams.core.AbstractDataBackedRange
Returns whether invalid characters should get removed.
canReplaceInvalidChars() - Method in class adams.core.Range
Returns whether invalid characters should get removed.
canReset() - Method in class adams.gui.application.AbstractPreferencesPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.CharsetSettingsPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.EmailSetupPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.FlowPreferencesPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.FontsPreferencesPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.JVisualVMPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.LocaleSettingsPanel
Returns whether the panel supports resetting the options.
canReset() - Method in interface adams.gui.application.PreferencesPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.ProxySettingsPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.SMBSetupPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.SSLSetupPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.TerminalSettingsPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.TimeZoneSettingsPanel
Returns whether the panel supports resetting the options.
canReset() - Method in class adams.gui.application.WekaInvestigatorPreferencesPanel
Returns whether the panel supports resetting the options.
canRetrieve() - Method in class adams.flow.control.StorageQueueHandler.QueueItem
Checks whether the item can be retrieved based on its retrieval timestamp.
canRevert() - Method in class adams.gui.flow.FlowPanel
Returns whether a revert action is possible.
canRevert() - Method in class adams.gui.tools.wekainvestigator.datatable.action.Revert
Checks whether any selected container can be reverted.
canRunJDeps() - Method in class adams.flow.control.JDeps
Returns whether jdeps can be run.
canRunJMap() - Method in class adams.flow.control.JMap
Returns whether jmap can be run.
canSetUpScript() - Method in class adams.data.conversion.AbstractScriptedConversion
Method for checking whether we can setUp the script.
canSetUpScript() - Method in class adams.data.conversion.Groovy
Method for checking whether we can setUp the script.
canStartDrag(BaseTreeNode) - Method in class adams.gui.flow.tree.Tree
Checks whether the source node can be dragged at all.
canStartDrag(BaseTreeNode[]) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Checks whether the source node can be dragged at all.
canStartDrag(BaseTreeNode[]) - Method in class adams.gui.core.DragAndDropTree
Checks whether the source node can be dragged at all.
canStartExecution() - Method in class adams.gui.tools.wekainvestigator.tab.AbstractInvestigatorTab
Returns whether a new job can be executed.
canStartListeningAtRuntime() - Method in class adams.flow.control.Flow
Returns whether listeners can be attached at runtime.
canStartListeningAtRuntime() - Method in class adams.flow.execution.DefaultFlowExecutionListeningSupporter
Returns whether listeners can be attached at runtime.
canStartListeningAtRuntime() - Method in interface adams.flow.execution.FlowExecutionListeningSupporter
Returns whether listeners can be attached at runtime.
canStartListeningAtRuntime() - Method in class adams.flow.transformer.ExecuteActor
Returns whether listeners can be attached at runtime.
canStopThread() - Static method in class adams.core.management.Java
Returns whether we can call Thread.stop().
canSwap(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in class adams.data.conversion.AbstractSwapObject
Checks whether a swap can be made.
canSwap(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in class adams.data.conversion.SwapObjects
Checks whether a swap can be made.
canSwap(PropertyPath.Path, PropertyDescriptor, Object, Object) - Method in class adams.data.conversion.SwapPLS
Checks whether a swap can be made.
canUndo() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Checks whether an undo action is available.
canUndo() - Method in class adams.gui.core.StyledTextEditorPanel
Checks whether an undo action is available.
canUndo() - Method in class adams.gui.core.TextEditorPanel
Checks whether an undo action is available.
canUndo() - Method in class adams.gui.core.Undo
Returns whether any undo-steps are left.
canUndo() - Method in class adams.gui.visualization.instances.InstancesTable
returns whether an undo is possible, i.e.
canUndo() - Method in class adams.gui.visualization.instances.InstancesTableModel
returns whether an undo is possible, i.e.
canUndo() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns whether an undo is possible.
canUndo() - Method in class weka.gui.explorer.ExplorerExt
Checks whether undo is possible.
canUndoPageClose() - Method in class adams.gui.core.MultiPagePane
Returns whether a tab close can be undone.
canUndoTabClose() - Method in class adams.gui.core.BaseTabbedPane
Returns whether a tab close can be undone.
canUseIcon() - Method in class adams.gui.action.AbstractPropertiesAction
Returns whether the icon (if available) can be used.
canUseIcon() - Method in class adams.gui.action.AbstractPropertiesCheckBoxMenuItemAction
Returns whether the icon (if available) can be used.
Canvas - Class in adams.flow.sink
General purpose drawing canvas.
Canvas() - Constructor for class adams.flow.sink.Canvas
 
canvasColorTipText() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the tip text for this property.
canvasHeightTipText() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns the tip text for this property.
canvasHeightTipText() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the tip text for this property.
CanvasPanel - Class in adams.gui.visualization.object
For drawing the image and overlays.
CanvasPanel - Class in adams.gui.visualization.segmentation
Used for drawing on.
CanvasPanel() - Constructor for class adams.gui.visualization.object.CanvasPanel
 
CanvasPanel() - Constructor for class adams.gui.visualization.segmentation.CanvasPanel
 
canvasWidthTipText() - Method in class adams.data.image.transformer.ChangeCanvasSize
Returns the tip text for this property.
canvasWidthTipText() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the tip text for this property.
canView(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Returns whether a view can be generated.
canVisualize() - Method in class adams.gui.tools.wekainvestigator.tab.IndependentComponentsTab
Returns whether data can be visualized.
canVisualize() - Method in class adams.gui.tools.wekainvestigator.tab.InstanceTab
Returns whether data can be visualized.
canVisualize() - Method in class adams.gui.tools.wekainvestigator.tab.PartialLeastSquaresTab
Returns whether data can be visualized.
canVisualize() - Method in class adams.gui.tools.wekainvestigator.tab.PrincipalComponentsTab
Returns whether data can be visualized.
canWrite() - Method in class adams.core.io.PlaceholderFile
Tests whether the application can modify the file denoted by this abstract pathname.
canWriteMultiple() - Method in class adams.data.io.output.AbstractDataContainerWriter
Returns whether writing of multiple containers is supported.
canWriteMultiple() - Method in class adams.data.io.output.AbstractMultiSheetSpreadSheetWriter
Returns whether the writer supports writing multiple sheets.
canWriteMultiple() - Method in class adams.data.io.output.AbstractTimeseriesWriter
Returns whether writing of multiple containers is supported.
canWriteMultiple() - Method in interface adams.data.io.output.MultiSheetSpreadSheetWriter
Returns whether the writer supports writing multiple sheets.
canWriteMultiple() - Method in class adams.data.io.output.SpreadSheetTimeseriesWriter
Returns whether writing of multiple containers is supported.
canZoom(double, double) - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Checks whether we can still zoom in.
canZoom(double, double) - Method in class adams.gui.visualization.core.AxisPanel
Checks whether we can still zoom in.
capabilities() - Method in class adams.ml.capabilities.Capabilities
Returns the capabilities.
Capabilities - Class in adams.ml.capabilities
Encapsulates the capabilities for an algorithm.
Capabilities() - Constructor for class adams.ml.capabilities.Capabilities
Initializes the capabilities with no owner.
Capabilities(CapabilitiesHandler) - Constructor for class adams.ml.capabilities.Capabilities
Initializes the capabilities.
capabilitiesFilterChanged(Explorer.CapabilitiesFilterChangeEvent) - Method in class weka.gui.explorer.ExperimentPanel
method gets called in case of a change event.
CapabilitiesHandler - Interface in adams.ml.capabilities
Interface for classes that support capabilities.
CapabilitiesHelper - Class in adams.ml.capabilities
Helper class for capabilities.
CapabilitiesHelper() - Constructor for class adams.ml.capabilities.CapabilitiesHelper
 
CapabilitiesInfo - Class in adams.core.option.help
Generates help for classes that implement the adams.ml.capabilities.CapabilitiesHandler interface.
CapabilitiesInfo() - Constructor for class adams.core.option.help.CapabilitiesInfo
 
capabilitiesTipText() - Method in class adams.flow.condition.bool.AbstractAttributeCapabilities
Returns the tip text for this property.
Capability - Enum in adams.flow.core
Enumeration of all capabilities.
Capability - Enum in adams.ml.capabilities
Capability for an algorithm.
CAPTION_INDICATOR - Static variable in class adams.gui.goe.VariableSupport
the indicator to be displayed in a JLabel when the option has a variable.
captionNegativeTipText() - Method in class adams.flow.condition.bool.PromptUser
Returns the tip text for this property.
captionPositiveTipText() - Method in class adams.flow.condition.bool.PromptUser
Returns the tip text for this property.
capValue(double, double, double) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Caps a value to a given range.
capValue(int, int, int) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Caps a value to a given range.
caretAtStartTipText() - Method in class adams.flow.sink.HistoryDisplay
Returns the tip text for this property.
caretToLine(int) - Method in class adams.gui.core.BaseTextArea
Determines the line number for the caret position.
caretToLine(int) - Method in class adams.gui.core.BaseTextPane
Determines the line number for the caret position.
caretToLine(int) - Method in class adams.gui.core.TextEditorPanel
Determines the line number for the caret position.
caseInsensitiveTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns the tip text for this property.
caseSensitiveTipText() - Method in class adams.flow.transformer.FindInFile
Returns the tip text for this property.
caseSensitiveTipText() - Method in class adams.flow.transformer.StringIndexOf
Returns the tip text for this property.
caseSensitiveTipText() - Method in class adams.flow.transformer.SubStringCount
Returns the tip text for this property.
casesTipText() - Method in class adams.flow.control.Switch
Returns the tip text for this property.
casesTipText() - Method in class adams.flow.source.SwitchedSource
Returns the tip text for this property.
Cast - Class in adams.flow.control
Casts the incoming data to the specified classname.
Cast() - Constructor for class adams.flow.control.Cast
 
CATALAN - adams.flow.core.TesseractLanguage
 
CATALOGS - adams.db.MetaDataType
 
catchTipText() - Method in class adams.flow.control.TryCatch
Returns the tip text for this property.
CATEGORICAL_ATTRIBUTE - adams.ml.capabilities.Capability
 
CATEGORICAL_CLASS - adams.ml.capabilities.Capability
 
CategoricalSummaryStatistic - Interface in adams.flow.transformer.summarystatistics
Interface for statistics that work on categorical predictions.
CATEGORY_HELP - Static variable in class adams.gui.application.AbstractMenuItemDefinition
the "Help" category.
CATEGORY_MACHINELEARNING - Static variable in class adams.gui.application.AbstractMenuItemDefinition
the "Machine learning" category.
CATEGORY_MAINTENANCE - Static variable in class adams.gui.application.AbstractMenuItemDefinition
the "Maintenance" category.
CATEGORY_PROGRAM - Static variable in class adams.gui.application.AbstractMenuItemDefinition
the "Program" category.
CATEGORY_TOOLS - Static variable in class adams.gui.application.AbstractMenuItemDefinition
the "Tools" category.
CATEGORY_VISUALIZATION - Static variable in class adams.gui.application.AbstractMenuItemDefinition
the "Visualization" category.
CATEGORY_WIZARD - Static variable in class adams.gui.application.AbstractMenuItemDefinition
the "Wizard" category.
Cauchy - Class in adams.data.distribution
Cauchy distribution.
Cauchy() - Constructor for class adams.data.distribution.Cauchy
 
CAUSE_ERROR - adams.flow.core.MissingLookUpKey
report an error.
CBRT - Static variable in interface adams.parser.booleanexpression.sym
 
CBRT - Static variable in interface adams.parser.lookupupdate.sym
 
CBRT - Static variable in interface adams.parser.mathematicalexpression.sym
 
CBRT - Static variable in interface adams.parser.stringexpression.sym
 
CC - adams.flow.transformer.WekaClassifierRanker.Measure
evaluation via: Correlation coefficient.
CC - adams.opt.genetic.Measure
Correlation coefficient.
CC - adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction.Measure
evaluation via: Correlation coefficient.
CChart - Class in adams.data.spc
Generates data for a c chart.

For more information see:
QICacros.
CChart() - Constructor for class adams.data.spc.CChart
 
CCTipText() - Method in class adams.flow.sink.sendnotification.Email
Returns the tip text for this property.
CCTipText() - Method in class adams.flow.transformer.CreateEmail
Returns the tip text for this property.
CDF2_4 - adams.data.filter.AbstractFastWavelet.WaveletType
CDF2 4.
CDropTargetListener() - Constructor for class adams.gui.core.DragAndDropTabbedPane.CDropTargetListener
 
CEDD - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.CEDD.
For more information, see:
Savvas A.
CEDD() - Constructor for class adams.data.lire.features.CEDD
 
ceil(double, int) - Static method in class adams.data.RoundingUtils
Round up to specific number of digits after decimal point.
ceil(float, int) - Static method in class adams.data.RoundingUtils
Round up to specific number of digits after decimal point.
CEIL - Static variable in interface adams.parser.basedate.sym
 
CEIL - Static variable in interface adams.parser.basedatetime.sym
 
CEIL - Static variable in interface adams.parser.basedatetimemsec.sym
 
CEIL - Static variable in interface adams.parser.basetime.sym
 
CEIL - Static variable in interface adams.parser.basetimemsec.sym
 
CEIL - Static variable in interface adams.parser.booleanexpression.sym
 
CEIL - Static variable in interface adams.parser.lookupupdate.sym
 
CEIL - Static variable in interface adams.parser.mathematicalexpression.sym
 
CEIL - Static variable in interface adams.parser.spreadsheetformula.sym
 
CEIL - Static variable in interface adams.parser.stringexpression.sym
 
CEILING - adams.data.RoundingType
performs a Math.ceil(double).
Cell - Interface in adams.data.spreadsheet
Represents a single cell.
CELL - Static variable in interface adams.parser.spreadsheetformula.sym
 
CELL_OBJECT - Static variable in interface adams.parser.spreadsheetformula.sym
 
CELL_STRING - Static variable in interface adams.parser.spreadsheetformula.sym
 
CELL_TYPES - adams.flow.transformer.SpreadSheetInfo.InfoType
all cell types (at specified index).
CELL_VALUES - adams.flow.transformer.SpreadSheetInfo.InfoType
all (unique) cell values (at specified index).
Cell.ContentType - Enum in adams.data.spreadsheet
the type of content.
CellContent - Class in adams.gui.tools.spreadsheetviewer.tab
Displays the content of the selected cell.
CellContent() - Constructor for class adams.gui.tools.spreadsheetviewer.tab.CellContent
 
CellEditor - Class in adams.gui.flow.tree
Simply avoids the editing of the HTML of the tree nodes.
CellEditor(JTree, DefaultTreeCellRenderer) - Constructor for class adams.gui.flow.tree.CellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and a default editor.
CellEditor(JTree, DefaultTreeCellRenderer, TreeCellEditor) - Constructor for class adams.gui.flow.tree.CellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor.
CellFinder - Interface in adams.data.spreadsheet.cellfinder
Interface for classes that locate cells of interest in a spreadsheet.
cellFinderTipText() - Method in class adams.data.conversion.SpreadSheetCellFinderToPositions
Deprecated.
Returns the tip text for this property.
cellKeys() - Method in class adams.data.spreadsheet.AbstractRow
Returns a collection of all stored cell keys.
cellKeys() - Method in class adams.data.spreadsheet.DataRowView
Returns a collection of all stored cell keys.
cellKeys() - Method in class adams.data.spreadsheet.DenseDataRow
Returns a collection of all stored cell keys.
cellKeys() - Method in class adams.data.spreadsheet.HeaderRow
Returns a collection of all stored cell keys.
cellKeys() - Method in interface adams.data.spreadsheet.Row
Returns a collection of all stored cell keys.
cellKeys() - Method in class adams.data.spreadsheet.SparseDataRow
Returns a collection of all stored cell keys.
cellKeys() - Method in class adams.ml.data.InstancesHeaderRow
Returns a collection of all stored cell keys.
cellKeys() - Method in class adams.ml.data.InstanceView
Returns a collection of all stored cell keys.
cellKeyToIndex(String) - Method in class adams.ml.data.InstancesHeaderRow
Turns the cellKey into a column index.
cellKeyToIndex(String) - Method in class adams.ml.data.InstancesView
Turns the cellKey into a column index.
cellKeyToIndex(String) - Method in class adams.ml.data.InstanceView
Turns the cellKey into a column index.
CellLocation - Class in adams.data.spreadsheet.cellfinder
Container object for a cell location (row and column).
CellLocation(int, int) - Constructor for class adams.data.spreadsheet.cellfinder.CellLocation
Initializes the position.
CellLocation(String) - Constructor for class adams.data.spreadsheet.cellfinder.CellLocation
Initializes the position with a cell string, like "A1".
cellPaddingTipText() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the tip text for this property.
CellRange - Class in adams.data.spreadsheet.cellfinder
Locator that locates cells using a rectangular range.
CellRange() - Constructor for class adams.data.spreadsheet.cellfinder.CellRange
 
CellRenderer(Color) - Constructor for class adams.flow.transformer.SpreadSheetCellSelector.CellRenderer
Initializes the renderer.
CellRenderingCustomizer - Interface in adams.gui.core.spreadsheettable
Interface for classes that customize the rendering of a cell.
cellRenderingCustomizerTipText() - Method in class adams.flow.sink.SpreadSheetDisplay
Returns the tip text for this property.
cellRenderingCustomizerTipText() - Method in class adams.gui.tools.previewbrowser.AbstractSpreadSheetHandler
Returns the tip text for this property.
cellRenderingCustomizerTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
Returns the tip text for this property.
cells() - Method in class adams.data.spreadsheet.DataRowView
Returns all cells.
cells() - Method in class adams.data.spreadsheet.DenseDataRow
Returns all cells.
cells() - Method in class adams.data.spreadsheet.HeaderRow
Returns all cells.
cells() - Method in interface adams.data.spreadsheet.Row
Returns all cells.
cells() - Method in class adams.data.spreadsheet.SparseDataRow
Returns all cells.
cells() - Method in class adams.ml.data.InstancesHeaderRow
Returns all cells.
cells() - Method in class adams.ml.data.InstanceView
Returns all cells.
cellSpacingTipText() - Method in class weka.experiment.ResultMatrixMediaWiki
Returns the tip text for this property.
cellStringContentTypeTipText() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the tip text for this property.
cellStringIDTipText() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the tip text for this property.
CELLTYPE - Static variable in interface adams.parser.spreadsheetquery.sym
 
cellTypeContentTypeTipText() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the tip text for this property.
cellTypeIDTipText() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Returns the tip text for this property.
CellTypeRange - Class in adams.data.spreadsheet.cellfinder
Locator that locates cells of a certain type using a rectangular range.
CellTypeRange() - Constructor for class adams.data.spreadsheet.cellfinder.CellTypeRange
 
CellView - Class in adams.data.spreadsheet
Wrapper for a cell.
CellView(Row, Cell) - Constructor for class adams.data.spreadsheet.CellView
Initializes the wrapper.
Center - Class in adams.gui.visualization.object.objectannotations.shape
Plots a circle in the center of the object.
Center() - Constructor for class adams.gui.visualization.object.objectannotations.shape.Center
 
CENTER - adams.data.instancesanalysis.pls.PreprocessingType
 
CENTER - adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet.HorizontalAlignment
 
CENTER - adams.flow.transformer.pdfstamp.Text.Alignment
 
centerClass(Instances) - Method in class weka.classifiers.trees.RandomRegressionForest
Centers the class value in the data.
centerDataTipText() - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Returns the tip text for this property
centerOnCanvas(BufferedImage) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Copies the object image onto the canvas with defined dimensions and color.
centerOnCanvasTipText() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Returns the tip text for this property.
centerPanel - Variable in class adams.gui.chooser.DatePanel.InternalView
 
CenterStatistic - Enum in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Enumeration of available center statistics.
centerTipText() - Method in class adams.ml.preprocessing.unsupervised.PCA
Returns the tip text for this property.
centerValue() - Method in class adams.core.base.BaseRectangle
Returns the center of the quadrilateral.
centerValue() - Method in class adams.core.base.LabeledRectangle
Returns the center of the quadrilateral.
centerValue() - Method in class adams.core.base.QuadrilateralLocation
Returns the center of the quadrilateral.
centralMoment(boolean[][], int, int) - Static method in class adams.data.image.moments.MomentHelper
Computes the central moment.
CentralMoment - Class in adams.data.image.moments
The central moment.
CentralMoment() - Constructor for class adams.data.image.moments.CentralMoment
 
change() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
called when a field has changed, updates all paintlets etc
change() - Method in class adams.gui.visualization.stats.zscore.ZScore
prepare for displaying
changeAllTipText() - Method in class adams.flow.processor.ChangeDatabaseConditionLimit
Returns the tip text for this property.
changeAllTipText() - Method in class adams.flow.processor.ChangeNumThreads
Returns the tip text for this property.
ChangeAttributeWeight - Class in adams.gui.visualization.instances.instancestable
Allows the user to change the weight of the selected attribute.
ChangeAttributeWeight() - Constructor for class adams.gui.visualization.instances.instancestable.ChangeAttributeWeight
 
ChangeCallableActor - Class in adams.gui.flow.tree.quickaction
Changes the callable actor that is being referenced.
ChangeCallableActor() - Constructor for class adams.gui.flow.tree.quickaction.ChangeCallableActor
 
ChangeCanvasSize - Class in adams.data.image.transformer
Places the image on a canvas of specified size based on the anchor.
ChangeCanvasSize - Class in adams.flow.transformer.locateobjects
Places the located objects obtained from the base locator on a canvas of specified size at the specified position.
ChangeCanvasSize() - Constructor for class adams.data.image.transformer.ChangeCanvasSize
 
ChangeCanvasSize() - Constructor for class adams.flow.transformer.locateobjects.ChangeCanvasSize
 
changeColorProvider() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeVisualizationPanel
Lets the user choose another color provider.
ChangeColumnType - Class in adams.gui.core.spreadsheettable
Allows the conversion of a column to a different type.
ChangeColumnType() - Constructor for class adams.gui.core.spreadsheettable.ChangeColumnType
 
ChangeDatabaseConditionLimit - Class in adams.flow.processor
Processor that the limit of a database condition.
ChangeDatabaseConditionLimit() - Constructor for class adams.flow.processor.ChangeDatabaseConditionLimit
 
ChangeDatabaseConnection - Class in adams.flow.processor
Processor that updates database connections.
ChangeDatabaseConnection() - Constructor for class adams.flow.processor.ChangeDatabaseConnection
 
ChangeDisplayType - Class in adams.flow.processor
Processor that updates the display type of DisplayTypeSupporter actors.
ChangeDisplayType() - Constructor for class adams.flow.processor.ChangeDisplayType
 
changedUpdate(DocumentEvent) - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel.ModificationDocumentListener
 
changeExtension(String) - Method in class adams.core.io.PlaceholderFile
Swaps the current extension with the new one.
changeExtension(String, String) - Method in class adams.core.io.PlaceholderFile
Swaps the specified old extension with the new one.
ChangeExternalActorFile - Class in adams.gui.flow.tree.quickaction
Lets the user update the external actor file.
ChangeExternalActorFile() - Constructor for class adams.gui.flow.tree.quickaction.ChangeExternalActorFile
 
changeGrid() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Called when the grid checkbox changes, displays or removes the grid overlay
ChangeImageObjectPrefix - Class in adams.flow.transformer
Uses the specified object finder to locate objects and then applies the object filter to the located objects.
ChangeImageObjectPrefix() - Constructor for class adams.flow.transformer.ChangeImageObjectPrefix
 
ChangeInstanceWeights - Class in adams.gui.visualization.instances.instancestable
Allows the user to change the weight of the selected attribute.
ChangeInstanceWeights() - Constructor for class adams.gui.visualization.instances.instancestable.ChangeInstanceWeights
 
changeLine() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Called when the line checkbox changes, Displays or removes the regression line overlay
ChangeNumThreads - Class in adams.flow.processor
Processor that changes the number of threads used for classes that implement ThreadLimiter.
ChangeNumThreads() - Constructor for class adams.flow.processor.ChangeNumThreads
 
ChangeOrientation - Class in adams.data.jai.transformer
Ensures that the image has the specified orientation.
ChangeOrientation() - Constructor for class adams.data.jai.transformer.ChangeOrientation
 
changeOverlay() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
called when new overlays have been chosen
changePaintlet() - Method in class adams.gui.visualization.stats.scatterplot.ScatterPlot
Called when the paintlet used has been changed
changePaintlet() - Method in class adams.gui.visualization.stats.zscore.ZScore
called when the paintlet used is changed
ChangePath - Class in adams.flow.processor
Processor that updates paths of classes that are derived from File.
ChangePath() - Constructor for class adams.flow.processor.ChangePath
 
changeRegression() - Method in class adams.gui.visualization.stats.probabilityplot.ProbabilityPlot
Called when the regression to plot changes
ChangeReportFieldPrefixes - Class in adams.flow.transformer
Replaces the specified old prefixes with the new one.
ChangeReportFieldPrefixes() - Constructor for class adams.flow.transformer.ChangeReportFieldPrefixes
 
ChangeStorageName - Class in adams.gui.flow.tree.quickaction
Renames the name of the storage item.
ChangeStorageName() - Constructor for class adams.gui.flow.tree.quickaction.ChangeStorageName
 
changeToParentDirectory() - Method in interface adams.gui.chooser.FileChooser
Changes the directory to be set to the parent of the current directory.
ChangeVariableName - Class in adams.gui.flow.tree.quickaction
Renames the name of the variable.
ChangeVariableName() - Constructor for class adams.gui.flow.tree.quickaction.ChangeVariableName
 
ChangeVariableValue - Class in adams.gui.flow.tree.quickaction
Changes the value of the variable.
ChangeVariableValue() - Constructor for class adams.gui.flow.tree.quickaction.ChangeVariableValue
 
Channel - Enum in adams.data.image
The available channels in ARGB.
channelsTipText() - Method in class adams.data.image.multiimageoperation.CombineChannels
Returns the tip text for this property.
channelsTipText() - Method in class adams.data.image.transformer.SplitChannels
Returns the tip text for this property.
channelsTipText() - Method in class adams.data.image.transformer.SplitChannelsHSV
Returns the tip text for this property.
channelsTipText() - Method in class adams.data.image.transformer.SplitChannelsYIQ
Returns the tip text for this property.
channelsTipText() - Method in class adams.data.image.transformer.SplitChannelsYUV
Returns the tip text for this property.
Chapter - Class in adams.doc.docbook
Represents the "chapter" tag.
Chapter() - Constructor for class adams.doc.docbook.Chapter
Initializes the tag.
Chapter(String) - Constructor for class adams.doc.docbook.Chapter
Initializes the tag.
CHAPTER - adams.core.TechnicalInformation.Field
A chapter (or section or whatever) number.
CHAR - adams.data.conversion.ByteArrayToPrimitiveArray.PrimitiveType
 
CHARACTER_POSITIONS - adams.flow.transformer.StringCut.CutType
 
CHARACTER_POSITIONS - adams.flow.transformer.StringRangeCut.Type
character position.
characterEndPosTipText() - Method in class adams.flow.transformer.StringCut
Returns the tip text for this property.
characters(char[], int, int) - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader.SheetHandler
Receive notification of character data inside an element.
characterStartPosTipText() - Method in class adams.flow.transformer.StringCut
Returns the tip text for this property.
charactersTipText() - Method in class adams.tools.ZipPassword
Returns the tip text for this property.
CharArrayToString - Class in adams.data.conversion
Turns a char array into a String.
CharArrayToString() - Constructor for class adams.data.conversion.CharArrayToString
 
CHARS - Static variable in class adams.core.Variables
allowed characters.
CHARS - Static variable in class adams.flow.control.Storage
allowed characters.
CHARSET - Static variable in class adams.core.management.CharsetHelper
the charset to use.
CHARSET - Static variable in class adams.core.option.CompactFlowProducer
the information on the character set used.
CHARSET - Static variable in class adams.core.option.NestedProducer
the information on the character set used.
CHARSET_DEFAULT - Static variable in class adams.core.management.CharsetHelper
the constant for the predefined charset.
CharsetDefinition - Class in adams.env
Definition for the Charset props file.
CharsetDefinition() - Constructor for class adams.env.CharsetDefinition
 
CharsetHelper - Class in adams.core.management
Helper class for charset setup.
CharsetSettingsPanel - Class in adams.gui.application
Panel for configuring the charset settings.
CharsetSettingsPanel() - Constructor for class adams.gui.application.CharsetSettingsPanel
 
charSetTipText() - Method in class adams.flow.transformer.WekaTextDirectoryReader
Returns the tip text for this property.
charsetValue() - Method in class adams.core.base.BaseCharset
Returns the charset value.
charToString(Char) - Static method in class adams.data.matlab.MatlabUtils
Converts a character cell into a string.
ChartPaintlet - Class in adams.flow.sink.controlchartplot
A paintlet for painting a line plot of a sequence.
ChartPaintlet() - Constructor for class adams.flow.sink.controlchartplot.ChartPaintlet
 
ChartTarget - Class in adams.gui.tools.spreadsheetprocessor.targets
For displaying the data in a chart.
ChartTarget() - Constructor for class adams.gui.tools.spreadsheetprocessor.targets.ChartTarget
 
chartTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
chartTipText() - Method in class adams.flow.sink.JFreeChartPlot
Returns the tip text for this property.
chartTipText() - Method in class adams.flow.transformer.ControlChart
Returns the tip text for this property.
chartTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Returns the tip text for this property.
chartTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.JFreeChart
Returns the tip text for this property.
ChartUtils - Class in adams.gui.visualization.jfreechart.dataset
Helper methods for charts.
ChartUtils() - Constructor for class adams.gui.visualization.jfreechart.dataset.ChartUtils
 
charValue() - Method in class adams.core.base.BaseCharacter
Returns the char value.
check() - Method in class adams.core.command.AbstractExternalCommand
Hook method for performing checks before executing the command.
check() - Method in class adams.core.shutdown.AbstractShutdownHook
Hook method before generating the runnable and installing it.
check() - Method in class adams.core.shutdown.MultiHook
Hook method before generating the runnable and installing it.
check() - Method in class adams.core.shutdownbuiltin.AbstractBuiltInShutdownHook
Hook method before generating the runnable and installing it.
check() - Method in class adams.data.imagefilter.AbstractImageFilterProvider
Hook method for performing checks.
check() - Method in class adams.data.imagefilter.KeepOnlyColors
Hook method for performing checks.
check() - Method in class adams.data.io.input.AbstractEmailFileReader
Hook method for performing checks before reading the emails.
check() - Method in class adams.data.io.input.AbstractEmailReader
Hook method for performing checks before reading the emails.
check() - Method in class adams.data.io.input.AbstractFlowReader
Hook method to perform some checks before performing the actual read.
check() - Method in class adams.data.io.input.AbstractSpreadSheetReader
Hook method to perform some checks before performing the actual read.
check() - Method in class adams.data.io.input.ExcelStreamingSpreadSheetReader
Hook method to perform some checks before performing the actual read.
check() - Method in class adams.data.random.AbstractRandomNumberGenerator
Performs optional checks.
check() - Method in class adams.data.random.JavaRandomByte
Performs optional checks.
check() - Method in class adams.data.random.JavaRandomByteUnseeded
Performs optional checks.
check() - Method in class adams.data.random.JavaRandomDouble
Performs optional checks.
check() - Method in class adams.data.random.JavaRandomDoubleUnseeded
Performs optional checks.
check() - Method in class adams.data.random.JavaRandomInt
Performs optional checks.
check() - Method in class adams.data.random.JavaRandomIntUnseeded
Performs optional checks.
check() - Method in class adams.data.statistics.AbstractArrayStatistic
Checks whether all pre-conditions are met.
check() - Method in class adams.db.AbstractConditions
Checks the correctness of the provided values, may throw unchecked Exceptions.
check() - Method in class adams.db.AbstractTableCleanUp
Performs checks before cleaning up the table.
check() - Method in class adams.db.AbstractTimeWindowTableCleanUp
Performs checks before cleaning up the table.
check() - Method in class adams.db.SQLTableCleanUp
Performs checks before cleaning up the table.
check() - Method in class adams.flow.control.AbstractConnectedControlActor
Performs checks on the "sub-actors".
check() - Method in class adams.flow.control.AbstractControlActor
Performs checks on the "sub-actors".
check() - Method in class adams.flow.control.AbstractTee
Performs checks on the "sub-actors".
check() - Method in class adams.flow.control.Branch
Checks whether all the connections are valid, i.e., the input and output types fit and whether the flow chain is connected properly.
check() - Method in class adams.flow.control.FileProcessor
Performs checks on the "sub-actors".
check() - Method in class adams.flow.control.IfStorageValue
Performs checks on the "sub-actors".
check() - Method in class adams.flow.control.LaunchTee
Performs checks on the "sub-actors".
check() - Method in class adams.flow.control.LaunchTrigger
Performs checks on the "sub-actors".
check() - Method in interface adams.flow.core.ActorHandler
Performs checks on the "sub-actors".
check() - Method in class adams.flow.generator.AbstractFlowGenerator
Hook method for checks before generating the flow.
check() - Method in class adams.flow.source.filesystemsearch.AbstractFileSystemSearchlet
Performs a setup check before search.
check() - Method in class adams.flow.source.filesystemsearch.AbstractFtpDirectoryListerBasedSearchlet
Performs a setup check before search.
check() - Method in class adams.flow.source.filesystemsearch.AbstractSftpDirectoryListerBasedSearchlet
Performs a setup check before search.
check() - Method in class adams.flow.source.filesystemsearch.AbstractSmbDirectoryListerBasedSearchlet
Performs a setup check before search.
check() - Method in class adams.flow.source.filesystemsearch.MultiSearch
Performs a setup check before search.
check() - Method in class adams.flow.source.inputstreamsource.AbstractInputStreamGenerator
Hook method for checks.
check() - Method in class adams.flow.source.inputstreamsource.FromFile
Hook method for checks.
check() - Method in class adams.flow.source.inputstreamsource.FromResource
Hook method for checks.
check() - Method in class adams.flow.source.newlist.AbstractListGenerator
Hook method for checks.
check() - Method in class adams.flow.source.newlist.FixedList
Hook method for checks.
check() - Method in class adams.flow.source.newlist.ForLoop
Hook method for checks.
check() - Method in class adams.flow.source.readersource.AbstractReaderGenerator
Hook method for checks.
check() - Method in class adams.flow.source.readersource.FromFile
Hook method for checks.
check() - Method in class adams.flow.source.readersource.FromResource
Hook method for checks.
check() - Method in class adams.flow.source.SwitchedSource
Performs checks on the "sub-actors".
check() - Method in class adams.flow.source.valuedefinition.AbstractValueDefinition
Method for checking setup state.
check() - Method in class adams.flow.source.wekapackagemanageraction.AbstractWekaPackageManagerAction
Hook method for performing checks.
check() - Method in class adams.flow.standalone.AbstractMultiView
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.AbstractStandaloneGroupItemMutableGroup
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.CallableActors
Checks the names for uniqueness.
check() - Method in class adams.flow.standalone.Cron
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.DelayedEvent
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.DirWatch
Hook method for performing checks.
check() - Method in class adams.flow.standalone.Events
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.QueueEvent
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.Standalones
Checks whether all actors a standalones and whether actor names are unique.
check() - Method in class adams.flow.standalone.SubProcessEvent
Performs checks on the "sub-actors".
check() - Method in class adams.flow.standalone.wekapackagemanageraction.AbstractWekaPackageManagerAction
Hook method for performing checks.
check() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Performs a check on the setup.
check() - Method in class adams.flow.transformer.pixelselector.AddClassification
Performs a check on the setup.
check() - Method in class adams.flow.transformer.SpreadSheetCellSelector.Table
Selects the current cell if recording is on.
check() - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Hook method for performing checks before calculating statistic.
check() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Hook method for performing checks before calculating statistic.
check() - Method in class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
Hook method for performing checks before calculating statistic.
check() - Method in class adams.flow.transformer.summarystatistics.AbstractSummaryStatistic
Hook method for performing checks before calculating statistic.
check() - Method in class adams.flow.websocket.client.AbstractWebSocketClientGenerator
Hook method for performing checks.
check() - Method in class adams.flow.websocket.server.AbstractWebSocketServerGenerator
Hook method for performing checks.
check() - Method in class adams.gui.core.RecentFilesHandlerWithCommandline.Setup
Performs a check whether this setup is valid.
check() - Method in class adams.gui.dialog.ComposeEmailPanel
Checks whether we can send an email.
check() - Method in class adams.gui.flow.tree.ClipboardActorContainer
Performs checks on the "sub-actors".
check() - Method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Hook method for performing checks on the setup.
check() - Method in class adams.gui.visualization.core.BiColorGenerator
Hook method for performing checks on the setup.
check() - Method in class adams.gui.visualization.core.MultiColorGenerator
Hook method for performing checks on the setup.
check() - Method in class adams.gui.visualization.core.PaintablePanel
Performs some setup checks.
check() - Method in class adams.gui.visualization.jfreechart.shape.AbstractShapeGenerator
Hook method for checks.
check(boolean) - Method in class adams.gui.core.CheckableTableModel
Marks all rows with the specified check state.
check(double[]) - Method in class adams.data.autocorrelation.AbstractAutoCorrelation
Hook method for checks.
check(double[]) - Method in class adams.data.autocorrelation.BruteForce
Hook method for checks.
check(double[]) - Method in class adams.data.autocorrelation.FFT
Hook method for checks.
check(double[], Limits[]) - Method in class adams.data.spc.AbstractViolationFinder
Check method before locating violations.
check(int[]) - Method in class adams.gui.core.CheckableTableModel
Marks the rows as checked.
check(int, Actor) - Method in class adams.flow.source.SwitchedSource
Performs checks on the "sub-actor".
check(PlaceholderFile) - Method in class adams.data.io.input.AbstractAdamsExperimentReader
Performs checks.
check(PlaceholderFile) - Method in class adams.data.io.input.AbstractImageReader
Performs checks.
check(PlaceholderFile) - Method in class adams.data.io.input.AbstractImageSegmentationAnnotationReader
Hook method for performing checks before reading the data.
check(PlaceholderFile) - Method in class adams.data.io.input.AbstractObjectReader
Performs checks.
check(PlaceholderFile) - Method in class adams.data.io.input.AbstractParameterMapReader
Hook method for performing checks.
check(PlaceholderFile) - Method in class adams.data.io.input.AbstractPNGAnnotationImageSegmentationReader
Hook method for performing checks before reading the data.
check(PlaceholderFile) - Method in class adams.data.io.output.AbstractParameterMapWriter
Hook method for performing checks.
check(PlaceholderFile) - Method in class adams.flow.transformer.splitfile.AbstractFileSplitter
Performs checks on the file.
check(PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesReader
Hook method for checks before reading the notes.
check(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.AbstractImageSegmentationAnnotationWriter
Hook method for performing checks before writing the data.
check(PlaceholderFile, ImageSegmentationContainer) - Method in class adams.data.io.output.AbstractPNGAnnotationImageSegmentationWriter
Hook method for performing checks before writing the data.
check(Email) - Method in class adams.data.io.output.AbstractEmailWriter
Hook method for performing checks before writing the emails.
check(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.And
Checks the images.
check(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.Diff
Checks the images.
check(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.Or
Checks the images.
check(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.ReportFieldSubtraction
Checks the images.
check(BoofCVImageContainer[]) - Method in class adams.data.boofcv.multiimageoperation.XOr
Checks the images.
check(AbstractImageContainer) - Method in class adams.data.barcode.decode.AbstractBarcodeDecoder
Performs checks on the image.
check(AbstractImageContainer) - Method in class adams.data.imagesharpness.AbstractImageSharpness
Hook method for performing checks.
check(AbstractImageContainer) - Method in class adams.flow.transformer.negativeregions.AbstractNegativeRegionsGenerator
Hook methods for checks before processing.
check(BufferedImageContainer) - Method in class adams.data.barcode.encode.AbstractBarcodeEncoder
Additional checks to the image.
check(BufferedImageContainer) - Method in class adams.data.image.moments.AbstractBufferedImageMoment
Hook method for performing checks on the image.
check(BufferedImageContainer) - Method in class adams.data.image.transformer.subimages.AbstractSubImagesGenerator
Checks whether the image can be processed.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.AbstractDrawOperation
Checks the image.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.AnnotationsAndPredictions
Checks the image.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.FloodFill
Checks the image.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Image
Checks the image.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Line
Checks the image.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Oval
Checks the image.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Pixel
Checks the image.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Rectangle
Checks the image.
check(BufferedImageContainer) - Method in class adams.flow.transformer.draw.Text
Checks the image.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.And
Checks the images.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.ApplyMask
Checks the images.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.Average
Checks the images.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.CombineChannels
Checks the images.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.Diff
Checks the images.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.Median
Checks the images.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.Or
Checks the images.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.ReportFieldSubtraction
Checks the images.
check(BufferedImageContainer[]) - Method in class adams.data.image.multiimageoperation.XOr
Checks the images.
check(OpenCVImageContainer[]) - Method in class adams.data.opencv.multiimageoperation.ReportFieldSubtraction
Checks the images.
check(Row) - Method in class adams.data.spreadsheet.cellfinder.AbstractRowCellFinder
Checks whether the row can be processed.
check(SpreadSheet) - Method in class adams.data.spreadsheet.cellfinder.AbstractCellFinder
Checks whether the spreadsheet can be processed.
check(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Checks the data.
check(SpreadSheet) - Method in class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
Checks the data.
check(SpreadSheet) - Method in class adams.data.spreadsheet.filter.AbstractSpreadSheetFilter
Hook method for checks.
check(SpreadSheet) - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Checks whether the spreadsheet can be handled.
check(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Checks the data.
check(SpreadSheet) - Method in class adams.data.spreadsheet.rowfinder.AbstractTrainableRowFinder
Checks the data.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.AbstractPlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.AndrewsCurvesGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.NamedPlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.RowWisePlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.SimplePlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.XYPlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.flow.transformer.plotgenerator.XYWithErrorsPlotGenerator
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractDataPlugin
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.AbstractViewPlugin
Checks the spreadsheet.
check(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
Hook method for checks before generating the dataset.
check(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultCategory
Hook method for checks before generating the dataset.
check(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXY
Hook method for checks before generating the dataset.
check(SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.DefaultXYZ
Hook method for checks before generating the dataset.
check(SpreadSheet[]) - Method in class adams.flow.transformer.multispreadsheetoperation.AbstractMultiSpreadSheetOperation
Checks the sheets.
check(SpreadSheet[]) - Method in class adams.flow.transformer.multispreadsheetoperation.Overlay
Checks the sheets.
check(SpreadSheet[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Hook method for performing checks before attempting the merge.
check(SpreadSheet[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Hook method for performing checks before attempting the merge.
check(SpreadSheet[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.Simple
Hook method for performing checks before attempting the merge.
check(SpreadSheet, int) - Method in class adams.data.spreadsheet.colstatistic.AbstractColumnStatistic
Checks whether the spreadsheet can be handled.
check(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowscore.AbstractRowScore
Checks whether the spreadsheet can be handled.
check(SpreadSheet, int) - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Checks whether the spreadsheet can be handled.
check(SpreadSheet, int[]) - Method in class adams.gui.core.spreadsheetpreview.AbstractSpreadSheetPreview.AbstractSpreadSheetPreviewPanel
Check method before generating the preview.
check(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.processors.AbstractProcessor
Hook method for performing checks.
check(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.AbstractTarget
Hook method for performing checks.
check(SpreadSheet, MessageCollection) - Method in class adams.gui.tools.spreadsheetprocessor.targets.FileTarget
Hook method for performing checks.
check(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.AbstractNumericOutlierDetector
Check method before detection.
check(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.AbstractOutlierDetector
Check method before detection.
check(SpreadSheet, SpreadSheetColumnIndex, SpreadSheetColumnIndex) - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Check method before detection.
check(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.AbstractTimeseriesSplitter
Performs checks on the timeseries that is to be split.
check(Timeseries) - Method in class adams.flow.transformer.timeseriessplit.ReportDate
Performs checks on the timeseries that is to be split.
check(AbstractConditions) - Method in class adams.gui.selection.AbstractConditionalDatabaseSelectionPanel
Checks the chosen conditions against the approved ones.
check(FileBasedDatasetContainer) - Method in class adams.flow.transformer.generatefilebaseddataset.AbstractFileBasedDatasetGeneration
Performs checks on the container.
check(FileBasedDatasetContainer) - Method in class adams.flow.transformer.generatefilebaseddataset.SimpleFileList
Performs checks on the container.
check(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.filter.AbstractImageSegmentationContainerFilter
Hook method for checking the container before filtering.
check(ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.layerorder.AbstractImageSegmentationContainerLayerOrder
Hook method for performing checks prior to generating the layer order.
check(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
Checks the containers.
check(SequencePlotterContainer) - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Checks the current container.
check(WekaEvaluationContainer) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Checks the container whether it can be processed.
check(WekaModelContainer) - Method in class adams.flow.transformer.wekaclusterer.AbstractClustererPostProcessor
Checks the model container.
check(WekaModelContainer) - Method in class adams.flow.transformer.wekaclusterer.AbstractClusterMembershipPostProcessor
Checks the model container.
check(Flow) - Method in class adams.flow.control.flowrestart.trigger.AbstractTrigger
Performs checks before starting the trigger.
check(Actor) - Method in class adams.flow.standalone.AbstractMultiView
Checks whether the actor is valid.
check(ErrorHandler, Actor, String, String) - Method in class adams.flow.control.errorpostprocessor.AbstractErrorPostProcessor
Hook method for checks.
check(ErrorHandler, Actor, String, String) - Method in class adams.flow.control.errorpostprocessor.OutOfMemory
Hook method for checks.
check(DataPool) - Method in class adams.flow.sink.canvas.AbstractDataPoolPostProcessor
Checks whether the pool can be processed,
check(LocatedObjects) - Method in class adams.data.objectfilter.AbstractObjectFilter
Hook method for checking the object list before processing it.
check(LocatedObjects) - Method in class adams.data.objectfilter.AttachOverlappingMetaData
Hook method for checking the object list before processing it.
check(LocatedObjects) - Method in class adams.data.objectfilter.TransformMetaData
Hook method for checking the object list before processing it.
check(LocatedObjects) - Method in class adams.data.objectfinder.AbstractObjectFinder
Hook method for performing checks.
check(LocatedObjects) - Method in class adams.data.objectfinder.ObjectsInPolygon
Hook method for performing checks.
check(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Hook method for checks.
check(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Hook method for checks.
check(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.colors.AbstractAnnotationColors
Hook method for checks.
check(LocatedObjects, LocatedObjects) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Computes the overlapping objects between the annotations and the predictions.
check(RecentFilesHandlerWithCommandline.Setup) - Method in class adams.gui.core.RecentFilesHandlerWithCommandline
Checks the item after obtaining from the props file.
check(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractPlotRow
Hook method for checks before attempting the plot.
check(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
Hook method for checks before attempting processing.
check(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessCell
Hook method for checks before attempting processing.
check(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessColumn
Hook method for checks before attempting processing.
check(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessRow
Hook method for checks before attempting processing.
check(SpreadSheetTablePopupMenuItemHelper.TableState) - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
Hook method for checks before attempting processing.
check(SpreadSheetTable, SpreadSheet, int) - Method in class adams.gui.core.spreadsheettable.AbstractPlotColumn
Hook method for checks before attempting the plot.
check(ImagePanelLeftClickEvent) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Performs a check on the event.
check(ImagePanelSelectionEvent) - Method in class adams.gui.visualization.image.selection.AbstractSelectionProcessor
Performs a check on the event.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddActor
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AbstractAddTemplate
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AbstractFavoriteActor
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AbstractKeyboardAction
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AbstractQuickSearchActor
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AbstractSearchActor
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddActorAfter
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddActorBeneath
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddActorHere
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateAfter
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateBeneath
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.AddTemplateHere
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.EncloseActor
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorAfter
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorBeneath
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.FavoriteActorHere
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.PullUpActor
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.QuickAction
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorAfter
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorBeneath
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.QuickSearchActorHere
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.SearchActorAfter
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.SearchActorBeneath
Checks whether the current state is suitable.
check(StateContainer) - Method in class adams.gui.flow.tree.keyboardaction.SearchActorHere
Checks whether the current state is suitable.
check(AbstractExperiment) - Method in class adams.data.io.output.AbstractAdamsExperimentWriter
Performs checks.
check(InteractionEvent) - Method in class adams.gui.visualization.image.interactionlogging.AbstractInteractionLoggingFilter
Check method before logging the event.
check(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotColumn
Hook method for checks before attempting the plot.
check(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotRow
Hook method for checks before attempting the plot.
check(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
Hook method for checks before attempting processing.
check(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessCell
Hook method for checks before attempting processing.
check(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessColumn
Hook method for checks before attempting processing.
check(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessRow
Hook method for checks before attempting processing.
check(InstancesTablePopupMenuItemHelper.TableState) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
Hook method for checks before attempting processing.
check(Dataset) - Method in class adams.ml.model.classification.AbstractClassifier
Performs checks on the data.
check(Dataset) - Method in class adams.ml.model.classification.AbstractMultiTargetClassifier
Performs checks on the data.
check(Dataset) - Method in class adams.ml.model.clustering.AbstractClusterer
Performs checks on the data.
check(Dataset) - Method in class adams.ml.model.regression.AbstractMultiTargetRegressor
Performs checks on the data.
check(Dataset) - Method in class adams.ml.model.regression.AbstractRegressor
Performs checks on the data.
check(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.AbstractStoppingCriterion
Hook method for checking the algorithm before attempting the actual stop check.
check(RemoteCommand) - Method in class adams.multiprocess.RemoteCommandJobRunner.RemoteCommandGrabber
Hook method for checks before handling the command.
check(RemoteCommand) - Method in class adams.scripting.engine.AbstractRemoteCommandHandler
Hook method for checks before handling the command.
check(RemoteCommand) - Method in class adams.scripting.engine.DefaultMainScriptingEngine.RemoteCommandGrabber
Hook method for checks before handling the command.
check(RemoteCommand) - Method in class adams.scripting.engine.ForwardingScriptingEngine.RemoteCommandGrabber
Hook method for checks before handling the command.
check(PdfStamper) - Method in class adams.flow.transformer.pdfstamp.AbstractStamper
Hook method for checks before stamping.
check(I) - Method in class adams.flow.transformer.exiftagoperation.AbstractExifTagOperation
Hook method for performing checks before processing the data.
check(I, IndexedSplitsRuns) - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.AbstractIndexedSplitsRunsEvaluation
For checking the data.
check(MouseEvent) - Method in class adams.flow.transformer.SpreadSheetCellSelector.Table
Checks a mouse event, whether to select/unselect a cell.
check(BufferedImage) - Method in class adams.data.image.transformer.crop.AbstractCropAlgorithm
Checks whether the image can be cropped.
check(BufferedImage) - Method in class adams.data.image.transformer.whitebalance.AbstractWhiteBalanceAlgorithm
Checks whether the image can be processed.
check(BufferedImage) - Method in class adams.flow.transformer.imagepreparation.AbstractImagePreparation
Checks whether the input can be used.
check(BufferedImage) - Method in class adams.flow.transformer.locateobjects.AbstractMetaObjectLocator
Checks whether the input can be used.
check(BufferedImage) - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Checks whether the input can be used.
check(File) - Method in class adams.flow.transformer.metadata.AbstractMetaDataExtractor
Checks whether the input can be used.
check(File) - Method in class adams.gui.core.RecentFilesHandler
Checks the item after obtaining from the props file.
check(Class, Map<String, List<String>>) - Method in class adams.doc.listing.AbstractFileBasedListingOutput
Hook method for performing checks before generating the output.
check(Class, Map<String, List<String>>) - Method in class adams.doc.listing.AbstractListingOutput
Hook method for performing checks before generating the output.
check(Object) - Method in class adams.core.io.AbstractFilenameGenerator
Performs checks on the object to generate the filename for.
check(Object) - Method in class adams.data.groupextraction.AbstractGroupExtractor
Performs checks on the object.
check(Object) - Method in class adams.data.id.AbstractIDGenerator
For performing checks on the provided data.
check(Object) - Method in class adams.data.idextraction.AbstractIDExtractor
Performs checks on the object.
check(Object) - Method in class adams.data.io.output.AbstractObjectWriter
Performs checks.
check(Object) - Method in class adams.data.io.output.JavaInstantiationWriter
Performs checks.
check(Object) - Method in class adams.data.io.output.SerializableObjectWriter
Performs checks.
check(Object) - Method in class adams.data.textrenderer.AbstractTextRenderer
Renders the object as text.
check(Object) - Method in class adams.flow.transformer.arraysubsetgeneration.AbstractArraySubsetGenerator
For checking the input data.
check(Object) - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagExists
Hook method for performing checks before processing the data.
check(Object) - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagRead
Hook method for performing checks before processing the data.
check(Object) - Method in class adams.flow.transformer.exiftagoperation.ApacheCommonsExifTagWrite
Hook method for performing checks before processing the data.
check(Object) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.AbstractIndexedSplitsRunsGenerator
Checks whether the data can be processed.
check(Object) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesCrossValidationFoldGenerator
Checks whether the data can be processed.
check(Object) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.InstancesGroupedCrossValidationFoldGenerator
Checks whether the data can be processed.
check(Object) - Method in class adams.flow.transformer.indexedsplitsrunsgenerator.ManualSplitGenerator
Checks whether the data can be processed.
check(Object) - Method in class adams.flow.transformer.wekaensemblegenerator.AbstractWekaEnsembleGenerator
Check method before generating the ensemble.
check(Object) - Method in class adams.flow.transformer.wekaensemblegenerator.MultiClassifiersCombinerModels
Check method before generating the ensemble.
check(Object) - Method in class adams.flow.transformer.wekaensemblegenerator.VotedModels
Check method before generating the ensemble.
check(Object) - Method in class adams.flow.transformer.wekapackagemanageraction.AbstractWekaPackageManagerAction
Hook method for performing checks.
check(Object[]) - Method in class adams.flow.transformer.pdfgenerate.AbstractPDFGenerator
Hook method for checking the objects before processing them.
check(Object[]) - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Hook method for checking the objects before processing them.
check(Object[]) - Method in class adams.flow.transformer.pdfgenerate.Proclets
Hook method for checking the objects before processing them.
check(Object[]) - Method in class adams.flow.transformer.pdfgenerate.Scripted
Hook method for checking the objects before processing them.
check(Object[]) - Method in class adams.parser.plugin.AbstractParserFunction
Performs some checks on the input parameters.
check(Object[]) - Method in class adams.parser.plugin.AbstractParserProcedure
Performs some checks on the input parameters.
check(Object[]) - Method in class adams.parser.plugin.Env
Performs some checks on the input parameters.
check(Object[]) - Method in class adams.parser.plugin.Println
Performs some checks on the input parameters.
check(Object, Object) - Method in class adams.core.optiontransfer.AbstractOptionTransfer
Hook method for checks.
check(Object, String) - Method in class adams.data.groupupdate.AbstractGroupUpdater
Performs checks on the object.
check(Object, String) - Method in class adams.data.idupdate.AbstractIDUpdater
Performs checks on the object.
check(String) - Method in class adams.core.DateFormat
Checks whether the string can be parsed.
check(String) - Method in class adams.flow.sink.sendnotification.AbstractNotification
Hook method before attempting to send the message.
check(String) - Method in class adams.flow.sink.sendnotification.Email
Hook method before attempting to send the message.
check(String) - Method in class adams.flow.sink.sendnotification.LogFile
Hook method before attempting to send the message.
check(String) - Method in class adams.flow.sink.sendnotification.MultiNotification
Hook method before attempting to send the message.
check(String) - Method in class adams.flow.sink.simplelogging.format.AbstractSimpleFormat
Hook method for checks before attempting to format the message.
check(String) - Method in class adams.flow.sink.simplelogging.output.AbstractSimpleOutput
Hook method for checks before attempting to log the message.
check(String) - Method in class adams.flow.sink.simplelogging.output.FileOutput
 
check(String) - Method in class adams.gui.core.RecentFilesWithEncodingHandler
Checks the item after obtaining from the props file.
check(String) - Static method in class adams.gui.scripting.AbstractScriptingEngine
Checks whether the given string represents a command and not a comment or empty line.
check(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.CrossValidation
Hook method for checking the data.
check(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedCrossValidation
Hook method for checking the data.
check(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainTestSplit
Hook method for checking the data.
check(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.GroupedTrainValidateTestSplit
Hook method for checking the data.
check(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainTestSplit
Hook method for checking the data.
check(String[]) - Method in class adams.flow.transformer.preparefilebaseddataset.TrainValidateTestSplit
Hook method for checking the data.
check(String[][]) - Method in class adams.flow.transformer.preparefilebaseddataset.Selected
Hook method for checking the data.
check(String[], Object[]) - Method in class adams.gui.visualization.multiobjectexport.AbstractMultiObjectExport
Checks the data.
check(String[], Object[]) - Method in class adams.gui.visualization.multiobjectexport.DirectoryExport
Checks the data.
check(String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Checks whether the spreadsheet can be processed.
check(String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Checks whether the spreadsheet can be processed.
check(String, SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Checks whether the spreadsheet can be processed.
check(List<Bin<T>>) - Method in class adams.data.binning.postprocessing.AbstractBinPostProcessing
Hook method for performing checks before post-processing.
check(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.AbstractBinningAlgorithm
Hook method for performing checks before binning.
check(List<Binnable<T>>) - Method in class adams.data.binning.algorithm.ManualBinning
Hook method for performing checks before binning.
check(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.randomization.AbstractRandomization
Check method before performing randomization.
check(List<Binnable<T>>) - Method in class adams.data.splitgenerator.generic.splitter.AbstractSplitter
Check method before performing randomization.
check(List<Binnable<T>>, int) - Method in class adams.data.splitgenerator.generic.stratification.AbstractStratification
Check method before performing stratification.
check(List<Instance>) - Method in class weka.filters.unsupervised.instance.multirowprocessor.processor.AbstractSelectionProcessor
Hook method for performing checks.
check(Map) - Method in class adams.flow.transformer.mapfilter.AbstractMapFilter
Hook method for checking the map before filtering it.
check(Map[]) - Method in class adams.flow.transformer.multimapoperation.AbstractMultiMapOperation
Checks the maps.
check(Map<LocatedObject, Map<LocatedObject, Double>>) - Method in class adams.data.areaoverlap.AbstractAreaOverlap
Hook method for checks before calculating the areas.
check(Map<String, String>, PlaceholderFile) - Method in class adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
Hook method for checks before writing the notes.
check(T) - Method in class adams.data.analysis.AbstractAnalysis
Hook method for checks.
check(T) - Method in class adams.data.image.moments.AbstractMoment
Hook method for performing checks on the image.
check(T) - Method in class adams.data.io.output.AbstractImageWriter
Performs checks.
check(T) - Method in class adams.data.statistics.AbstractDataContainerStatistics
Performs some checks before executing the calculations.
check(T) - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPostProcessor
Checks the data to post-process.
check(T) - Method in class adams.flow.transformer.datacontainer.AbstractDataContainerPreProcessor
Checks the data to pre-process.
check(T) - Method in class adams.flow.transformer.preparefilebaseddataset.AbstractFileBasedDatasetPreparation
Hook method for checking the data.
check(T) - Method in class adams.flow.transformer.report.AbstractReportPostProcessor
Checks the data to post-process.
check(T) - Method in class adams.flow.transformer.report.AbstractReportPreProcessor
Checks the data to pre-process.
check(T) - Method in class adams.gui.core.AbstractRecentItemsHandler
Checks the item after obtaining from the props file.
check(T) - Method in class adams.gui.visualization.jfreechart.chart.AbstractChartGenerator
Hook method for checks before generating the chart.
check(T[]) - Method in class adams.core.ConfigurableEnumeration
Checks the uniqueness of the items.
check(T[]) - Method in class adams.data.image.AbstractMultiImageOperation
Checks the images.
check(T, IndexedSplitsRuns) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.AbstractIndexedSplitsRunsPredictions
For checking the data.
check(T, T) - Method in class adams.data.compare.AbstractObjectCompare
Checks the provided objects.
check(Matrix[]) - Method in class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
Checks the matrices.
check(Classifier[]) - Method in class adams.flow.transformer.wekaclassifiersetupprocessor.AbstractClassifierSetupProcessor
Hook method for performing checks on the classifiers.
check(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractNumericClassPostProcessor
Checks the container whether it can be processed.
check(Evaluation) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbstractWekaEvaluationPostProcessor
Checks the evaluation whether it can be processed.
check(Instance) - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Peforms checks on the instance that is about to be evaluated.
check(Instances) - Method in class adams.data.instancesanalysis.FastICA
Hook method for checks.
check(Instances) - Method in class adams.data.instancesanalysis.PCA
Hook method for checks.
check(Instances) - Method in class adams.data.instancesanalysis.PLS
Hook method for checks.
check(Instances) - Method in class adams.data.weka.columnfinder.AbstractColumnFinder
Checks the data.
check(Instances) - Method in class adams.data.weka.columnfinder.AbstractColumnFinderWithCapabilities
Checks the data.
check(Instances) - Method in class adams.data.weka.columnfinder.AbstractTrainableColumnFinder
Checks the data.
check(Instances) - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Checks that the input data is correctly formatted for our purposes.
check(Instances) - Method in class adams.data.weka.datasetsplitter.RowSplitter
Checks that the input data is correctly formatted for our purposes.
check(Instances) - Method in class adams.data.weka.rowfinder.AbstractRowFinder
Checks the data.
check(Instances) - Method in class adams.data.weka.rowfinder.AbstractRowFinderWithCapabilities
Checks the data.
check(Instances) - Method in class adams.data.weka.rowfinder.AbstractTrainableRowFinder
Checks the data.
check(Instances) - Method in class weka.filters.unsupervised.instance.multirowprocessor.selection.AbstractRowSelection
Hook method for performing checks.
check(Instances[]) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Hook method for performing checks before attempting the merge.
check(Instances[]) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Hook method for performing checks before attempting the merge.
check(Instances[]) - Method in class adams.flow.transformer.wekadatasetsmerge.Simple
Hook method for performing checks before attempting the merge.
check(Instances, IndexedSplitsRuns) - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
For checking the data.
CheckableTableModel<T extends TableModel> - Class in adams.gui.core
Meta-model that wraps another table model and allows "ticking" of rows.
CheckableTableModel(T, String) - Constructor for class adams.gui.core.CheckableTableModel
Initializes the model.
checkAck(InputStream) - Static method in class adams.core.net.Scp
Checks the stream (scp).
checkActor(Actor) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Checks the actor whether it is of the correct type.
checkActor(Actor) - Method in class adams.flow.standalone.Events
Checks whether the actor is valid, throws an execption if not.
checkActor(Actor, int) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Checks the actor whether it is of the correct type.
checkActorHasStopped(Actor) - Method in class adams.flow.control.SequentialDirector
Checks whether the actor has already stopped.
checkActorReferenceHandlers() - Method in interface adams.flow.core.ActorReferenceHandler
Ensures that the handlers appear in the correct order.
checkActorReferenceHandlers() - Method in class adams.flow.standalone.AbstractMultiView
Ensures that the handlers appear in the correct order.
checkActorReferenceHandlers() - Method in class adams.flow.standalone.CallableActors
Ensures that the handlers appear in the correct order.
checkActorReferenceHandlers(ActorReferenceHandler) - Static method in class adams.flow.core.ActorReferenceHandlerHelper
Checks whether there are any other actors preceding this actor that implement the ActorReferenceHandler interface, but aren't allowed.
CheckActorReferenceUsage - Class in adams.flow.processor
Performs a 'soft' check on the usage of actor references, like callable actors.
CheckActorReferenceUsage() - Constructor for class adams.flow.processor.CheckActorReferenceUsage
 
checkActors(Actor[]) - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Checks the actors before they are set via the setActors method.
checkActors(Actor[]) - Method in class adams.flow.standalone.AbstractStandaloneGroup
Checks the actors whether they are of the correct type.
checkActors(Actor[]) - Method in class adams.flow.standalone.DelayedEvent
Checks the cron actors before they are set via the setActors method.
checkActors(Actor[]) - Method in class adams.flow.standalone.DirWatch
Checks the actors before they are set via the setActors method.
checkActors(Actor[]) - Method in class adams.flow.standalone.LogEvent
Checks the actors before they are set via the setActors method.
checkActors(Actor[]) - Method in class adams.flow.standalone.QueueEvent
Checks the cron actors before they are set via the setActors method.
checkActors(Actor[]) - Method in class adams.flow.standalone.SubProcessEvent
Checks the cron actors before they are set via the setActors method.
checkActors(Actor[]) - Method in class adams.flow.standalone.VariableChangedEvent
Checks the actors before they are set via the setActors method.
checkAddSeries(Dataset, SpreadSheet) - Method in class adams.gui.visualization.jfreechart.dataset.AbstractDatasetGenerator
Performs checks before adding series.
checkAll() - Method in class adams.gui.core.CheckableTableModel
Marks all rows as checked.
checkAllDatasetsHaveIDAttribute(Instances[]) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Checks that each of the given datasets has the unique ID attribute.
checkAllSpreadsheetsHaveIDColumn(SpreadSheet[]) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Checks that each of the given spreadsheets has the unique ID column.
checkAnnotations() - Method in class adams.flow.transformer.ImageObjectAnnotator
Checks the annotations and updates the OK button accordingly.
checkAnnotations(LocatedObjects) - Method in class adams.gui.visualization.object.objectannotations.check.AbstractAnnotationCheck
Checks the annotations.
checkAnnotations(LocatedObjects) - Method in interface adams.gui.visualization.object.objectannotations.check.AnnotationCheck
Checks the annotations.
checkArchive() - Method in class adams.gui.tools.previewbrowser.AbstractArchiveHandler
Performs some checks on the archive.
checkAttributeMapping(Map<String, List<AbstractMerge.SourceAttribute>>) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Makes sure the source data for each mapped attribute is the same type.
checkAttributeMapping(Map<String, List<AbstractMerge.SourceAttribute>>) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Makes sure the source data for each mapped attribute is the same type.
checkBatchData(T[]) - Method in class adams.data.filter.AbstractBatchFilter
The default implementation only checks whether there is any data set.
checkBeforeApply() - Method in class adams.gui.visualization.object.tools.AbstractTool
Checks the parameters before applying them.
checkBeforeApply() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Checks the parameters before applying them.
checkBest(Double, OptData, FitnessFunction) - Method in class adams.opt.optimise.AbstractOptimiser
 
checkBest(Double, OptData, FitnessFunction, int) - Method in class adams.opt.optimise.GeneticAlgorithm
 
checkBoolean(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a boolean.
checkBoolean(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a boolean.
checkBounds(T) - Method in class adams.core.option.AbstractNumericOption
Checks whether the number is within the specified bounds (if any).
CheckBoxListItem(JComponentList) - Constructor for class adams.gui.core.JComponentList.CheckBoxListItem
Initializes the item.
checkBranch(Actor) - Method in class adams.flow.control.ArrayGenerate
Checks the sub-branch.
checkBranch(Actor) - Method in class adams.flow.control.Branch
Checks the sub-branch.
checkCallableActor(Actor) - Method in class adams.flow.core.AbstractCopyCallableActor
Performs checks on the callable actor.
checkCallableActor(Actor) - Method in class adams.flow.sink.CopyCallableSink
Performs checks on the callable actor.
checkCallableActor(Actor) - Method in class adams.flow.source.CopyCallableSource
Performs checks on the callable actor.
checkCallableActor(Actor) - Method in class adams.flow.standalone.CopyCallableStandalone
Performs checks on the callable actor.
checkCallableActor(Actor) - Method in class adams.flow.transformer.CopyCallableTransformer
Performs checks on the callable actor.
checkChange(File) - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Performs the actual check whether the file has changed.
checkChange(File) - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Performs the actual check whether the file has changed.
checkChange(File) - Method in class adams.core.io.filechanged.LastModified
Performs the actual check whether the file has changed.
checkChange(File) - Method in class adams.core.io.filechanged.MultiMonitor
Performs the actual check whether the file has changed.
checkChange(File) - Method in class adams.core.io.filechanged.NoChange
Performs the actual check whether the file has changed.
checkChange(File) - Method in class adams.core.io.filechanged.Size
Performs the actual check whether the file has changed.
checkClassname(ActorPathNode, String) - Method in class adams.gui.goe.callableactorstree.CallableActorsTree
Processes the classname, returns null if not suitable to be added to the node.
checkClassname(ActorPathNode, String) - Method in class adams.gui.goe.eventstree.EventsTree
Processes the classname, returns null if not suitable to be added to the node.
checkClassname(T, String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Processes the classname, returns null if not suitable to be added to the node.
checkClassType(Object) - Method in class adams.gui.goe.GenericObjectEditor
Checks and, if possible, sets the class type for the given object.
checkClientTrusted(X509Certificate[], String) - Method in class adams.core.net.trustmanager.AbstractTrustManager
Checks the certificates.
checkClientTrusted(X509Certificate[], String) - Method in class adams.core.net.trustmanager.All
Checks the certificates.
checkColumnMapping(Map<String, List<AbstractMerge.SourceColumn>>) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Checks the column mapping for correctness.
checkColumnMapping(Map<String, List<AbstractMerge.SourceColumn>>) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Makes sure the source data for each mapped column is the same type.
checkCompatibility(Instances, Instances) - Method in class weka.filters.unsupervised.instance.AlignDataset
Checks the compatibility between reference dataset and the one to be aligned with it.
checkConnections() - Method in class adams.flow.control.AbstractConnectedControlActor
Checks whether all the connections are valid, i.e., the input and output types fit and whether the flow chain is connected properly.
checkConnections() - Method in interface adams.flow.core.ConnectionHandler
Checks whether all the connections are valid, i.e., the input and output types fit and whether the flow chain is connected properly.
checkCronActors(Actor[]) - Method in class adams.flow.standalone.Cron
Checks the cron actors before they are set via the setCronActors method.
checkData() - Method in class adams.data.conversion.AbstractConversion
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.DoubleMatrixToBufferedImage
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.DoubleMatrixToMat5Array
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.ExcelDoubleColumnToDate
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.ExcelDoubleColumnToDateTime
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.Mat5ArrayToDoubleMatrix
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.Mat5ArrayToSpreadSheet
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.Mat5ArrayToString
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.MultiConversion
Checks whether the data can be processed.
checkData() - Method in class adams.data.conversion.StringToMat5Array
Checks whether the data can be processed.
checkData() - Method in class adams.data.io.input.AbstractDataContainerReader
The default implementation only checks whether the provided file object is an actual file and whether it exists (if m_InputIsFile = true), or if the file object is a directory and whether it exists.
checkData() - Method in class adams.data.io.input.AbstractReportReader
The default implementation only checks whether the provided file object is an actual file and whether it exists (if m_InputIsFile = true), or if the file object is a directory and whether it exists.
checkData(BoofCVImageContainer) - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Optional checks of the image.
checkData(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Scripted
Optional checks of the image.
checkData(DataContainer) - Method in class adams.data.filter.AbstractScriptedFilter
The default implementation only checks whether there is any data set.
checkData(DataContainer) - Method in class adams.data.filter.Groovy
The default implementation only checks whether there is any data set.
checkData(DataContainer) - Method in class adams.data.filter.Scripted
The default implementation only checks whether there is any data set.
checkData(DataContainer) - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
The default implementation only checks whether there is any data set.
checkData(DataContainer) - Method in class adams.data.outlier.Groovy
The default implementation only checks whether there is any data set.
checkData(DataContainer) - Method in class adams.data.outlier.Scripted
The default implementation only checks whether there is any data set.
checkData(DataContainer) - Method in class adams.data.report.AbstractScriptedReportFilter
The default implementation only checks whether there is any data set.
checkData(DataContainer) - Method in class adams.data.report.Groovy
The default implementation only checks whether there is any data set.
checkData(DataContainer) - Method in class adams.data.report.Scripted
The default implementation only checks whether there is any data set.
checkData(BufferedImageContainer) - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Optional checks of the image.
checkData(BufferedImageContainer) - Method in class adams.data.image.features.Scripted
Optional checks of the image.
checkData(OpenCVImageContainer) - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Optional checks of the image.
checkData(OpenCVImageContainer) - Method in class adams.data.opencv.features.Scripted
Optional checks of the image.
checkData(Timeseries) - Method in class adams.data.filter.TimeseriesValueSubset
Ensures that min/max are sensible.
checkData(Timeseries) - Method in class adams.data.outlier.TimeseriesRange
The default implementation only checks whether there is any data set.
checkData(Timeseries) - Method in class adams.data.outlier.TimeseriesTimestampCheck
The default implementation only checks whether there is any data set.
checkData(Actor) - Method in class adams.flow.processor.AbstractActorProcessor
The default implementation only checks whether there is any actor set.
checkData(Actor) - Method in class adams.flow.processor.ChangePath
The default implementation only checks whether there is any actor set.
checkData(List<T>) - Method in class adams.data.io.output.AbstractDataContainerWriter
The default implementation only checks whether the provided file is an actual file and whether it exists (if m_OutputIsFile is TRUE).
checkData(T) - Method in class adams.data.baseline.AbstractBaselineCorrection
The default implementation only checks whether there is any data set.
checkData(T) - Method in class adams.data.filter.AbstractAutocorrelation
 
checkData(T) - Method in class adams.data.filter.AbstractFilter
The default implementation only checks whether there is any data set.
checkData(T) - Method in class adams.data.image.AbstractImageFeatureGenerator
Optional checks of the image.
checkData(T) - Method in class adams.data.io.output.AbstractReportWriter
The default implementation only checks whether the provided file is an actual file and whether it exists (if m_OutputIsFile is TRUE).
checkData(T) - Method in class adams.data.noise.AbstractDenoiser
The default implementation only checks whether there is any data set.
checkData(T) - Method in class adams.data.outlier.AbstractOutlierDetector
The default implementation only checks whether there is any data set.
checkData(T) - Method in class adams.data.report.AbstractReportFilter
The default implementation only checks whether there is any data set.
checkData(T) - Method in class adams.data.smoothing.AbstractSmoother
The default implementation only checks whether there is any data set.
checkData(T) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Optional checks of the timeseries.
checkData(T[]) - Method in class adams.data.io.output.AbstractMultiReportWriter
The default implementation only checks whether the provided file is an actual file and whether it exists (if m_OutputIsFile is TRUE).
checkDate(String) - Static method in class adams.core.DateUtils
Checks whether the string represents a date.
checkDate(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a date.
checkDate(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a date.
checkDate(String, DateFormat) - Static method in class adams.core.DateUtils
Checks whether the string represents a date.
checkDateTime(String) - Static method in class adams.core.DateUtils
Checks whether the string represents a date/time.
checkDateTime(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a date/time.
checkDateTime(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a date/time.
checkDateTime(String, DateFormat) - Static method in class adams.core.DateUtils
Checks whether the string represents a date/time.
checkDateTimeMsec(String) - Static method in class adams.core.DateUtils
Checks whether the string represents a date/time msec.
checkDateTimeMsec(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a date/time msec.
checkDateTimeMsec(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a date/time msec.
checkDateTimeMsec(String, DateFormat) - Static method in class adams.core.DateUtils
Checks whether the string represents a date/time msec.
checkDefaultConstructor() - Method in class adams.flow.container.AbstractContainer
Checks whether a default constructor is available - necessary for generating HTML help.
checkDeprecation(Class) - Method in class adams.core.option.AbstractOptionConsumer
Checks the deprecation of the object and logs a warning if that's the case.
checkDeprecation(Object) - Method in class adams.core.option.AbstractOptionConsumer
Checks the deprecation of the object and logs a warning if that's the case.
checkDimensions() - Method in class weka.filters.unsupervised.attribute.MetaPartitionedMultiFilter
checks whether the dimensions of filters and ranges fit together.
checkDimensions() - Method in class weka.filters.unsupervised.attribute.PartitionedMultiFilter2
checks whether the dimensions of filters and ranges fit together.
checkDouble(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a time.
checkedRemoveAllEntries() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Prompts the user before removing all entries.
checkedRemoveAllPages() - Method in class adams.gui.core.MultiPagePane
Removes all pages.
checkedRemovePageAt(int) - Method in class adams.gui.core.MultiPagePane
Removes the page container at the specified index, if approved.
checkedRemoveSelectedPage() - Method in class adams.gui.core.MultiPagePane
Removes the currently selected page container, if approved.
checkedRemoveSelectedPages() - Method in class adams.gui.core.MultiPagePane
Removes the currently selected page containers, if approved.
CheckedTextField - Class in adams.gui.core
A specialized BaseTextField that takes a check model as input.
CheckedTextField() - Constructor for class adams.gui.core.CheckedTextField
Constructs a new TextField.
CheckedTextField(int) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new empty TextField with the specified number of columns.
CheckedTextField(int, CheckedTextField.AbstractCheckModel) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new empty TextField with the specified number of columns.
CheckedTextField(CheckedTextField.AbstractCheckModel) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new TextField.
CheckedTextField(String) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new TextField initializeCheckModeld with the specified text.
CheckedTextField(String, int) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new TextField initializeCheckModeld with the specified text and columns.
CheckedTextField(String, int, CheckedTextField.AbstractCheckModel) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new TextField initializeCheckModeld with the specified text and columns.
CheckedTextField(String, CheckedTextField.AbstractCheckModel) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new TextField initializeCheckModeld with the specified text.
CheckedTextField(Document, String, int) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new BaseTextField that uses the given text storage model and the given number of columns.
CheckedTextField(Document, String, int, CheckedTextField.AbstractCheckModel) - Constructor for class adams.gui.core.CheckedTextField
Constructs a new BaseTextField that uses the given text storage model and the given number of columns.
CheckedTextField.AbstractCheckModel - Class in adams.gui.core
Abstract model for checking the text from a text field.
CheckedTextField.StringCheckModel - Class in adams.gui.core
A (dummy) check model that allows any string.
checkEqualLength() - Method in class adams.data.statistics.AbstractArrayStatistic
Checks whether all the arrays have the same length.
checkExternalActor(Actor) - Method in class adams.flow.core.AbstractIncludeExternalActor
Performs checks on the external actor.
checkExternalActor(Actor) - Method in class adams.flow.sink.IncludeExternalSink
Performs checks on the external actor.
checkExternalActor(Actor) - Method in class adams.flow.source.IncludeExternalSource
Performs checks on the external actor.
checkExternalActor(Actor) - Method in class adams.flow.standalone.IncludeExternalStandalone
Performs checks on the external actor.
checkExternalActor(Actor) - Method in class adams.flow.transformer.IncludeExternalTransformer
Performs checks on the external actor.
checkFile(File) - Method in class adams.core.io.filechanged.AbstractFileChangeMonitor
Performs some basic checks on the file.
checkFile(File) - Method in class adams.gui.tools.previewbrowser.AbstractContentHandler
Performs some checks on the file.
checkFileExists(String) - Method in class adams.data.io.output.CsvSpreadSheetWriter
Resets the header if the CsvSpreadSheetWriter.m_CheckFileExists flag is set and the file no longer exists.
checkFileExistsTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
checkFilter(FileFilter) - Method in class adams.gui.chooser.BaseFileChooser
Checks the filter whether it can be set.
checkFloat(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a float.
checkFlow(boolean) - Method in class adams.gui.tools.ImageProcessorPanel
Checks the flow.
checkFlow(boolean) - Method in class adams.gui.tools.spreadsheetprocessor.processors.FlowProcessor
Checks the flow.
checkFlow(Actor, boolean, boolean, File) - Static method in class adams.flow.core.ActorUtils
Checks the flow.
checkFlow(Actor, File) - Static method in class adams.flow.core.ActorUtils
Checks the flow.
checkForCallableActorUser(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether a callable actor user is present in this sub-tree.
checkForExternalActor(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether an external actor is present in this sub-tree.
checkForModified() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Returns whether we can proceed with the operation or not, depending on whether the user saved the content or discarded the changes.
checkForModified() - Method in class adams.gui.core.StyledTextEditorPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the content or discarded the changes.
checkForModified() - Method in class adams.gui.core.TextEditorPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the content or discarded the changes.
checkForModified() - Method in class adams.gui.flow.FlowControlCenterPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.
checkForModified() - Method in class adams.gui.flow.FlowEditorPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.
checkForModified() - Method in class adams.gui.flow.FlowMultiPagePane
Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.
checkForModified() - Method in class adams.gui.scripting.AbstractScriptingDialog
Returns whether we can proceed with the operation or not, depending on whether the user saved the script or discarded the changes.
checkForModified() - Method in class adams.gui.tools.FavoritesManagementPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the placeholders or discarded the changes.
checkForModified() - Method in class adams.gui.tools.PlaceholderManagementPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the placeholders or discarded the changes.
checkForModified() - Method in class adams.gui.tools.PropertiesViewerPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.
checkForModified() - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns whether we can proceed with the operation or not, depending on whether the user saved the sheet or discarded the changes.
checkForModified() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the sheet or discarded the changes.
checkForModified(FlowPanel) - Method in class adams.gui.flow.FlowEditorPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.
checkForModified(FlowPanel) - Method in class adams.gui.flow.FlowMultiPagePane
Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.
checkForModified(SpreadSheetPanel) - Method in class adams.gui.tools.spreadsheetviewer.MultiPagePane
Returns whether we can proceed with the operation or not, depending on whether the user saved the sheet or discarded the changes.
checkForModified(SpreadSheetPanel) - Method in class adams.gui.tools.SpreadSheetViewerPanel
Returns whether we can proceed with the operation or not, depending on whether the user saved the sheet or discarded the changes.
checkForModified(ImagePanel) - Method in class adams.gui.visualization.image.ImageMultiPagePane
Returns whether we can proceed with the operation or not, depending on whether the user saved the flow or discarded the changes.
checkFormula(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a valid formula.
checkFormula(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a valid formula.
checkForSource(Actor) - Static method in class adams.flow.core.ActorUtils
Checks whether the actor has a source as first actor (can be nested).
checkForSource(Actor[]) - Static method in class adams.flow.core.ActorUtils
Checks whether the actors have a source as first actor (can be nested).
checkForStandalones(Actor[], Node) - Method in class adams.gui.flow.tree.TreeOperations
Checks whether standalones can be placed beneath the parent actor.
checkForStandalones(Actor, Node) - Method in class adams.gui.flow.tree.TreeOperations
Checks whether standalones can be placed beneath the parent actor.
checkForTokens(String, int, int) - Method in class adams.gui.scripting.SyntaxDocument
Parse the line for tokens to highlight.
checkHeader(T) - Method in class adams.data.instances.AbstractInstanceGenerator
Checks whether the number of waves are the same.
checkHeaderTipText() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the tip text for this property.
checkHeaderTipText() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the tip text for this property.
checkHeaderTipText() - Method in class adams.flow.transformer.WekaInstanceDumper
Returns the tip text for this property.
checkIconClassname(T, String) - Method in class adams.gui.goe.actorpathtree.ActorPathTree
Processes the classname for the icon, returns null if not suitable to be added to the node.
checkID(I) - Method in class adams.flow.transformer.AbstractReportDbWriter
Checks whether the ID is valid.
checkID(Integer) - Method in class adams.flow.transformer.AbstractReportDbWriterByDBID
Checks whether the ID is valid.
checkID(String) - Method in class adams.flow.transformer.AbstractReportDbWriterByID
Checks whether the ID is valid.
checkImage(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Optional checks of the image.
checkImage(BoofCVImageContainer) - Method in class adams.data.boofcv.transformer.Scripted
Optional checks of the image.
checkImage(BufferedImageContainer) - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Optional checks of the image.
checkImage(BufferedImageContainer) - Method in class adams.data.image.transformer.Scripted
Optional checks of the image.
checkImage(BufferedImageContainer) - Method in class adams.data.image.transformer.SplitChannels
Optional checks of the image.
checkImage(BufferedImageContainer) - Method in class adams.data.image.transformer.SplitChannelsHSV
Optional checks of the image.
checkImage(BufferedImageContainer) - Method in class adams.data.image.transformer.SplitChannelsYIQ
Optional checks of the image.
checkImage(BufferedImageContainer) - Method in class adams.data.image.transformer.SplitChannelsYUV
Optional checks of the image.
checkImage(BufferedImageContainer) - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Optional checks of the image.
checkImage(BufferedImageContainer) - Method in class adams.data.jai.transformer.Scripted
Optional checks of the image.
checkImage(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Optional checks of the image.
checkImage(OpenCVImageContainer) - Method in class adams.data.opencv.transformer.Scripted
Optional checks of the image.
checkImage(T) - Method in class adams.data.image.AbstractImageTransformer
Optional checks of the image.
checkImageFilename(String, String) - Static method in class adams.gui.core.ImageManager
Checks whether an image with the given name is present in the specified directory.
checkIndices() - Method in class adams.flow.transformer.locateobjects.LocatedObjects
Checks whether the indices are valid, i.e., no missing or duplicate ones.
checkInput() - Method in class adams.gui.dialog.ApprovalDialog
Hook method for the "approve" button.
checkInput() - Method in class adams.gui.tools.DiffPanel.LoadDialog
Hook method for the "approve" button.
checkInput(OptionHandler) - Method in class adams.core.option.AbstractOptionProducer
Hook method for performing checks on the input.
checkInput(OptionHandler) - Method in class adams.core.option.CompactFlowProducer
Hook method for performing checks on the input.
checkInput(OptionHandler) - Method in class adams.core.option.FlowStructureDotProducer
Makes sure that the input is an Actor object.
checkInput(OptionHandler) - Method in class adams.core.option.FlowStructureGraphMLProducer
Makes sure that the input is an Actor object.
checkInput(OptionHandler) - Method in class adams.core.option.MaterializedArrayProducer
Hook method for performing checks on the input.
checkInput(T) - Method in class adams.data.instances.AbstractInstanceGenerator
Checks the input profile.
checkIntervalTipText() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Returns the tip text for this property.
checkInvalidVariablesLenient() - Static method in class adams.flow.core.ActorUtils
Returns whether invalid variables are to be treated lenient (ie no error, just warning).
checkLength(byte[], long) - Method in class adams.core.io.filecomplete.BMP
Checks whether the length in the header works with the actual data length.
checkLong(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a long.
checkLong(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a long.
checkModules(List<String>) - Static method in class adams.core.option.NestedFormatHelper
Checks whether there are any modules missing in the current environment compared to the provided list of module names.
checkNames() - Method in class adams.flow.standalone.CallableActors
Checks whether the names of the contained actors are unique or not.
checkNext() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.AbstractSplitGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.GroupedBinnedNumericClassRandomSplitGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.GroupedCrossValidationFoldGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.GroupedCrossValidationFoldGeneratorUsingNumericClassValues
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.GroupedRandomSplitGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.LeaveOneOutByValueGenerator
Returns true if the iteration has more elements.
checkNext() - Method in class weka.classifiers.MultiLevelSplitGenerator
Returns true if the iteration has more elements.
checkNone() - Method in class adams.gui.core.CheckableTableModel
Marks all rows as un-checked.
checkObject(Object) - Method in class adams.gui.tools.previewbrowser.AbstractObjectContentHandler
Hook method for checks before generating the preview.
checkOK(double, double) - Method in class weka.classifiers.meta.AbstainAverage
Check prediction difference against thresholds
checkOK(double, double) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Check prediction difference against thresholds
checkOK(double, double) - Method in class weka.classifiers.meta.AbstainVote
 
checkPage(AbstractDatabaseConnectionPage) - Method in class adams.gui.wizard.AbstractDatabaseConnectionPage.DatabaseConnectionPageCheck
Checks the page.
checkPage(AbstractWizardPage) - Method in class adams.gui.wizard.DummyPageCheck
Checks the page.
checkPage(T) - Method in interface adams.gui.wizard.PageCheck
Checks the page.
checkParent(String, boolean, boolean) - Method in class adams.parser.actorsuggestion.Parser
Checks whether the parent is the specified classname.
checkParent(String, boolean, boolean) - Method in class adams.parser.externalactorsuggestion.Parser
Checks whether the parent is the specified classname.
CheckPlaceholders - Class in adams.flow.processor
Checks whether all placeholder files/dirs can be expanded, i.e., whether all placeholders are actually defined.
CheckPlaceholders() - Constructor for class adams.flow.processor.CheckPlaceholders
 
CheckProcessor - Interface in adams.flow.processor
Processors that perform checks.
checkRangeForInstance(Instance) - Method in class weka.classifiers.meta.RangeCheck
Checks the range for the instance.
checkRangeForInstance(Instance) - Method in interface weka.classifiers.RangeCheckClassifier
Checks the range for the instance.
checkRemainingOptions(String[]) - Static method in class adams.core.option.OptionUtils
Checks whether are any options left over and returns a string listing them.
checkRequest(RemoteCommand) - Method in class adams.scripting.connection.AbstractConnection
Hook method that checks the request command and setup for sending it.
checkRequest(RemoteCommand) - Method in class adams.scripting.connection.LoadBalancer
Hook method that checks the request command and setup for sending it.
checkRequest(RemoteCommand) - Method in class adams.scripting.connection.Multicast
Hook method that checks the request command and setup for sending it.
checkRequirement(Class) - Method in class adams.gui.scripting.AbstractCommandProcessor
Checks the following requirement.
checkRequirement(Class) - Method in class adams.gui.scripting.TimeseriesCommandProcessor
Checks the following requirement.
checkRequirements(AbstractScriptlet) - Method in class adams.gui.scripting.AbstractCommandProcessor
Checks whether all the requirements for the scriptlet have been met.
checkResponse(RemoteCommand) - Method in class adams.scripting.connection.AbstractConnection
Hook method that checks the response command and setup for sending it.
checkResponse(RemoteCommand) - Method in class adams.scripting.connection.LoadBalancer
Hook method that checks the response command and setup for sending it.
checkResponse(RemoteCommand) - Method in class adams.scripting.connection.Multicast
Hook method that checks the response command and setup for sending it.
checkSameDimensions(ImageSegmentationContainer[]) - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
Checks whether the containers have the same dimensions.
checkSameDimensions(ImageSegmentationContainer, ImageSegmentationContainer) - Method in class adams.data.imagesegmentation.operation.AbstractImageSegmentationContainerOperation
Checks whether the two containers have the same dimensions.
checkSameDimensions(T[]) - Method in class adams.data.image.AbstractMultiImageOperation
Checks whether the images have the same dimensions.
checkSameDimensions(T, T) - Method in class adams.data.image.AbstractMultiImageOperation
Checks whether the two images have the same dimensions.
checkSameDimensions(Matrix[]) - Method in class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
Checks whether the matrices have the same dimensions.
checkSameDimensions(Matrix, Matrix) - Method in class adams.data.matlab.multimatrixoperation.AbstractMultiMatrixOperation
Checks whether the two matrices have the same dimensions.
checkScope() - Method in class adams.flow.standalone.ConditionalStandalones
Does nothing.
checkScope() - Method in class adams.flow.standalone.Standalones
Checks whether names of sub-actors are unique.
checkScope(Actor, ExecutionStage) - Method in class adams.flow.execution.debug.AbstractScopeRestriction
Checks whether the specified actor falls within the scope.
checkScope(Actor, ExecutionStage) - Method in class adams.flow.execution.debug.MultiScopeRestriction
Checks whether the specified actor falls within the scope.
checkScope(Actor, ExecutionStage) - Method in class adams.flow.execution.debug.NoScopeRestriction
Checks whether the specified actor falls within the scope.
checkScope(Actor, ExecutionStage) - Method in class adams.flow.execution.debug.SubFlowRestriction
Checks whether the specified actor falls within the scope.
checkScriptObject() - Method in class adams.data.boofcv.features.AbstractScriptedFeatureGenerator
Checks the script object.
checkScriptObject() - Method in class adams.data.boofcv.features.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.boofcv.transformer.AbstractScriptedTransformer
Checks the script object.
checkScriptObject() - Method in class adams.data.boofcv.transformer.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.conversion.AbstractScriptedConversion
Checks the script object.
checkScriptObject() - Method in class adams.data.conversion.Groovy
Checks the script object.
checkScriptObject() - Method in class adams.data.conversion.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.filter.AbstractScriptedFilter
Checks the script object.
checkScriptObject() - Method in class adams.data.filter.Groovy
Checks the script object.
checkScriptObject() - Method in class adams.data.filter.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.image.features.AbstractScriptedFeatureGenerator
Checks the script object.
checkScriptObject() - Method in class adams.data.image.features.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.image.transformer.AbstractScriptedTransformer
Checks the script object.
checkScriptObject() - Method in class adams.data.image.transformer.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.jai.transformer.AbstractScriptedTransformer
Checks the script object.
checkScriptObject() - Method in class adams.data.jai.transformer.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.opencv.features.AbstractScriptedFeatureGenerator
Checks the script object.
checkScriptObject() - Method in class adams.data.opencv.features.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.opencv.transformer.AbstractScriptedTransformer
Checks the script object.
checkScriptObject() - Method in class adams.data.opencv.transformer.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.outlier.AbstractScriptedOutlierDetector
Checks the script object.
checkScriptObject() - Method in class adams.data.outlier.Groovy
Checks the script object.
checkScriptObject() - Method in class adams.data.outlier.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.data.report.AbstractScriptedReportFilter
Checks the script object.
checkScriptObject() - Method in class adams.data.report.Groovy
Checks the script object.
checkScriptObject() - Method in class adams.data.report.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.flow.condition.bool.AbstractScriptedCondition
Checks the script object.
checkScriptObject() - Method in class adams.flow.condition.bool.Groovy
Checks the script object.
checkScriptObject() - Method in class adams.flow.condition.bool.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.flow.core.AbstractGroovyActor
Checks the script object.
checkScriptObject() - Method in class adams.flow.core.AbstractScriptedActor
Checks the script object.
checkScriptObject() - Method in class adams.flow.core.AbstractScriptingHandlerActor
Checks the script object.
checkScriptObject() - Method in class adams.flow.template.AbstractScriptedTemplate
Checks the script object.
checkScriptObject() - Method in class adams.flow.template.Groovy
Checks the script object.
checkScriptObject() - Method in class adams.flow.template.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.flow.transformer.pdfgenerate.AbstractScriptedPDFGenerator
Checks the script object.
checkScriptObject() - Method in class adams.flow.transformer.pdfgenerate.Scripted
Checks the script object.
checkScriptObject() - Method in class adams.tools.AbstractScriptedTool
Checks the script object.
checkScriptObject() - Method in class adams.tools.Groovy
Checks the script object.
checkScriptObject() - Method in class adams.tools.Scripted
Checks the script object.
checkServerTrusted(X509Certificate[], String) - Method in class adams.core.net.trustmanager.AbstractTrustManager
Checks the certificates.
checkServerTrusted(X509Certificate[], String) - Method in class adams.core.net.trustmanager.All
Checks the certificates.
checkSetup() - Method in class adams.data.instances.AbstractInstanceGenerator
Checks whether the setup is consistent.
checkSizeTipText() - Method in class adams.core.io.filecomplete.AbstractStrictCheckSizeFileCompleteCheck
Returns the tip text for this property.
checksTipText() - Method in class adams.core.io.fileuse.MultiCheck
Returns the tip text for this property.
checksTipText() - Method in class adams.gui.visualization.object.objectannotations.check.MultiCheck
Returns the tip text for this property.
checkStopping(AbstractGeneticAlgorithm) - Method in class adams.opt.genetic.stopping.AbstractStoppingCriterion
Performs the check of the stopping criterion.
CheckStorageUsage - Class in adams.flow.processor
Performs a 'soft' check whether storage names in use are actually set somewhere in the flow.
CheckStorageUsage() - Constructor for class adams.flow.processor.CheckStorageUsage
 
checkSubActor(int, Actor) - Method in class adams.flow.control.FileProcessor
Checks the tee actor before it is set.
checkSubActor(int, Actor) - Method in class adams.flow.control.LaunchTee
Checks the sub actor before it is set.
checkSubActor(int, Actor) - Method in class adams.flow.control.LaunchTrigger
Checks the sub actor before it is set.
checkSubActor(int, Actor) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Checks the sub actor before it is set.
checkSubActor(Actor) - Method in class adams.flow.control.UpdateProperties
Checks the sub-actor before it is set via the setSubActor method.
checkSubActors(Actor[]) - Method in class adams.flow.control.FileProcessor
Checks the tee actors before they are set via the setTeeActors method.
checkSubActors(Actor[]) - Method in class adams.flow.control.LaunchTee
Checks the tee actors before they are set via the setSubActors method.
checkSubActors(Actor[]) - Method in class adams.flow.control.LaunchTrigger
Checks the tee actors before they are set via the setSubActors method.
checkSubActors(Actor[]) - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Checks the sub actors before they are set via the setSubActors method.
checksumSeedTipText() - Method in class adams.flow.source.RSync
 
checksumTipText() - Method in class adams.flow.source.RSync
 
checksumTipText() - Method in class adams.flow.source.SimpleRSync
 
checkTeeActor(int, Actor) - Method in class adams.flow.control.AbstractTee
Checks the tee actor before it is set.
checkTeeActor(int, Actor) - Method in class adams.flow.control.RemoteExecutionTrigger
Checks the tee actor before it is set.
checkTeeActor(int, Actor) - Method in class adams.flow.control.Tee
Checks the tee actor before it is set.
checkTeeActor(int, Actor) - Method in class adams.flow.control.Trigger
Checks the tee actor before it is set.
checkTeeActors(Actor[]) - Method in class adams.flow.control.AbstractTee
Checks the tee actors before they are set via the setTeeActors method.
checkTeeActors(Actor[]) - Method in class adams.flow.control.RemoteExecutionTrigger
Checks the tee actors before they are set via the setTeeActors method.
checkTeeActors(Actor[]) - Method in class adams.flow.control.Tee
Checks the tee actor before it is set via the setTeeActor method.
checkTeeActors(Actor[]) - Method in class adams.flow.control.Trigger
Checks the tee actors before they are set via the setTeeActors method.
checkTime(String) - Static method in class adams.core.DateUtils
Checks whether the string represents a time.
checkTime(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a time.
checkTime(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a time.
checkTime(String, DateFormat) - Static method in class adams.core.DateUtils
Checks whether the string represents a time.
checkTimeMsec(String) - Static method in class adams.core.DateUtils
Checks whether the string represents a time with msecs.
checkTimeMsec(String) - Method in class adams.data.spreadsheet.DoubleCell
Checks whether the string represents a time.
checkTimeMsec(String) - Method in class adams.data.spreadsheet.FloatCell
Checks whether the string represents a time.
checkTimeMsec(String, DateFormat) - Static method in class adams.core.DateUtils
Checks whether the string represents a time with msecs.
checkTipText() - Method in class adams.core.io.fileuse.FileIncomplete
Returns the tip text for this property.
checkTipText() - Method in class adams.flow.condition.bool.BytesComplete
Returns the tip text for this property.
checkTipText() - Method in class adams.flow.condition.bool.FileComplete
Returns the tip text for this property.
checkTipText() - Method in class adams.flow.condition.bool.FileInUse
Returns the tip text for this property.
checkTipText() - Method in class adams.flow.transformer.WaitForFile
Returns the tip text for this property.
checkTrain(SpreadSheet) - Method in class adams.data.spreadsheet.filter.AbstractTrainableSpreadSheetFilter
Hook method for checks (training data).
checkTrain(SpreadSheet) - Method in class adams.data.spreadsheet.filter.Normalize
Hook method for checks (training data).
checkTypeTipText() - Method in class adams.data.objectfinder.ObjectsInPolygon
Returns the tip text for this property.
checkTypeTipText() - Method in class adams.data.objectfinder.ObjectsInRegion
Returns the tip text for this property.
checkTypeTipText() - Method in class adams.flow.transformer.CountObjectsInPolygon
Returns the tip text for this property.
checkTypeTipText() - Method in class adams.flow.transformer.CountObjectsInRegion
Returns the tip text for this property.
checkTypeTipText() - Method in class adams.flow.transformer.MergeObjectLocations
Returns the tip text for this property.
CheckVariableUsage - Class in adams.flow.processor
Performs a 'soft' check whether variables in use are actually set somewhere in the flow.
CheckVariableUsage() - Constructor for class adams.flow.processor.CheckVariableUsage
 
CHEROKEE - adams.flow.core.TesseractLanguage
 
Child - Interface in adams.gui.application
The interface for the child frames/windows.
ChildFrame - Class in adams.gui.application
Specialized JFrame class.
ChildFrame(AbstractApplicationFrame, String) - Constructor for class adams.gui.application.ChildFrame
Constructs a new frame that knows about its parent.
ChildFrame(AbstractApplicationFrame, String, String) - Constructor for class adams.gui.application.ChildFrame
Constructs a new frame that knows about its parent.
ChiSquared - Class in adams.data.distribution
ChiSquared distribution.
ChiSquared() - Constructor for class adams.data.distribution.ChiSquared
 
chmodTipText() - Method in class adams.flow.source.RSync
 
choicesTipText() - Method in class adams.flow.template.SimpleMenu
Returns the tip text for this property.
choiceVariableTipText() - Method in class adams.flow.template.SimpleMenu
Returns the tip text for this property.
choleskyDecomposition(double[][]) - Method in class weka.classifiers.functions.GPD
Cholesky decomposition.
choose() - Method in class adams.gui.chooser.AbstractChooserPanel
Lets the user choose and updates the current value if choosing was successful.
chooseBackgroundColor() - Method in class adams.gui.visualization.image.ImageViewerPanel
Lets the user select the background color for the image.
chooseBooleanCondition(BooleanCondition) - Method in class adams.gui.flow.tree.TreeOperations
Lets the user choose a boolean condition.
chooseClassAttributeHeuristic() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Lets the user choose the class attribute heuristic.
chooseColor() - Method in class adams.gui.core.BaseColorTextField.CustomColorTextField
Pops up dialog to select color.
chooseColor(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>, List<InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.Viewport
Allows the user to choose the color for all the instances.
chooseColor(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>, List<SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
Allows the user to choose the color for all the rows.
ChooseColor<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For choosing color for containers.
ChooseColor() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.ChooseColor
 
chooseDir() - Method in class adams.gui.menu.ActorUsage
Lets the user choose the directory with the flows.
chooserChanged(FileCommanderDirectoryPanel) - Method in class adams.gui.tools.FileCommanderPanel
Gets called when a panel's chooser changes.
chooseRelationNameHeuristic() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Lets the user choose the relation name heuristic.
ChooserHelper - Class in adams.gui.chooser
Helper class for file choosers.
ChooserHelper() - Constructor for class adams.gui.chooser.ChooserHelper
 
chownTipText() - Method in class adams.flow.source.RSync
 
ChunkedSpreadSheetReader - Interface in adams.data.io.input
Interface for spreadsheet readers that can read data in chunks rather than only all at once.
ChunkReader(AccessSpreadSheetReader) - Constructor for class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
Initializes the low-level reader.
ChunkReader(CsvSpreadSheetReader) - Constructor for class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Initializes the low-level reader.
ChunkReader(FastCsvSpreadSheetReader) - Constructor for class adams.data.io.input.FastCsvSpreadSheetReader.ChunkReader
Initializes the low-level reader.
ChunkReader(SqlDumpSpreadSheetReader) - Constructor for class adams.data.io.input.SqlDumpSpreadSheetReader.ChunkReader
Initializes the low-level reader.
chunkSizeTipText() - Method in class adams.data.io.input.AccessSpreadSheetReader
Returns the tip text for this property.
chunkSizeTipText() - Method in interface adams.data.io.input.ChunkedSpreadSheetReader
Returns the tip text for this property.
chunkSizeTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
chunkSizeTipText() - Method in class adams.data.io.input.FastCsvSpreadSheetReader
Returns the tip text for this property.
chunkSizeTipText() - Method in class adams.data.io.input.LineArrayTextReader
Returns the tip text for this property.
chunkSizeTipText() - Method in class adams.data.io.input.SimpleCsvSpreadSheetReader
Returns the tip text for this property.
chunkSizeTipText() - Method in class adams.data.io.input.SimpleStreamSpreadSheetReader
Returns the tip text for this property.
chunkSizeTipText() - Method in class adams.data.io.input.SqlDumpSpreadSheetReader
Returns the tip text for this property.
chunkSizeTipText() - Method in class adams.flow.source.AbstractSpreadSheetDbReader
Returns the tip text for this property.
chunkSizeTipText() - Method in class adams.flow.transformer.ArrayToChunks
Returns the tip text for this property.
circle(int) - Static method in class adams.gui.core.Cursors
Creates a circle cursor with the specified diameter.
circle(int, double) - Static method in class adams.gui.core.Cursors
Creates a circle cursor with the specified diameter.
Circle - Class in adams.flow.transformer.pdfproclet
Draws a circle.
Circle - Class in adams.gui.visualization.jfreechart.shape
Generates a circle.
Circle() - Constructor for class adams.flow.transformer.pdfproclet.Circle
 
Circle() - Constructor for class adams.gui.visualization.jfreechart.shape.Circle
 
CIRCLE - adams.gui.tools.spreadsheetviewer.chart.ScatterPlot.PlotType
 
CIRCLE - adams.gui.visualization.instance.InstanceLinePaintlet.MarkerShape
a circle.
CIRCLE - adams.gui.visualization.object.objectannotations.outline.VertexShape
a circle.
CIRCLE - adams.gui.visualization.segmentation.layer.Markers.Shape
a circle.
CIRCLE - adams.gui.visualization.sequence.LinePaintlet.MarkerShape
a circle.
CIRCLE - adams.gui.visualization.spreadsheet.SpreadSheetRowLinePaintlet.MarkerShape
a circle.
CIRCLE - adams.gui.visualization.timeseries.TimeseriesPaintlet.MarkerShape
a circle.
CIRCLE_FILLED - adams.gui.visualization.object.objectannotations.outline.VertexShape
a filled circle.
CircleHitDetector - Class in adams.gui.visualization.sequence
Detects selections of sequence points in the sequence panel.
CircleHitDetector() - Constructor for class adams.gui.visualization.sequence.CircleHitDetector
Initializes the hit detector (constructor only for GOE) with no owner.
CircleHitDetector(XYSequencePaintlet) - Constructor for class adams.gui.visualization.sequence.CircleHitDetector
Initializes the hit detector.
CirclePaintlet - Class in adams.gui.visualization.sequence
Paintlet for simply painting circles at the specified X-Y position.
CirclePaintlet() - Constructor for class adams.gui.visualization.sequence.CirclePaintlet
 
circleWithPointer(int) - Static method in class adams.gui.core.Cursors
Creates a circle with the specified diameter overlayed with the cursor.
Citation - Class in adams.data.lire.features
Centralized citation for LIRE.
Citation() - Constructor for class adams.data.lire.features.Citation
 
clamp(int) - Method in class adams.data.image.transformer.GaussianBlur
Clamp a value to the range 0..255
Class - Class in adams.data.weka.columnfinder
Column finder which finds the class column (if one is set).
Class() - Constructor for class adams.data.weka.columnfinder.Class
 
CLASS_ATTRIBUTE_NAME - adams.flow.transformer.WekaEvaluationInfo.InfoType
 
CLASS_ATTRIBUTE_NAME - adams.flow.transformer.WekaInstancesInfo.InfoType
the name of the class attribute.
CLASS_CONSTANT - Static variable in class weka.classifiers.meta.LogClassRegressor
Constant to add to class before logarithm is taken.
CLASS_CONSTANT - Static variable in class weka.classifiers.meta.LogTargetRegressor
Constant to add to class before logarithm is taken.
CLASS_GROOVYCLASSLOADER - Static variable in class adams.core.scripting.Groovy
the classname of the Groovy classloader.
CLASS_INDEX - Static variable in class weka.classifiers.meta.ClassifierCascade
 
CLASS_LABEL_COUNT - adams.flow.transformer.WekaInstancesInfo.InfoType
the number of instances with the specified class label (only nominal).
CLASS_LABEL_COUNTS - adams.flow.transformer.WekaInstancesInfo.InfoType
the counts per class label (only nominal).
CLASS_LABEL_DISTRIBUTION - adams.flow.transformer.WekaInstancesInfo.InfoType
the distribution (percentages, 0-1) per class label (only nominal).
CLASS_LABELS - adams.flow.transformer.WekaInstancesInfo.InfoType
the class labels (only nominal class attribute).
CLASS_PATH - Static variable in class adams.core.option.CompactFlowProducer
the information on the class path.
CLASS_PATH - Static variable in class adams.core.option.NestedProducer
the information on the class path.
CLASS_RANGE - weka.classifiers.meta.MinMaxLimits.LimitHandling
determined based on class attribute range.
CLASS_SIZEOF - Static variable in class adams.core.SizeOf
the class to use.
CLASS_TYPE - adams.flow.transformer.WekaInstancesInfo.InfoType
the class attribute type.
classArrayToString(Class[]) - Method in class adams.gui.flow.tree.Node
Turns a class array (from input/output arrays) into a string.
classAttribute() - Method in class weka.core.AbstractHashableInstance
Returns class attribute.
ClassAttribute - Class in adams.data.weka.relationname
Uses the class attribute name.
ClassAttribute() - Constructor for class adams.data.weka.relationname.ClassAttribute
 
classAttributesTipText() - Method in class adams.data.instancesanalysis.pls.AbstractMultiClassPLS
Returns the tip text for this property
classAttributeTipText() - Method in class adams.data.conversion.SpreadSheetToDataset
Returns the tip text for this property.
classAttributeTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
ClassBreakpoint - Class in adams.flow.execution.debug
Triggers when the specified (exact) class of actor is encountered during listening.
ClassBreakpoint() - Constructor for class adams.flow.execution.debug.ClassBreakpoint
 
ClassCompatibility - Class in adams.core
Class that determines compatibility between inputs and outputs.
ClassCompatibility() - Constructor for class adams.core.ClassCompatibility
Initializes the checker.
ClassCompatibilityChecker - Interface in adams.core
Interface for compatibility checkers.
ClassCrossReference - Interface in adams.core
Interface for object that cross-reference other classes.
ClassCrossReferences - Class in adams.core.option.help
Generates help for cross-references of classes that implement the adams.core.ClassCrossReference interface.
ClassCrossReferences() - Constructor for class adams.core.option.help.ClassCrossReferences
 
classCrossRefLinksTipText() - Method in class adams.core.option.help.AbstractHelpGenerator
Returns the tip text for this property.
classDetailsTipText() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the tip text for this property.
classDetailsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns the tip text for this property.
classDistributionRangeTipText() - Method in class adams.flow.transformer.SummaryStatistics
Returns the tip text for this property.
classDistributionTipText() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the tip text for this property.
classDistributionTipText() - Method in class weka.classifiers.functions.FromPredictions
Returns the tip text for this property.
ClassesToClusters - Class in adams.gui.tools.wekainvestigator.tab.clustertab.evaluation
Tries to map the clusters of the built clusterer to the class labels in the dataset.
ClassesToClusters() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
 
classesToString(Class[]) - Static method in class adams.core.Utils
Turns a class array into a string.
classesToString(Class[]) - Method in class adams.flow.control.AbstractConnectedControlActor
Turns the class array into a string.
classesToString(Class[], String) - Static method in class adams.core.Utils
Turns a class array into a string.
classesToString(Object[]) - Static method in class adams.core.Utils
Turns the classes of an array into a string.
classesToString(Object[], String) - Static method in class adams.core.Utils
Turns the classes of an array into a string.
classFinderTipText() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the tip-text for the class-matching method option.
classFinderTipText() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Gets the tip-text for the classFinder option.
ClassHelp - Class in adams.gui.menu
Displays help for any selected class.
ClassHelp() - Constructor for class adams.gui.menu.ClassHelp
Initializes the menu item.
ClassHelp(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ClassHelp
Initializes the menu item.
ClassHelpPanel - Class in adams.gui.tools
Simple panel for lookup of help information on classes (if available).
ClassHelpPanel() - Constructor for class adams.gui.tools.ClassHelpPanel
 
CLASSIFICATION - adams.flow.sink.WekaExperimentGenerator.ExperimentType
classification.
CLASSIFICATION - Static variable in class adams.flow.transformer.pixelselector.AddClassification
the classification prefix.
classificationEntryTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
ClassificationLabelAnnotator - Class in adams.gui.visualization.object.annotator
Simply sets the chosen label in the report.
ClassificationLabelAnnotator() - Constructor for class adams.gui.visualization.object.annotator.ClassificationLabelAnnotator
 
classificationLabelEntryTipText() - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
Returns the tip text for this property.
ClassificationLabelTextOverlay - Class in adams.gui.visualization.object.overlay
Displays the classification label retrieved from the field in the report and overlays it as text on the image.
ClassificationLabelTextOverlay() - Constructor for class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
 
ClassificationModel - Interface in adams.ml.model.classification
Interface for classification models.
classificationNumericAverage(Instance) - Method in class weka.classifiers.meta.AbstainVote
 
classificationNumericAverage(Instance, boolean) - Method in class weka.classifiers.meta.AbstainAverage
Do the classification.
classificationNumericAverage(Instance, boolean) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Do the classification.
classificationNumericMedian(Instance) - Method in class weka.classifiers.meta.AbstainVote
 
ClassificationOverlay - Class in adams.flow.transformer.pixelselector
Highlights the chosen classifications.

Some actions that generate data for this overlay:
adams.flow.transformer.pixelselector.AddClassification

Valid options are:

ClassificationOverlay() - Constructor for class adams.flow.transformer.pixelselector.ClassificationOverlay
 
ClassificationViaPLS - Class in weka.classifiers.functions
Performs ClassificationViaRegression using PLSClassifierWeightedWithLoadings as base classifier, allowing access to the PLS matrices.
ClassificationViaPLS() - Constructor for class weka.classifiers.functions.ClassificationViaPLS
Initializes the classifier.
ClassificationViaRegressionD - Class in weka.classifiers.meta
Class for doing classification using regression methods.
ClassificationViaRegressionD() - Constructor for class weka.classifiers.meta.ClassificationViaRegressionD
Default constructor.
Classifier - Interface in adams.ml.model.classification
Interface for classification algorithms.
CLASSIFIER - Static variable in class weka.filters.supervised.instance.RemoveOutliers
 
ClassifierBasedGeneticAlgorithmJob(T, int, int[], Instances, Instances) - Constructor for class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Initializes the job.
ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob(T, int, int[], Instances, Instances) - Constructor for class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation.ClassifierBasedGeneticAlgorithmWithSecondEvaluationJob
Initializes the job.
ClassifierCascade - Class in weka.classifiers.meta
Generates a classifier cascade, with each deeper level of classifiers being built on the input data and either the class distributions (nominal class) or classification (numeric class) of the classifiers of the previous level in the cascade.
The build process is stopped when either the maximum number of levels is reached, the termination criterion is satisfied or no further improvement is achieved.
In case of a level performing worse than the prior one, the build process is terminated immediately and the current level discarded.
ClassifierCascade() - Constructor for class weka.classifiers.meta.ClassifierCascade
 
ClassifierCascade.Combination - Enum in weka.classifiers.meta
Defines how to combine the predictions of the final layer and turn it into actual predictions.
ClassifierCascade.ThresholdCheck - Enum in weka.classifiers.meta
Defines how to check the threshold.
ClassifierErrors - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Generates classifier errors plot.
ClassifierErrors() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.ClassifierErrors
 
ClassifierHandler - Class in weka.gui.explorer
Manages the ClassifierPanel.
ClassifierHandler() - Constructor for class weka.gui.explorer.ClassifierHandler
 
ClassifierPanel - Class in adams.gui.tools.wekamultiexperimenter.setup
Panel for listing datasets.
ClassifierPanel() - Constructor for class adams.gui.tools.wekamultiexperimenter.setup.ClassifierPanel
 
classifiersTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
classifierTipText() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.source.WekaClassifierSetup
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.AbstractCallableWekaClassifierEvaluator
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.indexedsplitsrunsevaluation.InstancesIndexedSplitsRunsEvaluation
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.indexedsplitsrunspredictions.InstancesIndexedSplitsRunsPredictions
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.WekaClassifierOptimizer
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.WekaCrossValidationEvaluator
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.WekaRepeatedCrossValidationEvaluator
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.WekaStreamEvaluator
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.WekaTrainClassifier
Returns the tip text for this property.
classifierTipText() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator
Returns the tip text for this property.
classifierTipText() - Method in class adams.ml.model.classification.WekaClassifier
Returns the tip text for this property.
classifierTipText() - Method in class adams.ml.model.regression.WekaRegressor
Returns the tip text for this property.
classifierTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
classifierTipText() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the tip text for this property.
classifierTipText() - Method in class weka.filters.supervised.instance.RemoveOutliers
Returns the tip text for this property.
classifierTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the tip text for this property
classifierTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the tip text for this property
classifierWeightsTipText() - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Returns the tip text for this property
classify(Row) - Method in interface adams.ml.model.classification.ClassificationModel
Returns the label for the given row.
classify(Row) - Method in interface adams.ml.model.classification.MultiTargetClassificationModel
Returns the label for the given row.
classify(Row) - Method in class adams.ml.model.classification.WekaClassificationModel
Returns the class label for the given row.
classify(Row) - Method in interface adams.ml.model.regression.MultiTargetRegressionModel
Returns the regressions for the given row.
classify(Row) - Method in interface adams.ml.model.regression.RegressionModel
Returns the regression for the given row.
classify(Row) - Method in class adams.ml.model.regression.WekaRegressionModel
Returns the regression for the given row.
classifyInstance(Instance) - Method in class weka.classifiers.functions.ClassificationViaPLS
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.FakeClassifier
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.FromPredictions
Always returns 0.
classifyInstance(Instance) - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.GaussianProcessesWeighted
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.GeneticAlgorithm
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.GPD
Classifies a given instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.LinearRegressionJ
Classifies the given instance using the linear regression function.
classifyInstance(Instance) - Method in class weka.classifiers.functions.MathExpressionClassifier
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.PLSClassifierWeighted
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.PLSRegressor
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.PLSWeighted
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.functions.SimpleLinearRegressionWithAccess
Generate a prediction for the supplied instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.AbstainAttributePercentile
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.AbstainAverage
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.AbstainAverageWithClassifierWeights
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.AbstainingCascade
Predicts the class label index for the given instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.AbstainingClassifierWrapper
Synchronized call of super method for making classification.
classifyInstance(Instance) - Method in class weka.classifiers.meta.AbstainLeastMedianSq
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.AbstainVote
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.ClassifierCascade
Returns the classification for the instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.Consensus
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.ConsensusOrVote
Predicts the class label index for the given instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.Corr
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.Fallback
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.FilteredClassifierExt
Simply synchronized call of inherited method.
classifyInstance(Instance) - Method in class weka.classifiers.meta.HighLowSplit
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.HighLowSplitSingleClassifier
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.LeastMedianSq
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.LogClassRegressor
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.LogTargetRegressor
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.MinMaxLimits
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.PartitionedStacking
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.PeakTransformed
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.SocketFacade
Generates a classification for the instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.SubsetEnsemble
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.SumTransformed
Returns the prediction.
classifyInstance(Instance) - Method in class weka.classifiers.meta.SuppressModelOutput
Classifies the given instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.ThreadSafeClassifierWrapper
Synchronized method for classifying data.
classifyInstance(Instance) - Method in class weka.classifiers.meta.Veto
Predicts the class label index for the given instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.VotedImbalance
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.meta.WeightedInstancesHandlerWrapper
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.simple.AbstractSimpleClassifier
Classifies the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.m5.M5Base2
Calculates a prediction for an instance using a set of rules or an M5 model tree
classifyInstance(Instance) - Method in class weka.classifiers.trees.m5.Rule2
Calculates a prediction for an instance using this rule or M5 model tree
classifyInstance(Instance) - Method in class weka.classifiers.trees.m5.RuleNode2
Classify an instance using this node.
classifyInstance(Instance) - Method in class weka.classifiers.trees.RandomModelTrees
Calculates the class membership probabilities for the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.RandomRegressionForest
Calculates the class membership probabilities for the given test instance.
classifyInstance(Instance) - Method in class weka.classifiers.trees.RandomRegressionForest.Node
classifies the given instance
classifyInstance(Instance) - Method in class weka.classifiers.trees.XGBoost
Classifies the given test instance.
classifyInstanceMedian(Instance) - Method in class weka.classifiers.meta.AbstainVote
Classifies the given test instance, returning the median from all classifiers.
ClassifyTab - Class in adams.gui.tools.wekainvestigator.tab
Tab for classification.
ClassifyTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.ClassifyTab
 
ClassifyTab.HistoryPanel - Class in adams.gui.tools.wekainvestigator.tab
Customized history panel.
classIndex() - Method in class weka.core.AbstractHashableInstance
Returns the class attribute's index.
classIndex(Instances) - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.evaluation.ClassesToClusters
Returns the index of the selected class attribute in the provided dataset.
classIndexTipText() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Returns the tip text for this property.
classIndexTipText() - Method in class adams.flow.source.WekaNewInstances
Returns the tip text for this property.
classIndexTipText() - Method in class adams.flow.transformer.ClassSelector
Returns the tip text for this property.
classIndexTipText() - Method in class adams.flow.transformer.WekaBootstrapping
Returns the tip text for this property.
classIndexTipText() - Method in class adams.flow.transformer.WekaClassSelector
Returns the tip text for this property.
classIndexTipText() - Method in class adams.flow.transformer.WekaEvaluationValuePicker
Returns the tip text for this property.
classIndexTipText() - Method in class adams.flow.transformer.WekaEvaluationValues
Returns the tip text for this property.
classIndexTipText() - Method in class adams.flow.transformer.wekarepeatedcrossvalidationoutput.Statistics
Returns the tip text for this property.
classIndexTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostBenefitAnalysis
Returns the tip text for this property.
classIndexTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated.Statistics
Returns the tip text for this property.
classIndexTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
classIndexTipText() - Method in class adams.opt.optimise.genetic.fitnessfunctions.AbstractWEKAFitnessFunction
Returns the tip text for this property.
classIndexTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
classIndexTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedAbs
Returns the tip text for this property
classIndexTipText() - Method in class weka.filters.unsupervised.instance.RemoveMisclassifiedRel
Returns the tip text for this property
classIsMissing() - Method in class weka.core.AbstractHashableInstance
Tests if an instance's class is missing.
classLabelIndexTipText() - Method in class adams.data.conversion.WekaEvaluationToCostCurve
Returns the tip text for this property.
classLabelIndexTipText() - Method in class adams.data.conversion.WekaEvaluationToThresholdCurve
Returns the tip text for this property.
classLabelIndexTipText() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Returns the tip text for this property.
classLabelIndexTipText() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Returns the tip text for this property.
classLabelRangeTipText() - Method in class adams.flow.sink.WekaCostCurve
Returns the tip text for this property.
classLabelRangeTipText() - Method in class adams.flow.sink.WekaThresholdCurve
Returns the tip text for this property.
classLabelRangeTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyCostCurve
Returns the tip text for this property.
classLabelRangeTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.LegacyThresholdCurve
Returns the tip text for this property.
classLabelsTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
classLabelTipText() - Method in class adams.flow.transformer.WekaClassifierRanker
Returns the tip text for this property.
ClassLister - Class in adams.core
Determines the classnames of superclasses that are to be displayed in the GUI for instance.
ClassLister() - Constructor for class adams.core.ClassLister
Initializes the classlister.
CLASSLISTER_CLASSES - Static variable in class adams.core.ClassLister
for statically listed classes (superclass -> comma-separated classnames).
CLASSLISTER_PACKAGES - Static variable in class adams.core.ClassLister
for statically listed packages (superclass -> comma-separated packages).
ClassListerBlacklistDefinition - Class in adams.env
Definition for the ClassLister blacklist file.
ClassListerBlacklistDefinition() - Constructor for class adams.env.ClassListerBlacklistDefinition
 
ClassListerDefinition - Class in adams.env
Definition for the ClassLister props file.
ClassListerDefinition() - Constructor for class adams.env.ClassListerDefinition
 
ClassListerJson - Class in adams.core
Same as ClassLister, but with support for outputting JSON when calling the main method.
ClassListerJson() - Constructor for class adams.core.ClassListerJson
 
CLASSLISTERJSON_CLASSES - Static variable in class adams.core.ClassListerJson
for statically listed classes (superclass -> comma-separated classnames).
CLASSLISTERJSON_PACKAGES - Static variable in class adams.core.ClassListerJson
for statically listed packages (superclass -> comma-separated packages).
ClassManager - Class in adams.core.classmanager
Manages the loading of classes, delegates it to the responsible actual manager.
ClassManager() - Constructor for class adams.core.classmanager.ClassManager
Initializes the manager.
ClassManager.NoManagerFound - Class in adams.core.classmanager
Dummy manager to be used in mapping if no manager was found.
CLASSNAME - Static variable in interface adams.parser.actorsuggestion.sym
 
CLASSNAME - Static variable in interface adams.parser.externalactorsuggestion.sym
 
CLASSNAME - Static variable in interface adams.parser.templatesuggestion.sym
 
CLASSNAME_PUNCTUATION - Static variable in class adams.core.Utils
 
classnamePart() - Method in class adams.core.base.BaseCommandLine
Returns the classname part of the command-line.
classnameTipText() - Method in class adams.core.discovery.genetic.GenericDoubleResolution
Returns the tip text for this property.
classnameTipText() - Method in class adams.core.discovery.genetic.GenericFloatResolution
Returns the tip text for this property.
classnameTipText() - Method in class adams.core.discovery.genetic.GenericInteger
Returns the tip text for this property.
classnameTipText() - Method in class adams.core.discovery.genetic.GenericString
Returns the tip text for this property.
classnameTipText() - Method in class adams.data.conversion.StringToCustomStringRepresentation
Returns the tip text for this property.
classnameTipText() - Method in class adams.doc.javadoc.Javadoc
Returns the tip text for this property.
classnameTipText() - Method in class adams.flow.control.Cast
Returns the tip text for this property.
classnameTipText() - Method in class adams.flow.processor.ListObjectCommandlines
Returns the tip text for this property.
classnameTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.SourceCode
Returns the tip text for this property.
classNameTipText() - Method in class adams.flow.condition.bool.HasClass
Returns the tip text for this property.
classNameTipText() - Method in class adams.flow.execution.debug.ClassBreakpoint
Returns the tip text for this property.
classNameTipText() - Method in class adams.flow.source.WekaNewInstances
Returns the tip text for this property.
classNameTipText() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the tip-text for the class-name option.
ClassNode - Class in adams.gui.goe.classtree
Specialized tree node.
ClassNode(String) - Constructor for class adams.gui.goe.classtree.ClassNode
Initializes the class node with the specified label (package or class name).
classNoiseTipText() - Method in class weka.classifiers.functions.GaussianProcessesAdaptive
Returns the tip text for this property.
ClassOption - Class in adams.core.option
Option class for OptionHandler options.
ClassOption(OptionManager, String, String, Object, boolean, UserMode) - Constructor for class adams.core.option.ClassOption
Initializes the option.
ClassOption(OptionManager, String, String, Object, UserMode) - Constructor for class adams.core.option.ClassOption
Initializes the option.
CLASSPATH_BLACKLIST - Static variable in class adams.core.ClassLister
the name of the classpath blacklist props file.
CLASSPATH_FULL - Static variable in class adams.core.management.Java
the cleaned up, full classpath.
CLASSPATH_SHORT - Static variable in class adams.core.management.Java
the shortened classpath.
ClassPathAugmenter - Interface in adams.core.management
Interface for classes that are used to augment the system's classpath.
classPathAugmentersTipText() - Method in class adams.flow.standalone.JavaExec
Returns the tip text for this property.
ClasspathBlacklistDefinition - Class in adams.env
Definition for the Classpath blacklist file.
ClasspathBlacklistDefinition() - Constructor for class adams.env.ClasspathBlacklistDefinition
 
classpathDirsTipText() - Method in class adams.flow.control.JDeps
Returns the tip text for this property.
classpathJarsTipText() - Method in class adams.flow.control.JDeps
Returns the tip text for this property.
ClassQuickSearchPanel - Class in adams.gui.core
Allows user to search/select class from a class hierarchy.
ClassQuickSearchPanel() - Constructor for class adams.gui.core.ClassQuickSearchPanel
 
ClassRangeBasedClassifierErrors - Class in weka.gui.visualize.plugins
Displays the classifier errors using Weka panels, but with a sizes adjusted to the class range.
ClassRangeBasedClassifierErrors() - Constructor for class weka.gui.visualize.plugins.ClassRangeBasedClassifierErrors
 
classSelected(String) - Method in class adams.gui.goe.GenericObjectEditor
Called when the user selects an class type to change to.
ClassSelector - Class in adams.flow.transformer
Sets (or unsets) the class index/indices.
ClassSelector() - Constructor for class adams.flow.transformer.ClassSelector
 
classToString(Class) - Static method in class adams.core.Utils
Turns a class into a string.
classToString(Object) - Static method in class adams.core.Utils
Turns the class of the object into a string.
ClassTree - Class in adams.gui.goe.classtree
Displays classes in a tree structure.
ClassTree() - Constructor for class adams.gui.goe.classtree.ClassTree
Initializes the tree with no classes.
ClassTreeNodeCollection - Class in adams.gui.goe.classtree
Node collection for the class tree.
ClassTreeNodeCollection(ClassNode[]) - Constructor for class adams.gui.goe.classtree.ClassTreeNodeCollection
Initializes the collection with all the nodes.
ClassTreeRenderer - Class in adams.gui.goe.classtree
A specialized renderer for the class tree elements.
ClassTreeRenderer() - Constructor for class adams.gui.goe.classtree.ClassTreeRenderer
 
classValue() - Method in class adams.core.base.BaseClassname
Returns the value as class.
classValue() - Method in class weka.core.AbstractHashableInstance
Returns an instance's class value as a floating-point number.
ClassValueBinValueExtractor() - Constructor for class adams.data.binning.BinnableInstances.ClassValueBinValueExtractor
 
ClassValueBinValueExtractor(int) - Constructor for class adams.data.binning.BinnableDataset.ClassValueBinValueExtractor
Initializes the extractor.
clean(String) - Method in class adams.core.AbstractDataBackedIndex
Cleanses the given string.
clean(String) - Method in class adams.core.Index
Cleanses the given string.
clean(String) - Method in class adams.core.Range
Cleanses the given string.
clean(String) - Method in class weka.core.tokenizers.cleaners.AbstractTokenCleaner
Determines whether a token is clean or not.
clean(String) - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Determines whether a token is clean or not.
clean(String) - Method in class weka.core.tokenizers.cleaners.NormalizeDuplicateChars
Determines whether a token is clean or not.
clean(String) - Method in class weka.core.tokenizers.cleaners.PassThrough
Passes tokens through.
clean(String) - Method in class weka.core.tokenizers.cleaners.RemoveNonWordCharTokens
Determines whether a token is clean or not.
clean(String) - Method in interface weka.core.tokenizers.cleaners.TokenCleaner
Determines whether a token is clean or not.
cleanAnnotations(LocatedObjects, MessageCollection) - Method in class adams.gui.visualization.object.objectannotations.cleaning.AbstractAnnotationCleaner
Cleans the annotations.
cleanAnnotations(LocatedObjects, MessageCollection) - Method in interface adams.gui.visualization.object.objectannotations.cleaning.AnnotationCleaner
Cleans the annotations.
CLEANER - Static variable in class weka.core.tokenizers.cleaners.MultiCleaner
 
CLEANER - Static variable in class weka.core.tokenizers.PreCleanedTokenizer
 
cleanersTipText() - Method in class adams.flow.transformer.draw.ObjectAnnotationsFromReport
Returns the tip text for this property.
cleanersTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsHandler
Returns the tip text for this property.
cleanersTipText() - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Returns the tip text for this property.
cleanersTipText() - Method in class adams.gui.visualization.image.ObjectAnnotations
Returns the tip text for this property.
cleanersTipText() - Method in class adams.gui.visualization.object.overlay.ObjectAnnotations
Returns the tip text for this property.
cleanersTipText() - Method in class weka.core.tokenizers.cleaners.MultiCleaner
Returns the tip text for this property.
cleanerTipText() - Method in class adams.flow.standalone.TableCleanUp
Returns the tip text for this property.
cleanerTipText() - Method in class weka.core.tokenizers.PreCleanedTokenizer
Returns the tip text for this property.
cleanIndicesTipText() - Method in class adams.flow.transformer.GetImageObjects
Returns the tip text for this property.
cleanIndicesTipText() - Method in class adams.flow.transformer.ImageObjectFilter
Returns the tip text for this property.
cleanOptions(String[]) - Static method in class adams.core.management.Launcher
Removes unnecessary double quotes.
cleanOutputBuffer() - Method in class adams.flow.transformer.AbstractWekaClassifierEvaluator
Cleans up the output buffer.
cleanUp() - Method in interface adams.core.CleanUpHandler
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.command.AbstractExternalCommand
Cleans up data structures, frees up memory.
cleanUp() - Method in interface adams.core.command.ExternalCommand
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.command.output.AbstractOutputFormatter
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.command.stderr.AbstractStdErrProcessor
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.command.stderr.CallableActorSink
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.command.stderr.Enqueue
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.command.stdout.AbstractStdOutProcessor
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.command.stdout.CallableActorSink
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.command.stdout.Enqueue
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.logging.Logger
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.net.AbstractSendEmail
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.AbstractArgumentOption
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.AbstractOption
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.AbstractOptionConsumer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.AbstractOptionProducer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.AbstractRecursiveOptionConsumer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.AbstractRecursiveOptionProducer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.ArrayProducer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.ClassOption
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.EnumOption
Cleans up data structures, frees up memory.
cleanUp() - Method in interface adams.core.option.OptionConsumer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.OptionManager
Cleans up the options vector.
cleanUp() - Method in interface adams.core.option.OptionProducer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.option.XhtmlProducer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.core.Variables
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.baseline.AbstractBaselineCorrection.BaselineCorrectionJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.baseline.AbstractBaselineCorrection
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.conversion.AbstractConversion
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.filter.AbstractFilter
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.filter.AbstractFilter.FilterJob
Cleans up data structures, frees up memory.
cleanUp() - Method in interface adams.data.filter.Filter
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.image.AbstractImageFeatureGenerator
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.image.AbstractImageTransformer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.instances.AbstractInstanceGenerator
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.io.input.AbstractDataContainerReader
Can be used to free up memory.
cleanUp() - Method in class adams.data.io.input.AbstractReportReader
Can be used to free up memory.
cleanUp() - Method in class adams.data.io.output.AbstractDataContainerWriter
Can be used to free up memory.
cleanUp() - Method in class adams.data.io.output.AbstractReportWriter
Can be used to free up memory.
cleanUp() - Method in class adams.data.noise.AbstractDenoiser
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.noise.AbstractDenoiser.DenoiserJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.outlier.AbstractOutlierDetector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.outlier.AbstractOutlierDetector.DetectorJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.report.AbstractReportFilter
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.smoothing.AbstractSmoother
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.smoothing.AbstractSmoother.SmootherJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.statistics.AbstractDataStatistic
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.statistics.TimeseriesStatistic
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.weka.evaluator.AbstractDatasetInstanceEvaluator
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.AbstractControlActor
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.AbstractDataContainerFileChecker
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.AbstractDirectedControlActor
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.AbstractDirector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.AbstractTee
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.ArrayProcess.ArrayElementJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.FileProcessor
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.Flow
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.IfStorageValue.IfStorageValueDirector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.IfThenElse.IfThenElseDirector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.LaunchTee
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.LaunchTee.LaunchJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.LaunchTrigger
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.LaunchTrigger.LaunchJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.LoadBalancer
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.LocalScopeSubProcess
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.LocalScopeTee
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.LocalScopeTrigger
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessor
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.plotprocessor.AbstractPlotProcessorWithBuffer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.PlotProcessor
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.Sequence
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.SequentialDirector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.SubProcess
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.Switch
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.Switch.SwitchDirector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.control.TimedSubProcess
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.TimedTee
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.TimedTrigger
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.control.TriggerEvent
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.core.AbstractActor
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.core.AbstractCallableActor
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.core.AbstractDisplay
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.core.AbstractExternalActor
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.core.AbstractPyroCall
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.core.AbstractTemplate
Cleans up after the execution has finished.
cleanUp() - Method in interface adams.flow.core.Actor
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.core.FlowVariables
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.execution.AbstractFlowExecutionListener
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.execution.AbstractTimedFlowExecutionListenerWithTable
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.execution.CurrentlyExecuted
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.execution.debug.BreakpointPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.execution.debug.ControlPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.execution.ExecutionCounter
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.execution.Time
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.setup.FlowSetup
Performs a clean up of a previously run actor.
cleanUp() - Method in class adams.flow.setup.FlowSetupWorker
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.sink.AbstractTextualDisplay
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.sink.FilePreview.FilePreviewDisplayPanel
Performs clean up operations.
cleanUp() - Method in class adams.flow.sink.FlowDisplay
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
Performs clean up operations.
cleanUp() - Method in class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
Performs clean up operations.
cleanUp() - Method in class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel
Performs clean up operations.
cleanUp() - Method in class adams.flow.sink.ProgrammaticSink
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.sink.pyrosink.AbstractPyroSink
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.sink.PyroSink
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Performs clean up operations.
cleanUp() - Method in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
cleanUp() - Method in class adams.flow.source.pyrosource.AbstractPyroSource
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.source.PyroSource
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.source.SequenceSource
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.standalone.AbstractMultiView
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.AbstractMutableActorDaemonEvent
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.AbstractMutableStandaloneGroupItem
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.AbstractStandaloneGroup
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.ConsoleWindow
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.Cron
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.DelayedEvent
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.ExternalFlow
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.GridView
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.PyroStandalone
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.QueueEvent
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.standalone.SubProcessEvent
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.template.AbstractScriptedTemplate
Cleans up, frees up memory.
cleanUp() - Method in class adams.flow.transformer.AbstractDataContainerDbWriter
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.AbstractDataContainerFileReader
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.ExecuteJobs
Frees up memory in a "destructive" non-reversible way.
cleanUp() - Method in class adams.flow.transformer.ExecuteRemoteCommand
Frees up memory in a "destructive" non-reversible way.
cleanUp() - Method in class adams.flow.transformer.locateobjects.AbstractObjectLocator
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorOverlay
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.pyrotransformer.AbstractPyroTransformer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.PyroTransformer
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.SpreadSheetFilter.FilterJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Cleans up after the execution has finished.
cleanUp() - Method in class adams.flow.transformer.WekaClassifierRanker
Frees up memory in a "destructive" non-reversible way.
cleanUp() - Method in class adams.flow.transformer.WekaClassifierRanker.RankingJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.WekaFilter.BatchFilterJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.WekaTestSetEvaluator.EvaluateJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.WekaTrainAssociator.TrainJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.WekaTrainClassifier.BatchTrainJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.WekaTrainClusterer.BatchTrainJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.flow.transformer.WekaTrainTestSetEvaluator.EvaluateJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.action.AbstractActionWithDialog
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.action.AbstractBaseAction
Cleans up data structures, frees up memory.
cleanUp() - Method in interface adams.gui.action.BaseAction
Cleans up data structures, frees up memory.
cleanUp() - Method in interface adams.gui.application.Child
Calls the cleanUp() method if the first component is a CleanUpHandler.
cleanUp() - Method in class adams.gui.application.ChildFrame
Calls the cleanUp() method if the first component is a CleanUpHandler.
cleanUp() - Method in class adams.gui.chooser.AbstractChooserPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.chooser.FtpRemoteDirectorySetup
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.chooser.SftpRemoteDirectorySetup
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.chooser.SmbRemoteDirectorySetup
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.core.DetachablePanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.core.MultiPagePane
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.core.SplitPanelWithOptionalComponents
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.core.SpreadSheetTableModel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.core.Undo
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.dialog.AbstractReplaceDialog
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.dialog.ReplaceFieldDialog
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.FlowControlCenterPanel
Cleans up.
cleanUp() - Method in class adams.gui.flow.FlowEditorPanel
Cleans up the last flow that was run.
cleanUp() - Method in class adams.gui.flow.FlowPanel
Cleans up the last flow that was run.
cleanUp() - Method in class adams.gui.flow.FlowRunnerPanel
Cleans up the last flow that was run.
cleanUp() - Method in class adams.gui.flow.menu.FileExport
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.menu.FileImport
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tab.FlowTabManager
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tabhandler.AbstractTabHandler
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tree.record.add.AbstractRecordActorAdded
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tree.record.add.MostCommon
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tree.record.enclose.MostCommon
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tree.Tree
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.flow.tree.TreeOperations
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.goe.AbstractDatabaseConnectionAwarePropertyEditorSupport
Cleans up when the dialog is closed.
cleanUp() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Cleans up when the dialog is closed.
cleanUp() - Method in class adams.gui.scripting.AbstractScriptingDialog
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.selection.AbstractDatabaseSelectionDialog
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.selection.AbstractDatabaseSelectionPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.selection.AbstractSelectDatabaseFieldPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.selection.AbstractSelectionDialog
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.selection.AbstractTableBasedSelectionDialog
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.selection.AbstractTableBasedSelectionPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.AbstractManagementPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.AbstractManagementPanelWithSelectableDatabase
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.FileMonitorPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.FindInFilesPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.ImageProcessorPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.ImageProcessorSubPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.previewbrowser.PDFHandler
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.previewbrowser.PreviewPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.PreviewBrowserPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterManagerPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.SpreadSheetProcessorPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.VariableManagementPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.data.DatabaseContainer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.data.DataGeneratorContainer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.data.FileContainer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.data.SpreadSheetContainer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.data.TextDirectoryLoaderContainer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.output.AbstractNestableResultItem
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.output.OutputTabbedPane
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.AbstractResultsPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.CrossValidationExperiment.CrossValidationExperimentJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.container.AbstractContainerList
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.container.ContainerModel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.container.DataContainerPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.core.plot.AbstractHitDetector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.debug.InspectionPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.debug.propertyextractor.AbstractPropertyExtractor
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.debug.propertyextractor.DefaultPropertyExtractor
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.debug.propertyextractor.OptionHandlerPropertyExtractor
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.debug.StoragePanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.image.AbstractImageOverlay
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.image.ImagePanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.instance.InstanceComparePanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.instance.InstanceExplorer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.instance.InstancePanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.instance.InstancePointHitDetector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.object.annotationsdisplay.AbstractAnnotationsDisplayPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.object.annotator.AbstractAnnotator
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.object.overlay.AbstractOverlay
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.object.overlay.MultiOverlay
Cleans up data structures, frees up memory.
cleanUp() - Method in interface adams.gui.visualization.object.overlay.Overlay
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.object.tools.AbstractTool
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.pdf.PDFPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointHitDetector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotHitDetector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.visualization.timeseries.TimeseriesPointHitDetector
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.gui.workspace.AbstractWorkspacePanel
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.multiprocess.AbstractJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.multiprocess.AbstractJobRunner
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.multiprocess.AbstractMetaJobRunner
Cleans up data structures, frees up memory.
cleanUp() - Method in interface adams.multiprocess.Job
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.multiprocess.JobList
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.multiprocess.LocalJobRunner
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.multiprocess.WekaCrossValidationExecution
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.multiprocess.WekaCrossValidationJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.GeneticAlgorithmJob
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.opt.optimise.AbstractOptimiser
Default implementation does nothing.
cleanUp() - Method in class adams.opt.optimise.GeneticAlgorithm
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.opt.optimise.OptData
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.opt.optimise.RefineRange
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.scripting.connection.AbstractConnection
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.scripting.connection.AbstractSSHConnection
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.scripting.connection.AbstractSSHConnectionWithPortForwarding
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.scripting.connection.FTPConnection
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.tools.AbstractDatabaseTool
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.tools.AbstractTool
Cleans up data structures, frees up memory.
cleanUp() - Method in class adams.tools.CompareDatasets
Cleans up data structures, frees up memory.
cleanUp(boolean) - Method in class adams.gui.flow.FlowRunnerPanel
Cleans up the last flow that was run.
cleanUp(List<Undo.UndoPoint>) - Method in class adams.gui.core.Undo
If "onDisk" is active, removes all files from disk, otherwise it only empties the list.
CleanUp - Class in adams.gui.flow.multipageaction
Cleans up.
CleanUp() - Constructor for class adams.gui.flow.multipageaction.CleanUp
 
cleanUpActorName(TreePath[]) - Method in class adams.gui.flow.tree.TreeOperations
Cleans up the names of actors.
CleanUpActorName - Class in adams.gui.flow.tree.menu
For cleaning up an actor name.
CleanUpActorName() - Constructor for class adams.gui.flow.tree.menu.CleanUpActorName
 
cleanUpAll() - Static method in class adams.gui.flow.tree.record.add.AbstractRecordActorAdded
Cleans up data structures, frees up memory, for all recorders.
cleanUpAll() - Static method in class adams.gui.flow.tree.record.enclose.AbstractRecordActorEnclosed
Cleans up data structures, frees up memory, for all recorders.
cleanUpExternalActor() - Method in class adams.flow.core.AbstractExternalActor
Cleans up the external actor.
cleanUpExternalActor() - Method in interface adams.flow.core.ExternalActorHandler
Cleans up the external actor.
cleanUpExternalActor() - Method in class adams.flow.standalone.ExternalFlow
Cleans up the external actor.
cleanUpFlow(Actor) - Static method in class adams.flow.core.ActorUtils
Cleans up the flow, e.g., removing disabled actors, unused callable actors.
cleanUpGUI() - Method in class adams.flow.core.AbstractDisplay
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.AbstractTextualDisplay
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.DisplayPanelGrid
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.DisplayPanelManager
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.EmailViewer
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.HistoryDisplay
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.ImageViewer
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.LogViewer
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.PDFViewer
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.SideBySideDiff
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.SpreadSheetRowViewer
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.WekaClassifierErrors
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.WekaCostCurve
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.WekaInstancesDisplay
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.WekaInstancesPlot
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.WekaInstanceViewer
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.WekaMarginCurve
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.sink.WekaThresholdCurve
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.standalone.ConsoleWindow
Removes all graphical components.
cleanUpGUI() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Removes all graphical components.
cleanUpGUI(AbstractDisplay) - Method in class adams.flow.core.displaytype.AbstractDisplayType
Cleans up the GUI.
cleanUpGUI(AbstractDisplay) - Method in class adams.flow.core.displaytype.Background
Cleans up the GUI.
cleanUpGUI(AbstractDisplay) - Method in class adams.flow.core.displaytype.Default
Cleans up the GUI.
cleanUpGUI(AbstractDisplay) - Method in class adams.flow.core.displaytype.DisplayInEditor
Cleans up the GUI.
cleanUpGUI(AbstractDisplay) - Method in class adams.flow.core.displaytype.NoDisplay
Cleans up the GUI.
cleanUpGUIKeepOpen() - Method in class adams.flow.core.AbstractDisplay
Performs only minimal clean up as GUI elements were requested to stay available.
CleanUpHandler - Interface in adams.core
Interface for classes that support cleaning up of memory.
cleanUpOptions() - Method in class adams.core.option.AbstractOptionHandler
Cleans up the options.
cleanUpOptions() - Method in class adams.core.option.AbstractRecursiveOptionProducerWithOptionHandling
Cleans up the options.
cleanUpOptions() - Method in interface adams.core.option.OptionConsumerWithOptionHandling
Cleans up the options.
cleanUpOptions() - Method in interface adams.core.option.OptionHandler
Cleans up the options.
cleanUpOptions() - Method in interface adams.core.option.OptionProducerWithOptionHandling
Cleans up the options.
cleanUpOptions() - Method in class adams.db.AbstractDatabaseConnection
Cleans up the options.
cleanUpOptions() - Method in class adams.doc.javadoc.Javadoc
Cleans up the options.
cleanUpOptions() - Method in class adams.flow.transformer.pixelselector.AbstractPixelSelectorAction
Cleans up the options.
cleanUpOptions() - Method in class adams.gui.core.AbstractFrameWithOptionHandling
Cleans up the options.
cleanUpOptions() - Method in class adams.run.RunScheme
Cleans up the options.
CleanUpProcessor - Interface in adams.flow.processor
Indicator interface for processors that clean up flows in some fashion.
cleanUpTable() - Method in class adams.db.AbstractTableCleanUp
Cleans up the table.
cleanUpTipText() - Method in class adams.flow.FlowRunner
Returns the tip text for this property.
cleanUpTypes(HashSet<Cell.ContentType>) - Method in class adams.data.io.output.SimpleArffSpreadSheetWriter
Cleans up the cell types.
clear() - Method in class adams.core.AbstractHistory
Clears the history.
clear() - Method in class adams.core.AbstractPersistentHistory
Clears the history.
clear() - Method in class adams.core.io.Tee
removes all streams and places the default printstream, if any, again in the list.
clear() - Method in class adams.core.LRUCache
Clears the cache.
clear() - Method in class adams.core.MessageCollection
Clears all messages.
clear() - Method in class adams.core.NamedCounter
Clears the counter.
clear() - Method in class adams.core.net.PortManager
Removes all ports.
clear() - Method in class adams.core.PublishSubscribeHandler
Removes all subscribers.
clear() - Method in class adams.core.Trie
Removes all of the elements from this collection
clear() - Method in class adams.core.Variables
Removes all currently stored variables.
clear() - Method in class adams.core.WrapperHashSet
Removes all of the elements from this set.
clear() - Method in class adams.data.container.AbstractDataContainer
Removes all the points.
clear() - Method in class adams.data.instance.Instance
Removes all the points and report and nulls the header reference.
clear() - Method in class adams.data.Notes
Removes all notes.
clear() - Method in class adams.data.SharedStringsTable
Resets the table.
clear() - Method in class adams.data.SortedList
Empties the list.
clear() - Method in class adams.data.spreadsheet.AbstractRow
Removes all cells.
clear() - Method in class adams.data.spreadsheet.DataRowView
Removes all cells.
clear() - Method in class adams.data.spreadsheet.DefaultSpreadSheet
Removes all cells, but leaves comments.
clear() - Method in class adams.data.spreadsheet.DenseDataRow
Removes all cells.
clear() - Method in class adams.data.spreadsheet.HeaderRow
Removes all cells.
clear() - Method in interface adams.data.spreadsheet.Row
Removes all cells.
clear() - Method in interface adams.data.spreadsheet.SpreadSheet
Removes all cells, but leaves comments.
clear() - Method in class adams.data.spreadsheet.SpreadSheetView
Removes all cells, but leaves comments.
clear() - Method in class adams.data.statistics.AbstractArrayStatistic
Removes all data currently stored.
clear() - Method in class adams.data.statistics.AbstractArrayStatistic.StatisticContainer
Clears the header and the data, as well as the meta-data.
clear() - Method in class adams.data.statistics.AbstractDataStatistic
Removes the stored content.
clear() - Method in class adams.data.statistics.Percentile
Removes all values.
clear() - Method in class adams.flow.control.Storage
Empties the storage.
clear() - Method in class adams.flow.core.CallableNamesRecorder
Clears the recorded data.
clear() - Method in interface adams.flow.core.ClearableDisplay
Clears the display.
clear() - Method in class adams.flow.setup.FlowSetupManager
Removes all setups.
clear() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Clears the display.
clear() - Method in class adams.flow.sink.AbstractTextualDisplay
Clears the display.
clear() - Method in class adams.flow.sink.canvas.DataPoolPanel
Clears the data pool and initiates a replot.
clear() - Method in class adams.flow.sink.Display
Clears the display.
clear() - Method in class adams.flow.sink.DisplayPanelManager
Clears the display.
clear() - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Removes all entries.
clear() - Method in class adams.flow.sink.HistoryDisplay
Clears the display.
clear() - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Removes all entries.
clear() - Method in class adams.flow.sink.ReportDisplay
Clears the display.
clear() - Method in class adams.flow.standalone.AbstractMultiView
Clears the display, if possible.
clear() - Method in class adams.flow.standalone.ConsoleWindow
Clears the display.
clear() - Method in class adams.flow.transformer.summarystatistics.AbstractCategoricalSummaryStatistic
Clears all input.
clear() - Method in class adams.flow.transformer.summarystatistics.AbstractGeneralSummaryStatistic
Clears all input.
clear() - Method in class adams.flow.transformer.summarystatistics.AbstractNumericSummaryStatistic
Clears all input.
clear() - Method in class adams.flow.transformer.summarystatistics.AbstractSummaryStatistic
Clears all input.
clear() - Method in interface adams.flow.transformer.summarystatistics.SummaryStatistic
Clears all input.
clear() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Removes all entries and payloads.
clear() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Removes all content.
clear() - Method in class adams.gui.core.AdjustableGridPanel
Removes all components.
clear() - Method in class adams.gui.core.BaseLogPanel
Clears the log content.
clear() - Method in class adams.gui.core.BaseTabbedPane.TabUndoList
Clears the list.
clear() - Method in class adams.gui.core.CheckableTableModel
Clears the internal model.
clear() - Method in interface adams.gui.core.ClearableModel
Clears the internal model.
clear() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Clears the text.
clear() - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Removes all nodes.
clear() - Method in interface adams.gui.core.LogPanel
Clears the text.
clear() - Method in class adams.gui.core.SimpleLogPanel
Clears the text.
clear() - Method in class adams.gui.core.StyledTextEditorPanel
Removes all content.
clear() - Method in class adams.gui.core.TextEditorPanel
Removes all content.
clear() - Method in class adams.gui.core.Undo
Clears the undo and redo list.
clear() - Method in class adams.gui.dialog.ComposeEmailDialog
Resets the dialog to default settings.
clear() - Method in class adams.gui.dialog.ComposeEmailPanel
Resets the dialog to default settings.
clear() - Method in class adams.gui.flow.tab.AttachedVariablesTab
Clears all the content.
clear() - Method in class adams.gui.flow.tab.StorageNamesTab
Clears all the content.
clear() - Method in class adams.gui.flow.tab.VariablesTab
Clears all the content.
clear() - Method in class adams.gui.flow.tabhandler.GraphicalFlowExecutionListenersHandler
Removes all registered displays.
clear() - Method in class adams.gui.flow.tabhandler.RegisteredDisplaysHandler
Removes all registered displays.
clear() - Method in class adams.gui.goe.Favorites
Removes all favorites.
clear() - Method in class adams.gui.goe.PersistentObjectHistory
Clears the history.
clear() - Method in class adams.gui.scripting.AbstractScriptingDialog
clears the input.
clear() - Method in class adams.gui.scripting.AbstractScriptingEngine
Removes all commands from the queue.
clear() - Method in class adams.gui.scripting.ScriptingEngineThread
Clears the queue of scripting commands.
clear() - Method in class adams.gui.scripting.ScriptingLogPanel
Clears the log.
clear() - Method in class adams.gui.selection.AbstractFieldCacheItem
Clears the cache.
clear() - Method in class adams.gui.selection.AbstractFieldCacheManager
Clears the cache.
clear() - Method in class adams.gui.tools.AbstractManagementPanel
Resets the input fields.
clear() - Method in class adams.gui.tools.AbstractManagementTableModel
Clears the internal model.
clear() - Method in class adams.gui.tools.EmailAddressBookPanel
Resets the input fields.
clear() - Method in class adams.gui.tools.ExpressionWatchPanel.TableModel
Clears the internal model.
clear() - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Resets the input fields.
clear() - Method in class adams.gui.tools.LogEntryViewerTableModel
Removes all entries.
clear() - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Removes all favorites.
clear() - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Clears all notes globally.
clear() - Method in class adams.gui.tools.previewbrowser.PreviewDisplay
Clears the view.
clear() - Method in class adams.gui.tools.PreviewBrowserPanel
Clears the preview.
clear() - Method in class adams.gui.tools.SSHPanel
Clears the output.
clear() - Method in class adams.gui.tools.wekainvestigator.data.DataContainerList
 
clear() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Removes all currently loaded datasets.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Removes all entries and payloads.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Removes all entries and payloads.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Removes all entries and payloads.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Removes all entries and payloads.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Clears the content.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.DataQueryTab
Saves the result as a new dataset.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Removes all entries and payloads.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.AttributeInfoPanel
Clears the display.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.AttributeSummaryPanel.StatisticsTable
Clears the table.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeSummaryPanel
Clears the display.
clear() - Method in class adams.gui.tools.wekainvestigator.tab.preprocesstab.MultiAttributeVisualizationPanel
Clears the display.
clear() - Method in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel.HistoryPanel
Removes all entries and payloads.
clear() - Method in class adams.gui.tools.wekamultiexperimenter.LogPanel
Clears the content.
clear() - Method in class adams.gui.tools.XSLTPanel.SubPanel
Clears the text.
clear() - Method in class adams.gui.visualization.container.AbstractContainerManager
Clears the container list.
clear() - Method in class adams.gui.visualization.core.axis.ZoomHandler
Removes all zooms.
clear() - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Clears the display.
clear() - Method in class adams.gui.visualization.image.ImagePanel
Removes the image.
clear() - Method in class adams.gui.visualization.instance.InstanceContainerManager
Clears the container list.
clear() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Clears: label, image, annotations, interaction log, undo.
clear() - Method in class adams.gui.visualization.segmentation.layer.CombinedLayer
Clears image and layers.
clear() - Method in class adams.gui.visualization.segmentation.layer.ImageLayer
Clears the image.
clear() - Method in class adams.gui.visualization.segmentation.layer.LayerManager
Removes all layers, clears the underlying image and the undo.
clear() - Method in class adams.gui.visualization.segmentation.layer.Markers
Removes all marker points.
clear() - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Clears the container list.
clear() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRow
Removes all the points and report and nulls the header reference.
clear() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Clears the container list.
clear() - Method in class adams.gui.visualization.statistics.HistogramFactory.Dialog
Removes all the tabs.
clear() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Clears the container list.
clear() - Method in class adams.gui.workspace.AbstractWorkspaceListPanel
Removes all entries and payloads.
clear() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Removes all panels.
clear() - Method in class adams.ml.data.DatasetView
Removes all cells, but leaves comments.
clear() - Method in class adams.ml.data.DefaultDataset
Removes all cells, but leaves comments.
clear() - Method in class adams.ml.data.InstancesHeaderRow
Removes all cells.
clear() - Method in class adams.ml.data.InstancesView
Removes all cells, but leaves comments.
clear() - Method in class adams.ml.data.InstanceView
Removes all cells.
clear() - Method in class adams.multiprocess.AbstractMetaJobRunner
Clears all jobs.
clear() - Method in class adams.multiprocess.JobList
Removes all the elements from this collection.
clear() - Method in interface adams.multiprocess.JobRunner
Clears all jobs.
clear() - Method in class adams.multiprocess.LocalJobRunner
Clears all jobs, but not the meta-data.
clear() - Method in class weka.experiment.ResultMatrixAdamsCSV
removes the stored data but retains the dimensions of the matrix.
clear() - Method in class weka.gui.explorer.MultiExplorer
Removes all panels.
clear(boolean) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Removes all entries and payloads.
clear(String) - Method in class adams.core.NamedCounter
Clears only the specific counter.
clear(String) - Method in class adams.gui.tools.previewbrowser.notes.NotesManager
Removes the notes for the specified directory.
CLEAR - adams.gui.event.DataChangeEvent.Type
all data was removed.
CLEAR - adams.gui.event.PlotPanelZoomEvent.ZoomEventType
cleared all zooms.
CLEAR - adams.gui.event.UndoEvent.UndoType
the undo list was cleared.
ClearableDisplay - Interface in adams.flow.core
Interface for displays that support clearing what is displayed.
ClearableModel - Interface in adams.gui.core
Simple interface for models that support "clearing" their internal model.
clearBackground(Graphics) - Method in class adams.gui.visualization.core.plot.ContentPanel
Clears the background.
clearBreakpoints() - Method in class adams.flow.execution.debug.BreakpointTableModel
Removes all breakpoints.
clearBufferTipText() - Method in class adams.flow.transformer.SpreadSheetRowBuffer
Returns the tip text for this property.
clearBufferTipText() - Method in class adams.flow.transformer.WekaInstanceBuffer
Returns the tip text for this property.
clearButtonsPanel() - Method in class adams.gui.core.BasePanelWithButtons
Removes all components from the panel holding the buttons.
ClearCallableDisplay - Class in adams.flow.control
Clears the referenced callable graphical actor whenever a token passes through.
ClearCallableDisplay() - Constructor for class adams.flow.control.ClearCallableDisplay
Default constructor.
ClearCallableDisplay(CallableActorReference) - Constructor for class adams.flow.control.ClearCallableDisplay
Allows setting the callable name.
clearChangeListeners() - Method in class adams.gui.core.FilterPanel
Removes all change listeners.
clearData() - Method in class adams.gui.visualization.instance.InstanceExplorer
Removes all the data.
clearData() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
Removes all the data.
clearData() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
Removes all the data.
ClearData - Class in adams.gui.scripting
Action parameters:
ClearData() - Constructor for class adams.gui.scripting.ClearData
 
clearDetachListeners() - Method in class adams.gui.core.DetachablePanel
Removes all detach event listeners.
clearHelp() - Method in class adams.gui.tools.ClassHelpPanel
Removes all text.
clearHitDetectors() - Method in class adams.gui.visualization.core.plot.ContentPanel
Removes all hit detectors.
clearHitDetectors() - Method in class adams.gui.visualization.core.PlotPanel
Removes all hit detectors.
clearIcon(FlowWorkerHandler) - Static method in class adams.gui.flow.FlowPanelNotificationArea
Clears any icon.
clearImageOverlays() - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Removes all image overlays.
clearImageOverlays() - Method in class adams.gui.visualization.image.ImagePanel
Removes all image overlays.
clearImageOverlays() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Removes all image overlays.
clearImageOverlays(boolean) - Method in class adams.gui.tools.ImageProcessorSubPanel
Removes all overlays.
clearInteractionLog() - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Clears the interaction log.
clearInteractionLog() - Method in class adams.gui.visualization.image.ImagePanel
Clears the interaction log.
clearInteractionLog() - Method in interface adams.gui.visualization.image.interactionlogging.InteractionLogManager
Clears the interaction log.
clearInteractionLog() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Clears the interaction log.
clearLeftClickListeners() - Method in class adams.gui.visualization.image.ImagePanel
Removes all left-click listeners.
clearLeftClickListeners() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Removes all left-click listeners.
clearLog() - Method in class adams.gui.tools.wekainvestigator.InvestigatorPanel
Empties the log.
clearLog() - Method in class adams.gui.tools.wekainvestigator.tab.LogTab
Clears the log.
clearLogEntries() - Method in interface adams.db.MutableLogEntryHandler
Removes all currently stored LogEntry records.
clearLogEntries() - Method in class adams.flow.control.Flow
Removes all currently stored LogEntry records.
clearLogMessage() - Method in class adams.gui.goe.GenericObjectEditor
Removes the message and hides the panel.
clearLogMessage() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Removes the message and hides the panel.
clearMenu() - Method in class adams.gui.core.BaseButtonWithDropDownMenu
Removes all supplied menu items.
clearNotes(String) - Method in class adams.gui.tools.PreviewBrowserPanel
Clears the notes for the dir or global if dir is null.
clearNotification() - Method in class adams.gui.flow.FlowPanel
Removes the notification.
clearNotification() - Method in class adams.gui.flow.FlowPanelNotificationArea
Removes the notification.
clearNotification() - Method in class adams.gui.flow.FlowRunnerPanel
Removes the notification.
clearNotification() - Method in interface adams.gui.flow.FlowWorkerHandler
Removes the notification.
clearPageUndo() - Method in class adams.gui.core.MultiPagePane
Clears the page undo list.
clearPanel() - Method in class adams.flow.control.Inspect
Clears the content of the panel.
clearPanel() - Method in class adams.flow.control.MissionControl
Clears the content of the panel.
clearPanel() - Method in class adams.flow.control.RemoveOutliers
Clears the content of the panel.
clearPanel() - Method in class adams.flow.core.AbstractDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.AbstractDisplayPanel
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ActualVsPredictedPlot
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ArrayDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.BoxPlot
 
clearPanel() - Method in class adams.flow.sink.Canvas
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ContainerDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ControlChartPlot
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.Display
Clears the content of the panel.
clearPanel() - Method in interface adams.flow.sink.DisplayPanel
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.DisplayPanelGrid
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.DisplayPanelManager
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.DOMDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.EmailViewer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.FilePreview
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.FilePreview.FilePreviewDisplayPanel
Clears the panel.
clearPanel() - Method in class adams.flow.sink.FlowDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.FourInOneDisplay
 
clearPanel() - Method in class adams.flow.sink.Histogram
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.HistoryDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.Html4Display
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ImageHistogram
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ImageSegmentationViewer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ImageSegmentationViewer.ImageSegmentationViewerDisplayPanel
Clears the panel.
clearPanel() - Method in class adams.flow.sink.ImageViewer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ImageViewer.ImageViewerDisplayPanel
Clears the panel.
clearPanel() - Method in class adams.flow.sink.JFreeChartPlot
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.JsonDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.LogViewer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.MatrixPlot
 
clearPanel() - Method in class adams.flow.sink.ObjectPreview
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ObjectPreview.FilePreviewDisplayPanel
Clears the panel.
clearPanel() - Method in class adams.flow.sink.ObjectViewer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.PDFViewer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ProbabilityPlotDisplay
 
clearPanel() - Method in class adams.flow.sink.ProgressBar
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.PropertiesDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ReportDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ScatterDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.SequencePlotter
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.SideBySideDiff
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.SimplePlot
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.SpreadSheetDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.SpreadSheetDisplay.SpreadSheetDisplayPanel
Clears the panel.
clearPanel() - Method in class adams.flow.sink.SpreadSheetRowViewer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.StringTree
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.TimeseriesDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.TimeseriesDisplay.DisplayPanel
 
clearPanel() - Method in class adams.flow.sink.WekaAttributeSummary
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaClassifierErrors
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaCostCurve
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaGraphVisualizer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaInstancesDisplay
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaInstancesPlot
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaInstanceViewer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaMarginCurve
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaThresholdCurve
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.WekaTreeVisualizer
Clears the content of the panel.
clearPanel() - Method in class adams.flow.sink.ZScoreDisplay
 
clearPanel() - Method in class adams.flow.standalone.AbstractMultiView
Clears the content of the panel.
clearPanel() - Method in class adams.flow.standalone.AbstractMultiView.ViewWrapper
Clears the panel.
clearPanel() - Method in class adams.flow.standalone.ConsoleWindow
Clears the content of the panel.
clearPanel() - Method in class adams.flow.standalone.Stopwatch
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.compareobjectlocations.AbstractComparisonPanel
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.CompareObjectLocations
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.compareobjectlocations.SideBySide.SideBySidePanel
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.ImageAnnotator
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.ImageLabeler
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.ImageObjectAnnotator
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.PixelSelector
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.ProcessActor
Does nothing.
clearPanel() - Method in class adams.flow.transformer.SelectArraySubset
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Clears the content of the panel.
clearPanel() - Method in class adams.flow.transformer.SpreadSheetSelectSubset
Clears the content of the panel.
clearPanning() - Method in class adams.gui.visualization.core.AxisPanel
Clears the panning.
clearPanning() - Method in class adams.gui.visualization.core.plot.ContentPanel
Clears the panning.
clearPanning() - Method in class adams.gui.visualization.core.PlotPanel
Clears the panning.
clearParameters() - Method in class adams.gui.core.ParameterPanel
Removes all parameters.
clearParameters() - Method in class adams.gui.core.ParameterPanelWithButtons
Removes all parameters.
clearPlotSubset() - Method in class adams.gui.visualization.object.objectannotations.outline.PolygonVertices
Clears the objects to limit plotting to.
clearPlotSubset() - Method in class adams.gui.visualization.object.objectannotations.outline.RectangleVertices
Clears the objects to limit plotting to.
clearPlotSubset() - Method in interface adams.gui.visualization.object.objectannotations.outline.SubsetPlotSupporter
Clears the objects to limit plotting to.
clearPreviousState() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Reset model state.
clearProgress() - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Clears the progress of the experiment.
clearProperties() - Method in class adams.gui.core.PropertiesParameterPanel
Removes all properties.
clearPropertyTypes() - Method in class adams.gui.application.AbstractPropertiesPreferencesPanel
Removes all property/preference type relations.
clearPropertyTypes() - Method in class adams.gui.core.PropertiesParameterPanel
Removes all property/property type relations.
clearReattachListeners() - Method in class adams.gui.core.DetachablePanel
Removes all reattach event listeners.
clearRect(int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Draw a filled rectangle with the background color.
clearRemainder() - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
 
clearResults() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm
Clears all currently stored results.
clearResults() - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithmWithSecondEvaluation
Clears all currently stored results.
clearResults() - Method in class adams.opt.optimise.GeneticAlgorithm
Clears all currently stored results.
clearSearch() - Method in class adams.gui.core.AbstractQuickSearchPanel
Clears the search box.
clearSearch() - Method in class adams.gui.core.SearchableBaseListWithButtons
Clears the search (if search is allowed).
clearSearch() - Method in class adams.gui.core.SearchPanel
Clears a previous search if the last search term had a non-zero length.
clearSearch() - Method in class adams.gui.visualization.container.AbstractContainerManager
Clears any previous search settings.
clearSearch(boolean) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Resets the search fields.
clearSelection() - Method in class adams.flow.sink.sequenceplotter.SequencePlotterPanel
Removes any selected points.
clearSelection() - Method in class adams.gui.core.FilePanel
Clears the selection.
clearSelection() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlot
Removes any selected points.
clearSelectionListeners() - Method in class adams.gui.visualization.image.ImagePanel
Removes all selection listeners.
clearSelectionListeners() - Method in class adams.gui.visualization.image.ImagePanel.PaintPanel
Removes all selection listeners.
clearSetups() - Method in class adams.gui.flow.setup.FlowSetupTableModel
Removes all setups.
clearStatus() - Method in class adams.gui.core.BaseStatusBar
Removes any status message currently being displayed (left only).
clearStatus(boolean) - Method in class adams.gui.core.BaseStatusBar
Removes any status message currently being displayed.
clearTabChangeListeners() - Method in class adams.gui.core.BaseTabbedPane
Removes all tab change listeners.
clearTabClosedListeners() - Method in class adams.gui.core.BaseTabbedPane
Removes all tab closed listeners.
clearToolTipAxes() - Method in class adams.gui.visualization.core.PlotPanel
Removes display of tool tips for all axis.
clearUISettingsParameters() - Method in class adams.gui.core.BaseSplitPane
Clears the para meters for storing the divider location.
clearUISettingsParameters() - Method in class adams.gui.core.MultiPagePane
Clears the para meters for storing the divider location.
clearUISettingsParameters() - Method in interface adams.gui.core.UISettingsSupporter
Clears the parameters for storing the UI settings.
clearUISettingsParameters() - Method in class adams.gui.dialog.MultiSpreadSheetDialog
Clears the para meters for storing the divider location.
clearUndo() - Method in class adams.gui.visualization.instances.InstancesTable
removes the undo history
clearUndo() - Method in class adams.gui.visualization.instances.InstancesTableModel
removes the undo history
clearWidgetsPanel() - Method in class adams.gui.core.SearchPanel
Removes all components from the panel holding the Widgets.
clearZoom() - Method in class adams.gui.visualization.core.axis.AbstractAxisModel
Removes all zooms.
clearZoom() - Method in class adams.gui.visualization.core.AxisPanel
Removes all zooms.
clearZoom() - Method in class adams.gui.visualization.core.plot.ContentPanel
Clears the zoom.
clearZoom() - Method in class adams.gui.visualization.core.PlotPanel
Clears the zoom.
clearZoom() - Method in class adams.gui.visualization.object.ObjectAnnotationPanel
Clears the zoom.
clearZoom() - Method in class adams.gui.visualization.segmentation.SegmentationPanel
Clears the zoom.
clickArrowButton(String) - Method in class adams.gui.core.DragAndDropTabbedPane
 
clickCountTipText() - Method in class adams.gui.visualization.object.mouseclick.AbstractMouseClickProcessor
Returns the tip text for this property.
clicked(ImagePanelLeftClickEvent) - Method in class adams.flow.transformer.ImageAnnotator.AnnotatorPanel
Invoked when a left-click happened in an ImagePanel.
clicked(ImagePanelLeftClickEvent) - Method in interface adams.gui.event.ImagePanelLeftClickListener
Invoked when a left-click happened in a ImagePanel.
clicked(ImagePanelLeftClickEvent) - Method in class adams.gui.visualization.image.leftclick.AbstractLeftClickProcessor
Invoked when a left-click happened in a ImagePanel.
CLIENT_INFO_PROPERTIES - adams.db.MetaDataType
 
clip(double) - Method in class weka.classifiers.evaluation.MSLE
Limits the value to MSLE.EPSILON or larger.
clip(Shape) - Method in class adams.gui.print.PostscriptGraphics
 
Clipboard - Class in adams.gui.flow.tab
A simple clipboard per flow editor window.
Clipboard - Class in adams.gui.sendto
Action for copying text/image to clipboard.
Clipboard - Class in adams.gui.tools.wekainvestigator.source
Parses content on the clipboard.
Clipboard() - Constructor for class adams.gui.flow.tab.Clipboard
 
Clipboard() - Constructor for class adams.gui.sendto.Clipboard
 
Clipboard() - Constructor for class adams.gui.tools.wekainvestigator.source.Clipboard
Instantiates the action.
CLIPBOARD - Static variable in class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew
 
Clipboard.ClipboardItem - Class in adams.gui.flow.tab
Container for an item in the clipboard, wraps around an actor.
ClipboardActorContainer - Class in adams.gui.flow.tree
A simple container for multiple actors, for easy copying to and retrieving from the clipboard.
ClipboardActorContainer() - Constructor for class adams.gui.flow.tree.ClipboardActorContainer
 
clipboardDataTipText() - Method in class adams.flow.source.PasteFromClipboard
Returns the tip text for this property.
clipboardDataTipText() - Method in class adams.flow.transformer.CopyToClipboard
Returns the tip text for this property.
ClipboardItem(String, Actor) - Constructor for class adams.gui.flow.tab.Clipboard.ClipboardItem
Initializes the container item.
ClipboardSource - Class in adams.gui.tools.spreadsheetprocessor.sources
For retrieving data from clipboard.
ClipboardSource() - Constructor for class adams.gui.tools.spreadsheetprocessor.sources.ClipboardSource
 
ClipboardTarget - Class in adams.gui.tools.spreadsheetprocessor.targets
For copying the processed data to the clipboard.
ClipboardTarget() - Constructor for class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
 
ClipBoundingBoxes - Class in adams.data.objectfilter
Ensures that bounding boxes fall within the image boundaries.
ClipBoundingBoxes() - Constructor for class adams.data.objectfilter.ClipBoundingBoxes
 
clipRect(int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
CLOB - adams.db.LargeObjectType
 
clone() - Method in class adams.core.DiffUtils.SideBySideDiff
Returns a clone if itself.
clone() - Method in class adams.core.Trie
returns a deep copy of itself
clone() - Method in class adams.core.Trie.TrieNode
creates a deep copy of itself
clone() - Method in class adams.core.WrapperHashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class adams.data.SharedStringsTable
Returns a clone of itself.
clone() - Method in class adams.data.SortedList
Creates a clone of this list.
clone() - Method in class adams.ml.capabilities.Capabilities
Creates a clone of itself.
clone(ImageBase) - Static method in class adams.data.boofcv.BoofCVHelper
Clones the image.
cloneContent() - Method in class adams.data.blob.BlobContainer
Returns a clone of the image.
cloneContent() - Method in class adams.data.boofcv.BoofCVImageContainer
Returns a clone of the image.
cloneContent() - Method in class adams.data.container.AbstractSimpleContainer
Returns a clone of the content.
cloneContent() - Method in class adams.data.container.ObjectContainer
Returns a clone of the object.
cloneContent() - Method in class adams.data.image.BufferedImageContainer
Returns a clone of the image.
cloneContent() - Method in class adams.data.instance.WekaInstanceContainer
Returns a clone of the content.
cloneContent() - Method in class adams.data.opencv.OpenCVImageContainer
Returns a clone of the content.
cloneContent() - Method in class adams.data.text.TextContainer
Returns a clone of the content.
CloneHandler<T> - Interface in adams.core
Interface for getting around the problem with Java's design flaw in regards to interfaces cannot specify the clone method.
CLONEHANDLER - adams.core.ObjectCopyHelper.CopyType
 
CLONEHANDLER - adams.flow.transformer.Copy.CopyType
 
close() - Method in class adams.core.io.BufferedFileWriter
Closes the stream, flushing it first.
close() - Method in class adams.core.logging.AbstractLogHandler
Close the Handler and free all associated resources.
close() - Method in class adams.core.logging.MultiHandler
Close the Handler and free all associated resources.
close() - Method in class adams.core.logging.RemoteReceiveHandler
Close the Handler and free all associated resources.
close() - Method in class adams.core.logging.RemoteSendHandler
Close the Handler and free all associated resources.
close() - Method in class adams.data.io.input.AccessSpreadSheetReader.ChunkReader
Closes the reader.
close() - Method in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
Closes the reader.
close() - Method in class adams.data.io.input.FastCsvSpreadSheetReader.ChunkReader
Closes the reader.
close() - Method in class adams.db.SimpleResultSet
Manually close resulset
close() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Closes the dialog or frame.
close() - Method in class adams.flow.sink.AbstractTextualDisplay
Closes the dialog or frame.
close() - Method in class adams.flow.sink.DisplayPanelGrid
Closes the dialog or frame.
close() - Method in class adams.flow.sink.DisplayPanelManager
Closes the dialog or frame.
close() - Method in class adams.flow.standalone.AbstractMultiView
Closes the dialog or frame.
close() - Method in class adams.flow.standalone.ConsoleWindow
Closes the dialog or frame.
close() - Method in class adams.flow.transformer.pdfproclet.PDFGenerator
Closes the document again.
close() - Method in class adams.gui.application.AbstractApplicationFrame
Closes the application down.
close() - Method in class adams.gui.dialog.SpreadSheetPanel
Closes the dialog or frame.
close() - Method in class adams.gui.dialog.TextPanel
Closes the dialog, if possible.
close() - Method in class adams.gui.flow.FlowControlCenterPanel
Closes the dialog or frame.
close() - Method in class adams.gui.flow.FlowEditorPanel
Closes the dialog or frame.
close() - Method in class adams.gui.flow.FlowPanel
Cleans up and closes the tab.
close() - Method in class adams.gui.flow.FlowRunnerPanel
Closes the dialog or frame.
close() - Method in class adams.gui.goe.GenericArrayEditor
Closes and disposes the window the GOE belongs to, if possible.
close() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Disposes the window the GOE belongs to, if possible.
close() - Method in class adams.gui.scripting.AbstractScriptingDialog
Closes the dialog.
close() - Method in class adams.gui.scripting.ScriptingLogPanel
Closes the dialog/frame.
close() - Method in class adams.gui.tools.DatasetCompatibilityPanel
Closes the dialog.
close() - Method in class adams.gui.tools.FavoritesManagementPanel
Closes the dialog or frame.
close() - Method in class adams.gui.tools.FileMonitorPanel
Closes the dialog or frame.
close() - Method in class adams.gui.tools.ImageProcessorPanel
Closes the current image.
close() - Method in class adams.gui.tools.PlaceholderManagementPanel
Closes the dialog or frame.
close() - Method in class adams.gui.tools.PropertiesViewerPanel
Closes the dialog or frame.
close() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Closes the dialog or frame.
close() - Method in class adams.gui.tools.VariableManagementPanel
Closes the dialog or frame.
close() - Method in class adams.gui.visualization.image.ImageViewerPanel
Closes the current image.
close() - Method in class adams.gui.visualization.instance.InstanceComparePanel
closes the dialog/frame.
close() - Method in class adams.gui.visualization.instance.InstanceExplorer
closes the dialog/frame.
close() - Method in class adams.gui.visualization.instance.LoadDatasetDialog
Closes the dialog.
close() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Closes the dialog or frame.
close() - Method in class adams.gui.visualization.spreadsheet.LoadSpreadSheetDialog
Closes the dialog.
close() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetExplorer
closes the dialog/frame.
close() - Method in class adams.gui.visualization.timeseries.TimeseriesExplorer
closes the dialog/frame.
close() - Method in class adams.gui.workspace.AbstractWorkspacePanel
Closes the dialog.
close() - Method in class weka.gui.explorer.ExplorerExt
Closes the dialog.
close(Statement) - Static method in class adams.db.SQLUtils
Close this statement to avoid memory leaks.
close(PDDocument) - Static method in class adams.core.io.PDFBox
Closes the document again.
closeAfterSendTipText() - Method in class adams.flow.sink.Socket
Returns the tip text for this property.
closeAll() - Method in class adams.gui.tools.ImageProcessorPanel
Closes all images.
closeAll(SimpleResultSet) - Static method in class adams.db.SQLUtils
Close objects related to this ResultSet.
closeAll(ResultSet) - Static method in class adams.db.SQLUtils
Close objects related to this ResultSet.
closeAllQueries() - Method in class adams.gui.tools.SqlWorkbenchPanel
Removes all queries.
CloseAndCleanUp - Class in adams.gui.flow.notificationareaaction
Closes the area panel and cleans up GUI output.
CloseAndCleanUp() - Constructor for class adams.gui.flow.notificationareaaction.CloseAndCleanUp
Instantiates the action.
closeApplication() - Method in class adams.gui.application.AbstractApplicationFrame
Closes the application.
closeApplication() - Method in class adams.gui.Main
Closes the application.
CloseCallableDisplay - Class in adams.flow.control
Closes the referenced callable graphical actor whenever a token passes through.
CloseCallableDisplay() - Constructor for class adams.flow.control.CloseCallableDisplay
Default constructor.
CloseCallableDisplay(CallableActorReference) - Constructor for class adams.flow.control.CloseCallableDisplay
Allows setting the callable name.
closeChildren() - Method in class adams.gui.application.AbstractApplicationFrame
Closes all children frames.
closeConnectionTipText() - Method in class adams.flow.standalone.AbstractDatabaseConnection
Returns the tip text for this property.
closeDialog(int) - Method in class adams.flow.transformer.pixelselector.PixelSelectorPanel
Closes the dialog.
closeDialog(int) - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Closes the dialog.
closeDialogTipText() - Method in class adams.flow.control.Inspect
Returns the tip text for this property.
closeDocument() - Method in class adams.gui.visualization.pdf.PDFPanel
Closes the document.
closeFile() - Method in class adams.gui.tools.SpreadSheetViewerPanel
Closes the current active tab.
closeFile() - Method in class adams.gui.visualization.pdf.PDFViewerPanel
Closes the current active tab.
closeFrame() - Method in class adams.flow.core.AbstractDisplay
Closes the frame.
closeFrameGrabber() - Method in class adams.flow.source.OpenCVDeviceFrameGrabber
Closes the frame grabber.
CloseInputStream - Class in adams.flow.sink
Closes the incoming input stream instance.

See also:
adams.flow.source.InputStreamGenerator

Input/output:
- accepts:
   java.io.InputStream


CloseInputStream() - Constructor for class adams.flow.sink.CloseInputStream
 
closeOnSuccessfulSend() - Method in class adams.gui.dialog.ComposeEmailDialog
Closes the dialog on a successful send.
closeParent() - Method in class adams.gui.core.BasePanel
Closes the parent dialog/frame.
closeParent(Container) - Static method in class adams.gui.core.GUIHelper
Closes the parent dialog/frame of this container.
closeQuery() - Method in class adams.gui.tools.SqlWorkbenchPanel
Closes the current query.
closeQuietly(Closeable) - Static method in class adams.core.io.FileUtils
Closes the closeable object, if possible, suppressing any exception.
closeQuietly(InputStream) - Static method in class adams.core.io.FileUtils
Closes the stream, if possible, suppressing any exception.
closeQuietly(OutputStream) - Static method in class adams.core.io.FileUtils
Closes the stream, if possible, suppressing any exception.
closeQuietly(Reader) - Static method in class adams.core.io.FileUtils
Closes the reader, if possible, suppressing any exception.
closeQuietly(Writer) - Static method in class adams.core.io.FileUtils
Closes the writer, if possible, suppressing any exception.
CloseReader - Class in adams.flow.sink
Closes the incoming reader instance.

See also:
adams.flow.source.ReaderGenerator

Input/output:
- accepts:
   java.io.Reader


CloseReader() - Constructor for class adams.flow.sink.CloseReader
 
closeServer() - Method in class weka.classifiers.meta.SocketFacade
Closes the server socket if necessary.
closeSocket() - Method in class adams.scripting.engine.DefaultScriptingEngine
Closes the server socket if necessary.
ClosestNumericValue - Class in adams.data.spreadsheet.rowfinder
Returns the index of the row that comes closest to the provided numeric value.
ClosestNumericValue() - Constructor for class adams.data.spreadsheet.rowfinder.ClosestNumericValue
 
ClosestNumericValue.SearchDirection - Enum in adams.data.spreadsheet.rowfinder
Determines how the search is performed.
closeStorage() - Method in class adams.gui.flow.FlowPanel
Closes the storage dialog if currently open.
closeStream() - Method in class adams.flow.transformer.BinaryFileReader
Closes the stream if possible.
cluster(Row) - Method in interface adams.ml.model.clustering.ClusteringModel
Returns the cluster index for the given row.
cluster(Row) - Method in class adams.ml.model.clustering.WekaClusteringModel
Returns the cluster for the given row.
ClusterAssignments - Class in adams.gui.tools.wekainvestigator.tab.clustertab.output
Displays the cluster assignments.
ClusterAssignments() - Constructor for class adams.gui.tools.wekainvestigator.tab.clustertab.output.ClusterAssignments
 
ClusterCenters - Class in adams.flow.transformer.wekaclusterer
Computes the cluster centers for the provided dataset.
ClusterCenters() - Constructor for class adams.flow.transformer.wekaclusterer.ClusterCenters
 
ClusterCounts - Class in adams.flow.transformer.wekaclusterer
Creates an overview of how many instances get clustered into each cluster.
Stored in container under: Clustered dataset

ClusterCounts() - Constructor for class adams.flow.transformer.wekaclusterer.ClusterCounts
 
Clusterer - Interface in adams.ml.model.clustering
Interface for clustering algorithms.
ClustererHandler - Class in weka.gui.explorer
Manages the ClustererPanel.
ClustererHandler() - Constructor for class weka.gui.explorer.ClustererHandler
 
clustererTipText() - Method in class adams.flow.source.WekaClustererSetup
Returns the tip text for this property.
clustererTipText() - Method in class adams.flow.transformer.AbstractCallableWekaClustererEvaluator
Returns the tip text for this property.
clustererTipText() - Method in class adams.flow.transformer.WekaCrossValidationClustererEvaluator
Returns the tip text for this property.
clustererTipText() - Method in class adams.flow.transformer.WekaTrainClusterer
Returns the tip text for this property.
clustererTipText() - Method in class adams.flow.transformer.WekaTrainTestSetClustererEvaluator
Returns the tip text for this property.
clustererTipText() - Method in class adams.ml.model.clustering.WekaClusterer
Returns the tip text for this property.
ClusteringModel - Interface in adams.ml.model.clustering
Interface for clustering models.
clusterInstance(Instance) - Method in class weka.clusterers.SAXKMeans
Classifies a given instance.
ClusterStatistics - Class in adams.flow.transformer.wekaclusterer
Computes cluster statistics (min/max/mean/stdev) for the provided dataset.
ClusterStatistics() - Constructor for class adams.flow.transformer.wekaclusterer.ClusterStatistics
 
ClusterTab - Class in adams.gui.tools.wekainvestigator.tab
Tab for clustering.
ClusterTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.ClusterTab
 
ClusterTab.HistoryPanel - Class in adams.gui.tools.wekainvestigator.tab
Customized history panel.
CMDLINE - Static variable in interface adams.parser.actorsuggestion.sym
 
CMDLINE - Static variable in interface adams.parser.externalactorsuggestion.sym
 
cmdOutput(String[], String) - Static method in class adams.core.management.User
Runs the specified command and returns the output from stdout.
coalescingTipText() - Method in class adams.data.conversion.XMLToDOM
Returns the tip text for this property.
coalescingTipText() - Method in class adams.flow.transformer.XMLFileReader
Returns the tip text for this property.
CocoAnnotationsHandler - Class in adams.gui.tools.previewbrowser
Displays the following image types with an overlay for the objects stored in the COCO JSON files: jpg,tif,tiff,bmp,gif,png,jpeg,wbmp
Loads all JSON files in either the directory of the image or the alternative location.
CocoAnnotationsHandler() - Constructor for class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
 
CocoAnnotationsHandler.CombinedPanel - Class in adams.gui.tools.previewbrowser
The panel for displaying the image.
CocoAnnotationsReportReader - Class in adams.data.io.input
Loads COCO annotations from the JSON file, with one report per image.
Handles only segmentations with polygons (not RLE) and only one polygon per annotation.
CocoAnnotationsReportReader() - Constructor for class adams.data.io.input.CocoAnnotationsReportReader
 
Code - Class in adams.doc.xhtml
Verbatim CODE tag.
Code() - Constructor for class adams.doc.xhtml.Code
Initializes the tag.
Code(String) - Constructor for class adams.doc.xhtml.Code
Initializes the tag with the content.
CODE_RESTART - Static variable in class adams.core.management.Launcher
the return code for restarting the main class.
CODE_RESTART_MORE_HEAP - Static variable in class adams.core.management.Launcher
the return code for restarting the main class with 50% more heap.
coefficients() - Method in class weka.classifiers.functions.LinearRegressionJ
Returns the coefficients for this linear model.
COL_ACTUAL - Static variable in class adams.flow.transformer.ImageObjectOverlapMatrix
 
COL_ANNOTATION - Static variable in class adams.scripting.command.flow.ListFlows
the index of the annotation column.
COL_FIELD - Static variable in class adams.data.io.output.AbstractSimpleCSVReportWriter
the name of the "field" column.
COL_ID - Static variable in class adams.scripting.command.flow.ListFlows
the index of the ID column.
COL_OVERLAP - Static variable in class adams.flow.transformer.ImageObjectOverlapMatrix
 
COL_PATH - Static variable in class adams.scripting.command.flow.ListFlows
the index of the flow file column.
COL_PAUSED - Static variable in class adams.scripting.command.flow.ListFlows
the index of the paused column.
COL_PREDICTED - Static variable in class adams.flow.transformer.ImageObjectOverlapMatrix
 
COL_ROOT - Static variable in class adams.scripting.command.flow.ListFlows
the index of the root actor name column.
COL_STOPPED - Static variable in class adams.scripting.command.flow.ListFlows
the index of the stopped column.
COL_TYPE - Static variable in class adams.data.io.output.AbstractSimpleCSVReportWriter
the name of the "type" column.
COL_VALUE - Static variable in class adams.data.io.output.AbstractSimpleCSVReportWriter
the name of the "value" column.
colBottomTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colBottomTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
colHeightTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colHeightTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
colIndexTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
colIndexTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
colLabelTipText() - Method in class adams.data.io.input.YoloAnnotationsReportReader
Returns the tip text for this property.
colLabelTipText() - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Returns the tip text for this property.
collapse() - Method in class adams.core.Properties
Collapses all the inherited and current properties into a single Properties object and returns it.
collapse() - Method in class adams.gui.core.LazyExpansionTreeNode
Collapses the node and removes all children, resetting the node.
collapse(String) - Method in class adams.core.Placeholders
Matches all placeholders against the string.
collapse(Map<String, BufferedImage>, List<String>, int[]) - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Collapses the layers into a single array, with the label index corresponding to the integer value (label 0 = pixel 1, label 1 = pixel 2, ...).
collapse(DefaultMutableTreeNode) - Method in class adams.gui.core.BaseTree
Collapses the specified node.
collapseAll() - Method in class adams.gui.core.BaseTree
Collapses all nodes in the tree.
collapseAll(DefaultMutableTreeNode) - Method in class adams.gui.core.BaseTree
Collapses the sub-tree below the specified node.
collapseAll(TreePath) - Method in class adams.gui.core.BaseTree
Collapses the sub-tree below the specified node.
CollapseAll - Class in adams.gui.flow.tree.menu
For collapsing all actors below the currently selected one.
CollapseAll() - Constructor for class adams.gui.flow.tree.menu.CollapseAll
 
collapseClassPath(boolean) - Method in class adams.core.management.Launcher
Sets whether to collapse the classpath (using '*' below dirs instead of explicit jar names).
collapseClassPath(List<String>) - Method in class adams.core.management.Launcher
 
COLLAPSED_QUOTES - Static variable in class adams.data.io.input.CsvSpreadSheetReader.ChunkReader
the replacement for doubled up quotes.
collapsePlaceHolders(String) - Method in class adams.core.Properties
Collapses the paths to placeholders in the string.
collapseRoot() - Method in class adams.gui.core.BaseTree
Collapses only the root node.
collapseStr(String) - Static method in class adams.core.Placeholders
Adds placeholders to the given string.
collate() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFeatureGenerator
Collates the data for the plot.
CollectionAppend - Class in adams.flow.transformer
Appends the elements of the incoming collection to the one in storage.
If there is none in storage yet, a copy of the incoming collection will simply get stored in storage.
The combined collection is then forwarded.
CollectionAppend() - Constructor for class adams.flow.transformer.CollectionAppend
 
collectionClassTipText() - Method in class adams.data.conversion.ArrayToCollection
Deprecated.
Returns the tip text for this property.
collectionClassTipText() - Method in class adams.flow.control.CollectionProcess
Returns the tip text for this property.
collectionClassTipText() - Method in class adams.flow.source.CombineCollections
Returns the tip text for this property.
collectionClassTipText() - Method in class adams.flow.source.NewCollection
Returns the tip text for this property.
collectionClassTipText() - Method in class adams.flow.transformer.ArrayToCollection
Returns the tip text for this property.
collectionClassTipText() - Method in class adams.flow.transformer.SequenceToCollection
Returns the tip text for this property.
CollectionInsert - Class in adams.flow.transformer
Inserts an object in the collection using the specified position.
The object can be retrieved from a callable actor or from storage.
If the collection does not implement the java.util.List interface and the insertion is not at the end, the insertion will fail.

See also:
adams.flow.transformer.StorageCollectionInsert

Input/output:
- accepts:
   java.util.Collection
- generates:
   java.util.Collection


CollectionInsert() - Constructor for class adams.flow.transformer.CollectionInsert
 
CollectionProcess - Class in adams.flow.control
Applies all sub-actors to each of the collection elements.
CollectionProcess() - Constructor for class adams.flow.control.CollectionProcess
 
CollectionSize - Class in adams.flow.transformer
CollectionSize() - Constructor for class adams.flow.transformer.CollectionSize
 
collectionSizeTipText() - Method in class adams.flow.transformer.SequenceToCollection
Returns the tip text for this property.
CollectionSubset - Class in adams.flow.transformer
Generates a subset of the collection, using the specified elements.
CollectionSubset() - Constructor for class adams.flow.transformer.CollectionSubset
 
CollectionTextRenderer - Class in adams.data.textrenderer
Just uses the object's toString() method.
CollectionTextRenderer() - Constructor for class adams.data.textrenderer.CollectionTextRenderer
 
CollectionToArray - Class in adams.data.conversion
Turns a collection into an array.
CollectionToArray - Class in adams.flow.transformer
Turns a collection of any type into an array.
CollectionToArray() - Constructor for class adams.data.conversion.CollectionToArray
 
CollectionToArray() - Constructor for class adams.flow.transformer.CollectionToArray
 
CollectionToSequence - Class in adams.flow.transformer
Turns a collection of any type into a sequence of tokens.
CollectionToSequence() - Constructor for class adams.flow.transformer.CollectionToSequence
 
collectValues(AbstractOption, String[]) - Method in class adams.core.option.ArrayConsumer
Collects all the arguments for given argument options.
collectValues(AbstractOption, List) - Method in class adams.core.option.NestedConsumer
Collects all the arguments for given argument options.
collectValues(AbstractOption, JSONObject) - Method in class adams.core.option.JsonConsumer
Collects all the arguments for given argument options.
colLeftTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colLeftTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
colNameTipText() - Method in class adams.flow.transformer.wekapackagemanageraction.InstallOfficial
Returns the tip text for this property.
colNameTipText() - Method in class adams.flow.transformer.wekapackagemanageraction.Uninstall
Returns the tip text for this property.
COLON - Static variable in interface adams.parser.spreadsheetformula.sym
 
color - Variable in class adams.gui.visualization.segmentation.layer.BackgroundLayer.BackgroundLayerState
the color.
color - Variable in class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState
the color.
color - Variable in class adams.gui.visualization.segmentation.layer.OverlayLayer.OverlayLayerState
the color.
COLOR - adams.core.PropertiesDataType
 
COLOR - adams.flow.transformer.draw.Pixel.PixelValueType
uses the Color value.
COLOR - adams.gui.core.PropertiesParameterPanel.PropertyType
color.
COLOR_ANNOTATIONS - Static variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the color for the annotations.
COLOR_BayerBG2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBG2BGR_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBG2BGR_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBG2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBG2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBG2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBG2RGB_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBG2RGB_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBG2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2BGR_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2BGR_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2RGB_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2RGB_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerBGGR2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2BGR_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2BGR_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2RGB_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2RGB_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGB2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2BGR_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2BGR_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2RGB_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2RGB_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGBRG2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2BGR_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2BGR_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2RGB_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2RGB_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGR2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2BGR_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2BGR_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2RGB_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2RGB_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerGRBG2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2BGR_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2BGR_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2RGB_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2RGB_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRG2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2BGR_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2BGR_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2RGB_EA - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2RGB_VNG - adams.data.opencv.ColorConversionCode
 
COLOR_BayerRGGB2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2BGR555 - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2BGR565 - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2HLS - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2HLS_FULL - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2HSV - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2HSV_FULL - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2Lab - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2Luv - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2XYZ - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2YCrCb - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2YUV - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2YUV_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2YUV_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_BGR2YUV_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5552BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5552BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5552GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5552RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5552RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5652BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5652BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5652GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5652RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BGR5652RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2BGR555 - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2BGR565 - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2YUV_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2YUV_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_BGRA2YUV_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_COLORCVT_MAX - adams.data.opencv.ColorConversionCode
 
COLOR_DEPRECATED - Static variable in class adams.gui.flow.tree.Renderer
the color for deprecated actors.
COLOR_GRAY2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_GRAY2BGR555 - adams.data.opencv.ColorConversionCode
 
COLOR_GRAY2BGR565 - adams.data.opencv.ColorConversionCode
 
COLOR_GRAY2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_GRAY2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_GRAY2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_HLS2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_HLS2BGR_FULL - adams.data.opencv.ColorConversionCode
 
COLOR_HLS2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_HLS2RGB_FULL - adams.data.opencv.ColorConversionCode
 
COLOR_HSV2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_HSV2BGR_FULL - adams.data.opencv.ColorConversionCode
 
COLOR_HSV2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_HSV2RGB_FULL - adams.data.opencv.ColorConversionCode
 
COLOR_Lab2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_Lab2LBGR - adams.data.opencv.ColorConversionCode
 
COLOR_Lab2LRGB - adams.data.opencv.ColorConversionCode
 
COLOR_Lab2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_LBGR2Lab - adams.data.opencv.ColorConversionCode
 
COLOR_LBGR2Luv - adams.data.opencv.ColorConversionCode
 
COLOR_LRGB2Lab - adams.data.opencv.ColorConversionCode
 
COLOR_LRGB2Luv - adams.data.opencv.ColorConversionCode
 
COLOR_Luv2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_Luv2LBGR - adams.data.opencv.ColorConversionCode
 
COLOR_Luv2LRGB - adams.data.opencv.ColorConversionCode
 
COLOR_Luv2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_mRGBA2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_PREDICTIONS - Static variable in class adams.gui.tools.previewbrowser.AnnotationsAndPredictionsFromReport
the color for the predictions.
COLOR_RGB2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2BGR555 - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2BGR565 - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2HLS - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2HLS_FULL - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2HSV - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2HSV_FULL - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2Lab - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2Luv - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2XYZ - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2YCrCb - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2YUV - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2YUV_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2YUV_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_RGB2YUV_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2BGR555 - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2BGR565 - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2mRGBA - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2YUV_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2YUV_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_RGBA2YUV_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_VISUALCUES - Static variable in class adams.gui.flow.tree.Renderer
the color for visual cues.
COLOR_XYZ2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_XYZ2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_YCrCb2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_YCrCb2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_NV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_NV21 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_UYNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_UYVY - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_Y422 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_YUNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_YUY2 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_YUYV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGR_YVYU - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_NV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_NV21 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_UYNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_UYVY - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_Y422 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_YUNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_YUY2 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_YUYV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2BGRA_YVYU - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_420 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_NV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_NV21 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_UYNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_UYVY - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_Y422 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_YUNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_YUY2 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_YUYV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2GRAY_YVYU - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_NV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_NV21 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_UYNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_UYVY - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_Y422 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_YUNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_YUY2 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_YUYV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGB_YVYU - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_I420 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_IYUV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_NV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_NV21 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_UYNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_UYVY - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_Y422 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_YUNV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_YUY2 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_YUYV - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_YV12 - adams.data.opencv.ColorConversionCode
 
COLOR_YUV2RGBA_YVYU - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420p2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420p2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420p2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420p2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420p2RGBA - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420sp2BGR - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420sp2BGRA - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420sp2GRAY - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420sp2RGB - adams.data.opencv.ColorConversionCode
 
COLOR_YUV420sp2RGBA - adams.data.opencv.ColorConversionCode
 
colorAdditionalTipText() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the tip text for this property.
colorAttributeNameTipText() - Method in class adams.flow.sink.ScatterDisplay
Tip text to display for y attribute regular expression.
colorAttributeTipText() - Method in class adams.flow.sink.ScatterDisplay
Returns the tip text setting the color attribute using an index.
ColorBlind12Provider - Class in adams.gui.visualization.core
Color provider for color blind people, using 12 colors.
See:
http://mkweb.bcgsc.ca/colorblind/palettes.mhtml
http://mkweb.bcgsc.ca/colorblind/palettes/12.color.blindness.palette.txt

ColorBlind12Provider() - Constructor for class adams.gui.visualization.core.ColorBlind12Provider
 
ColorBlind15Provider - Class in adams.gui.visualization.core
Color provider for color blind people, using 15 colors.
See:
http://mkweb.bcgsc.ca/colorblind/palettes.mhtml
http://mkweb.bcgsc.ca/colorblind/palettes/15.color.blindness.palette.txt

ColorBlind15Provider() - Constructor for class adams.gui.visualization.core.ColorBlind15Provider
 
ColorBlind24Provider - Class in adams.gui.visualization.core
Color provider for color blind people, using 24 colors.
See:
http://mkweb.bcgsc.ca/colorblind/palettes.mhtml
http://mkweb.bcgsc.ca/colorblind/palettes/24.color.blindness.palette.txt

ColorBlind24Provider() - Constructor for class adams.gui.visualization.core.ColorBlind24Provider
 
ColorBlind8Provider - Class in adams.gui.visualization.core
Color provider for color blind people, using 8 colors.
See:
http://mkweb.bcgsc.ca/colorblind/palettes.mhtml
http://mkweb.bcgsc.ca/colorblind/palettes/8.color.blindness.palette.txt

ColorBlind8Provider() - Constructor for class adams.gui.visualization.core.ColorBlind8Provider
 
colorCenterTipText() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns the tip text for this property.
colorChange() - Method in class adams.gui.visualization.stats.boxplot.BoxPlotManager
Color for box plots changes
ColorChooserPanel - Class in adams.gui.chooser
A panel that contains a text field with the current Color (in hex notation) and a button for bringing up a Color dialog.
ColorChooserPanel() - Constructor for class adams.gui.chooser.ColorChooserPanel
Initializes the panel with BLACK.
ColorChooserPanel(Color) - Constructor for class adams.gui.chooser.ColorChooserPanel
Initializes the panel with the given color.
colorCommentsTipText() - Method in class adams.flow.transformer.pdfproclet.SpreadSheet
Returns the tip text for this property.
ColorContainer - Interface in adams.gui.visualization.container
Interface for containers that encapsulate color as well.
ColorContainerManager<T extends AbstractContainer> - Interface in adams.gui.visualization.container
Indicator interface for container managers that manage containers encapsulating color as well.
colorContentTipText() - Method in class adams.flow.transformer.pdfproclet.FixedText
Returns the tip text for this property.
colorContentTipText() - Method in class adams.flow.transformer.pdfproclet.PlainText
Returns the tip text for this property.
ColorConversionCode - Enum in adams.data.opencv
Codes for converting color spaces.
ColorCounts - Class in adams.data.image.features
Counts the occurrences of colors in the image (alpha channel gets ignored).
ColorCounts() - Constructor for class adams.data.image.features.ColorCounts
 
colorDistributionColor(BufferedImage, boolean) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Generates a colors distribution for the image.
ColorDistributionHandler - Class in adams.gui.tools.previewbrowser
Displays the color distribution for images.
ColorDistributionHandler() - Constructor for class adams.gui.tools.previewbrowser.ColorDistributionHandler
 
colorDistributionHex(BufferedImage, boolean) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Generates a colors distribution for the image.
colorDistributionInt(BufferedImage, boolean) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Generates a colors distribution for the image.
ColorEditor - Class in adams.gui.goe
A PropertyEditor for Color objects that lets the user select a color from the color dialog.
ColorEditor() - Constructor for class adams.gui.goe.ColorEditor
 
colorFieldTipText() - Method in class adams.gui.visualization.instance.ReportColorInstancePaintlet
Returns the tip text for this property.
colorFieldTipText() - Method in class adams.gui.visualization.timeseries.ReportColorTimeseriesPaintlet
Returns the tip text for this property.
colorFilenameTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractPdfProcletWithFilenameOutput
Returns the tip text for this property.
colorFilenameTipText() - Method in interface adams.flow.transformer.pdfproclet.PdfProcletWithFilenameOutput
Returns the tip text for this property.
colorGeneralContentTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
ColorGradientGenerator - Interface in adams.gui.visualization.core
Interface for classes that generate color gradients.
ColorGradientGeneratorWithFixedNumberOfColors - Interface in adams.gui.visualization.core
Interface for color gradient generators that use a user-defined, fixed number of colors.
colorHeadlineTipText() - Method in class adams.flow.transformer.pdfproclet.Headline
Returns the tip text for this property.
colorHeadlineTipText() - Method in class adams.flow.transformer.pdfproclet.MetaHeadline
Returns the tip text for this property.
ColorHelper - Class in adams.gui.core
Helper class for converting Colors to-and-from strings.
ColorHelper() - Constructor for class adams.gui.core.ColorHelper
 
ColorHelper.ColorNotation - Enum in adams.gui.core
The type of color notation.
colorizerTipText() - Method in class adams.gui.tools.previewbrowser.SimpleImageSegmentationAnnotationsHandler
Returns the tip text for this property.
ColorLayout - Class in adams.data.lire.features
Generates features using net.semanticmetadata.lire.imageanalysis.features.global.ColorLayout.
For extracting & comparing MPEG-7 based CBIR descriptor ColorLayout.
For more information on the LIRE project, see:
http://www.lire-project.net/

ColorLayout() - Constructor for class adams.data.lire.features.ColorLayout
 
colorLowerTipText() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns the tip text for this property.
colorMissedTipText() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the tip text for this property.
colorNormalTipText() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns the tip text for this property.
colorNumericContentTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
colorOutlierTipText() - Method in class adams.flow.sink.sequenceplotter.OutlierPaintlet
Returns the tip text for this property.
colorOverlapTipText() - Method in class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
Returns the tip text for this property.
ColorParsing - Class in adams.core.option.parsing
Option parsing for Color objects.
ColorParsing() - Constructor for class adams.core.option.parsing.ColorParsing
 
ColorPerLabel - Class in adams.gui.visualization.sequence.metadatacolor
Maintains an internal mapping between labels obtained from the meta-data (using the specified key) and colors obtained from the color provider.
Makes use of color providers that implement the adams.gui.visualization.core.ColorProviderWithNameSupport interface, supplying it with the label obtained from the meta-data.
ColorPerLabel() - Constructor for class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
 
ColorPerRegExpGroup - Class in adams.gui.visualization.sequence.metadatacolor
Maintains an internal mapping between groups obtained from the meta-data via the regular expression extraction (using the specified key) and colors obtained from the color provider.
Makes use of color providers that implement the adams.gui.visualization.core.ColorProviderWithNameSupport interface, supplying it with the label obtained from the meta-data.
ColorPerRegExpGroup() - Constructor for class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
 
ColorPickerDialog - Class in adams.gui.visualization.image
Color picker dialog.
ColorPickerDialog(Dialog, ImagePanel) - Constructor for class adams.gui.visualization.image.ColorPickerDialog
Initializes the dialog.
ColorPickerDialog(Frame, ImagePanel) - Constructor for class adams.gui.visualization.image.ColorPickerDialog
Initializes the dialog.
ColorPickerPanel - Class in adams.gui.visualization.image
A panel allowing the user to pick a color on an ImagePanel.
ColorPickerPanel() - Constructor for class adams.gui.visualization.image.ColorPickerPanel
 
ColorPickerPanel.ZoomPanel - Class in adams.gui.visualization.image
Specialized panel that shows a zoomed in version of the image.
colorProvider - Variable in class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
the color provider that was used.
ColorProvider - Class in adams.flow.source
Uses the configured color provider to generate a number of colors.
ColorProvider - Class in adams.flow.transformer
Outputs a color for each token passing through.
If the color provider implements adams.gui.visualization.core.ColorProviderWithNameSupport then the color associated with the incoming string token is forwarded.
The color provider can be reset using the specified variable.
ColorProvider - Interface in adams.gui.visualization.core
Interface for color providing classes.
ColorProvider() - Constructor for class adams.flow.source.ColorProvider
 
ColorProvider() - Constructor for class adams.flow.transformer.ColorProvider
 
ColorProviderBasedColorGradientGenerator - Class in adams.gui.visualization.core
Uses the specified color provider to generate the colors.
Mainly used for having control over colors when generating images.
ColorProviderBasedColorGradientGenerator() - Constructor for class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
 
ColorProviderHandler - Interface in adams.gui.visualization.core
Interface for classes that make use of a ColorProvider.
colorProviderTipText() - Method in class adams.data.image.transformer.BlueChannelColorizer
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.data.image.transformer.GrayOrIndexedColorizer
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.data.image.transformer.TrimapColorizer
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.data.imagesegmentation.operation.SimpleOverlay
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.data.io.input.PNGImageReader
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.data.io.output.GrayOrIndexedImageWriter
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.data.io.output.IndexedPNGImageSegmentationWriter
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.ControlChartPlot
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.ImageSegmentationViewer
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.JFreeChartFileWriter
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.JFreeChartPlot
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.SimplePlot
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.SpreadSheetRowViewer
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.TimeseriesDisplay
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.sink.WekaInstanceViewer
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.transformer.ImageSegmentationAnnotator
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.flow.transformer.pixelselector.AbstractColorProviderPixelSelectorOverlay
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.core.spreadsheettable.DistinctValueCellRenderingCustomizer
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.previewbrowser.BlueChannelImageHandler
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.previewbrowser.GrayOrIndexedImageHandler
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.previewbrowser.ImageSegmentationAnnotationsHandler
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.previewbrowser.IndexedPNGImageHandler
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.previewbrowser.TrimapImageHandler
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.GenericPlot
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.PredictionTrend
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.visualization.core.ColorProviderBasedColorGradientGenerator
Returns the tip text for this property.
colorProviderTipText() - Method in interface adams.gui.visualization.core.ColorProviderHandler
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.PerType
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.VaryByObject
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerLabel
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.visualization.sequence.metadatacolor.ColorPerRegExpGroup
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractScatterPlotPaintlet
Returns the tip text for this property.
colorProviderTipText() - Method in class adams.gui.visualization.timeseries.PeriodicityPaintlet
Returns the tip text for this property.
ColorProviderWithNameSupport - Interface in adams.gui.visualization.core
Interface for color providers that can act on a name to provide the next color.
colorQuantizerTipText() - Method in class adams.data.jai.transformer.IndexedColors
Returns the tip text for this property.
colorSelectedTipText() - Method in class adams.flow.transformer.SpreadSheetCellSelector
Returns the tip text for this property.
ColorSelectionShapePainter - Interface in adams.gui.visualization.image.selectionshape
Interface for selection shape painters that use a single color.
colorsTipText() - Method in class adams.data.imagefilter.KeepOnlyColors
Returns the tip text for this property.
colorsTipText() - Method in class adams.gui.visualization.core.AbstractCustomColorProvider
Returns the tip text for this property.
colorsTipText() - Method in class adams.gui.visualization.core.MultiColorGenerator
Returns the tip text for this property.
colorsTipText() - Method in class adams.gui.visualization.core.RegExpColorProvider
Returns the tip text for this property.
colorsTipText() - Method in class adams.gui.visualization.object.labelselector.ButtonSelectorWithColorGenerator
Returns the tip text for this property.
colorsTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.TypeColorMapping
Returns the tip text for this property.
colorTableHeaderTipText() - Method in class adams.flow.transformer.pdfproclet.AbstractSpreadSheetPdfProclet
Returns the tip text for this property.
colorTipText() - Method in class adams.data.image.features.AbstractCountColor
Returns the tip text for this property.
colorTipText() - Method in class adams.data.image.transformer.XScreenMask
Returns the tip text for this property.
colorTipText() - Method in class adams.flow.sink.BoxPlot
Tip text for the color property
colorTipText() - Method in class adams.flow.sink.sequenceplotter.PolygonSelectionPaintlet
Tip text for the stroke color property.
colorTipText() - Method in class adams.flow.transformer.draw.AbstractColorDrawOperation
Returns the tip text for this property.
colorTipText() - Method in class adams.flow.transformer.draw.AbstractDrawObjectsFromReport
Returns the tip text for this property.
colorTipText() - Method in class adams.flow.transformer.locateobjects.XScreenMaskLocator
Returns the tip text for this property.
colorTipText() - Method in class adams.flow.transformer.pdfproclet.Circle
Returns the tip text for this property.
colorTipText() - Method in class adams.flow.transformer.pdfproclet.Line
Returns the tip text for this property.
colorTipText() - Method in class adams.flow.transformer.pdfproclet.Rectangle
Returns the tip text for this property.
colorTipText() - Method in class adams.flow.transformer.pixelselector.AbstractSingleColorPixelSelectorOverlay
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.CocoAnnotationsHandler
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.DetectronAnnotationsHandler
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.ImageClassificationHandler
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.ObjectCentersFromReport
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromReport
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.PointsFromReportHandler
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.tools.previewbrowser.YoloAnnotationsHandler
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.core.CrossHairTracker
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.core.HorizontalIndicatorPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.core.TextOverlayPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.AbstractObjectOverlayFromReport
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.AbstractPointOverlayFromReport
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.AbstractReportBasedOverlayHelper
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.BoofCVDetectLineSegmentsImageOverlay
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.BoofCVDetectLinesImageOverlay
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.HighlightLocations
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.MetaDataText
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.selection.AbstractPaintingSelectionProcessor
Returns the tip text for this property.
colorTipText() - Method in interface adams.gui.visualization.image.selectionshape.ColorSelectionShapePainter
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.selectionshape.PolygonPainter
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.image.selectionshape.RectanglePainter
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.object.objectannotations.colors.FixedColor
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.object.overlay.AbstractObjectOverlayFromReport
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.object.overlay.AbstractPointOverlayFromReport
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.object.overlay.ClassificationLabelTextOverlay
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.report.ReportDateFieldRangePaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.sequence.DiagonalOverlayPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.sequence.KendallTheilOverlayPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.sequence.LinearRegressionOverlayPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.sequence.LOWESSOverlayPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.sequence.MathExpressionOverlayPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.sequence.StraightLineOverlayPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.stats.paintlet.AbstractColorPaintlet
Tip text for the stroke color property
colorTipText() - Method in class adams.gui.visualization.stats.scatterplot.AbstractScatterPlotOverlay
Tip text for the color property
colorTipText() - Method in class adams.gui.visualization.stats.zscore.AbstractZScoreOverlay
Tip text for the color property
colorTipText() - Method in class adams.gui.visualization.timeseries.FixedTimestampPaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.timeseries.FixedTimestampRangePaintlet
Returns the tip text for this property.
colorTipText() - Method in class adams.gui.visualization.timeseries.SelectedTimestampPaintlet
Returns the tip text for this property.
ColorToHex - Class in adams.data.conversion
Turns a color object into its hexa-decimal representation, e.g., '#ffffff'.
ColorToHex() - Constructor for class adams.data.conversion.ColorToHex
 
colorUpperTipText() - Method in class adams.flow.sink.controlchartplot.LimitPaintlet
Returns the tip text for this property.
colPolygonXTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colPolygonXTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
colPolygonYTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colPolygonYTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
colRangeTipText() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Returns the tip text for this property.
colRangeTipText() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns the tip text for this property.
colRegExpTipText() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Returns the tip text for this property.
colRegExpTipText() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns the tip text for this property.
colReportNamesTipText() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the tip text for this property.
colRightTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colRightTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
colsReportValuesTipText() - Method in class adams.data.conversion.SpreadSheetColumnsToReport
Returns the tip text for this property.
colsum(Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Computes the sum of each column of a matrix.
colsum(Matrix, int) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Gets the sum of the specified column of the matrix.
colTopTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colTopTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
colTypeTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colTypeTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
COLUMN - adams.flow.transformer.SpreadSheetExtractArray.ExtractionType
column.
COLUMN - adams.flow.transformer.WekaExtractArray.ExtractionType
column.
COLUMN - adams.gui.tools.spreadsheetviewer.chart.Histogram.Selection
 
COLUMN - Static variable in interface adams.parser.spreadsheetquery.sym
 
COLUMN_AS_KEY - adams.flow.transformer.AbstractReportDbUpdater.QueryType
using the column name as key.
COLUMN_BY_INDEX - adams.flow.transformer.ArrayStatisticDataType
obtains columns (by index).
COLUMN_BY_INDEX - adams.flow.transformer.SpreadSheetStatisticDataType
obtains columns (by index).
COLUMN_BY_INDEX - adams.flow.transformer.WekaInstancesStatisticDataType
obtains columns (by index).
COLUMN_BY_REGEXP - adams.flow.transformer.SpreadSheetStatisticDataType
obtains columns (by reg exp).
COLUMN_BY_REGEXP - adams.flow.transformer.WekaInstancesStatisticDataType
obtains columns (by reg exp).
COLUMN_COUNT - Static variable in class adams.flow.source.Counter
the column of the spreadsheet containing the counts.
COLUMN_DESC - Static variable in class adams.gui.flow.setup.FlowSetupTableModel
the description/file column.
COLUMN_ERROR - Static variable in class adams.gui.flow.setup.FlowSetupTableModel
the error column.
COLUMN_HEADLESS - Static variable in class adams.gui.flow.setup.FlowSetupTableModel
the headless column.
COLUMN_HEIGHT - Static variable in class adams.gui.visualization.image.LocatedObjectsTableModel
 
COLUMN_INDEX - Static variable in class adams.gui.visualization.image.LocatedObjectsTableModel
 
COLUMN_KEY - Static variable in class adams.flow.source.Counter
the column of the spreadsheet containing the counter names.
COLUMN_KEY - Static variable in class adams.flow.source.LookUpTable
the column of the spreadsheet containing the keys.
COLUMN_METADATA - Static variable in class adams.gui.visualization.image.LocatedObjectsTableModel
 
COLUMN_NAME - adams.flow.transformer.SpreadSheetInfo.InfoType
the name of the column (at specified index).
COLUMN_NAME - Static variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the name column in the spreadsheet.
COLUMN_NAME - Static variable in class adams.gui.flow.setup.FlowSetupTableModel
the name column.
COLUMN_NAMES - adams.flow.transformer.AccessDatabaseInfo.InfoType
the column names.
COLUMN_NAMES - adams.flow.transformer.SpreadSheetInfo.InfoType
all column names.
COLUMN_NAMES - Static variable in class adams.gui.flow.tab.EffectiveTagsTab
the column names.
COLUMN_ONERROR - Static variable in class adams.gui.flow.setup.FlowSetupTableModel
the onError column.
COLUMN_ONFINISH - Static variable in class adams.gui.flow.setup.FlowSetupTableModel
the onFinish column.
COLUMN_ORDER - adams.flow.transformer.AccessDatabaseInfo.InfoType
the column order.
COLUMN_PREFIX_META - Static variable in class adams.gui.visualization.image.LocatedObjectsTableModel
 
COLUMN_PRIVILEGES - adams.db.MetaDataType
 
COLUMN_RUNNING - Static variable in class adams.gui.flow.setup.FlowSetupTableModel
the running column.
COLUMN_TYPE - adams.flow.transformer.SpreadSheetInfo.InfoType
the overall column type (at specified index).
COLUMN_VALUE - Static variable in class adams.data.conversion.WekaPredictionContainerToSpreadSheet
the value column in the spreadsheet.
COLUMN_VALUE - Static variable in class adams.flow.source.HashSet
the single column of the spreadsheet containing the hashset elements.
COLUMN_VALUE - Static variable in class adams.flow.source.LookUpTable
the column of the spreadsheet containing the values.
COLUMN_VALUES - adams.flow.transformer.SpreadSheetInfo.InfoType
values in specified column as they appear (unsorted, non-unique).
COLUMN_WIDTH - Static variable in class adams.gui.visualization.image.LocatedObjectsTableModel
 
COLUMN_X - Static variable in class adams.flow.sink.PlotContainerSink
the key for storing the X value in the spreadsheet.
COLUMN_X - Static variable in class adams.gui.visualization.image.LocatedObjectsTableModel
 
COLUMN_Y - Static variable in class adams.gui.visualization.image.LocatedObjectsTableModel
 
columnActualTipText() - Method in class adams.flow.control.RemoveOutliers
Returns the tip text for this property.
columnAppend(Matrix, Matrix) - Static method in class edu.umbc.cs.maple.utils.JamaUtils
Appends additional columns to the first matrix.
columnAsVector(Matrix, int) - Static method in class weka.core.matrix.MatrixHelper
returns the given column as a vector (actually a n x 1 matrix)
columnAtPoint(Point) - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Returns the index of the column that point lies in, or -1 if the result is not in the range [0, getColumnCount()-1].
ColumnContainer(String, int) - Constructor for class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
Initializes the container.
ColumnContainer(String, int) - Constructor for class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
Initializes the container.
columnExists(String) - Method in class adams.db.AbstractTable
Checks that a given column exists.
columnExists(String, String) - Method in class adams.db.generic.SQL
Checks that a given column exists.
columnExists(String, String) - Method in class adams.db.mirrored.SQL
Checks that a given column exists.
columnExists(String, String) - Method in class adams.db.SQLF
Checks that a given column exists.
columnExists(String, String) - Method in interface adams.db.SQLIntf
Checks that a given column exists.
ColumnFinder - Interface in adams.data.spreadsheet.columnfinder
Interface for classes that "find" columns of interest in spreadsheets.
ColumnFinder - Interface in adams.data.weka.columnfinder
Interface for classes that "find" columns of interest in datasets.
ColumnFinderRange - Class in adams.data.spreadsheet.cellfinder
Uses a column finder to locate the interesting columns.
ColumnFinderRange() - Constructor for class adams.data.spreadsheet.cellfinder.ColumnFinderRange
 
columnFinderTipText() - Method in class adams.data.conversion.SpreadSheetColumnFinderToRange
Returns the tip text for this property.
columnFinderTipText() - Method in class adams.data.spreadsheet.cellfinder.ColumnFinderRange
Returns the tip text for this property.
columnFinderTipText() - Method in class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
Returns the tip text for this property.
columnFinderTipText() - Method in class adams.data.weka.columnfinder.AbstractFilteredColumnFinder
Returns the tip text for this property.
columnFinderTipText() - Method in class adams.data.weka.datasetsplitter.ColumnSplitter
Gets the tip-text for the columnFinder option.
columnFinderTipText() - Method in class weka.filters.unsupervised.attribute.AbstractColumnFinderApplier
Returns the tip text for this property.
columnFinderTipText() - Method in class weka.filters.unsupervised.attribute.AttributeSummaryTransferFilter
Gets the tip-text for the column-finder option.
columnFinderTipText() - Method in class weka.filters.unsupervised.attribute.DatasetCleaner
Returns the tip text for this property.
columnIDTipText() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the tip text for this property.
columnIDTipText() - Method in class adams.flow.source.TimeseriesDbReader
Returns the tip text for this property.
columnIDTipText() - Method in class adams.flow.transformer.SpreadSheetRowToTimeseries
Returns the tip text for this property.
columnIDTipText() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the tip text for this property.
columnIndex - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge.SourceColumn
The index of the source column in the source spreadsheet.
columnIndexTipText() - Method in class adams.flow.transformer.SpreadSheetInfo
Returns the tip text for this property.
columnKeyTipText() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the tip text for this property.
columnLabelTipText() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the tip text for this property.
ColumnMapping - Class in adams.db
Implements a set of table columns, mapping names to sql types
ColumnMapping() - Constructor for class adams.db.ColumnMapping
Constructor
columnName - Variable in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge.SourceColumn
The name of the source column in the source spreadsheet.
ColumnNameConversion - Enum in adams.data.spreadsheet
Defines how column names are converted.
columnNameConversionTipText() - Method in class adams.data.io.output.SqlDumpSpreadSheetWriter
Returns the tip text for this property.
columnNameConversionTipText() - Method in class adams.flow.sink.SpreadSheetDbWriter
Returns the tip text for this property.
columnNameTipText() - Method in class adams.data.conversion.SpreadSheetJoinColumns
Returns the tip text for this property.
columnNameTipText() - Method in class adams.flow.source.HashSet
Returns the tip text for this property.
columnNameTipText() - Method in class adams.flow.transformer.SpreadSheetGetColumnIndex
Returns the tip text for this property.
columnPredictedTipText() - Method in class adams.flow.control.RemoveOutliers
Returns the tip text for this property.
columnPrefixTipText() - Method in class adams.data.conversion.TransposeSpreadSheet
Returns the tip text for this property.
columnRenamesExpTipText() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the tip-text for the column-renaming regexs option.
columnRenamesFormatTipText() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Gets the tip-text for the column renaming format strings option.
COLUMNS - adams.db.MetaDataType
 
COLUMNS - Static variable in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
columnSampleByLevelTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the columnSampleByLevel option.
columnSampleByNodeTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the columnSampleByNode option.
columnSampleByTreeTipText() - Method in class weka.classifiers.trees.XGBoost
Gets the tip-text for the columnSampleByTree option.
columnsArrayTipText() - Method in class adams.flow.source.NewSpreadSheet
Returns the tip text for this property.
columnScoreTipText() - Method in class adams.data.io.input.ImageClassificationSpreadSheetReportReader
Returns the tip text for this property.
columnsMatch(ColumnMapping, boolean, boolean) - Method in class adams.db.AbstractIndexedTable
Determine if columns (name & datatype) of table match table specification.
columnsMatchTest(ColumnMapping, boolean, boolean, boolean) - Method in class adams.db.AbstractIndexedTable
Determine if columns (name & datatype) of table match table specification.
ColumnSplitter - Class in adams.data.weka.datasetsplitter
Splits a dataset in two based on the columns selected by a column-finder.
ColumnSplitter() - Constructor for class adams.data.weka.datasetsplitter.ColumnSplitter
 
columnsRegExpTipText() - Method in class adams.flow.transformer.SpreadSheetAnonymize
Returns the tip text for this property.
columnsReportTipText() - Method in class adams.data.conversion.SpreadSheetRowsToReport
Returns the tip text for this property.
ColumnStatistic - Class in adams.gui.core.spreadsheettable
Allows the calculation of column statistics.
ColumnStatistic - Class in adams.gui.tools.spreadsheetviewer.tab
Displays the specified statistics from the selected column and rows.
ColumnStatistic - Class in adams.gui.visualization.instances.instancestable
Allows the calculation of column statistics.
ColumnStatistic() - Constructor for class adams.gui.core.spreadsheettable.ColumnStatistic
 
ColumnStatistic() - Constructor for class adams.gui.tools.spreadsheetviewer.tab.ColumnStatistic
 
ColumnStatistic() - Constructor for class adams.gui.visualization.instances.instancestable.ColumnStatistic
 
columnsTipText() - Method in class adams.core.discovery.genetic.AbstractGeneticDoubleMatrixDiscoveryHandler
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.conversion.AbstractSpreadSheetToMatrix
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.conversion.SpreadSheetAddSumRow
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.conversion.SpreadSheetBinarize
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.conversion.SpreadSheetJoinColumns
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.cellfinder.CellRange
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.cellfinder.CellTypeRange
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.cellfinder.RowFinderRange
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.columnfinder.ByIndex
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.matrixstatistic.AbstractMatrixStatistic
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.rowscore.ColumnSubset
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.spreadsheet.rowstatistic.AbstractRowStatistic
Returns the tip text for this property.
columnsTipText() - Method in class adams.data.weka.columnfinder.Constant
Gets the tip-text for the columns option.
columnsTipText() - Method in class adams.flow.source.NewSpreadSheet
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetCopyColumns
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetStorageRowIterator
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetSubset
Returns the tip text for this property.
columnsTipText() - Method in class adams.flow.transformer.SpreadSheetVariableRowIterator
Returns the tip text for this property.
columnsTipText() - Method in class adams.gui.core.spreadsheetpreview.SimpleHTML
Returns the tip text for this property.
columnsTipText() - Method in class adams.gui.core.spreadsheetpreview.SimpleText
Returns the tip text for this property.
columnsTipText() - Method in class adams.gui.core.spreadsheettable.NumericRangeCellRenderingCustomizer
Returns the tip text for this property.
columnsTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.ControlChart
Returns the tip text for this property.
columnsTipText() - Method in class adams.gui.tools.spreadsheetviewer.chart.Histogram
Returns the tip text for this property.
columnsTipText() - Method in class weka.filters.supervised.attribute.SIMPLSMatrixFilterFromGeneticString
 
ColumnSubset - Class in adams.data.spreadsheet.rowscore
Applies the specified base row score algorithm to the specified subset of columns and returns the calculated score.
ColumnSubset - Enum in adams.ml.preprocessing
Defines how to determine columns to use in the filtering process.
ColumnSubset() - Constructor for class adams.data.spreadsheet.rowscore.ColumnSubset
 
ColumnSubsetFilter - Interface in adams.ml.preprocessing
Filter with column subset handling.
columnSubsetTipText() - Method in class adams.ml.preprocessing.AbstractColumnSubsetFilter
Returns the tip text for this property.
columnSubsetTipText() - Method in interface adams.ml.preprocessing.ColumnSubsetFilter
Returns the tip text for this property.
columnsValue() - Method in class adams.core.base.MatrixSubset
Returns the columns range.
columnTimestampTipText() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the tip text for this property.
columnTimestampTipText() - Method in class adams.flow.source.TimeseriesDbReader
Returns the tip text for this property.
columnTimestampTipText() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the tip text for this property.
columnTimestampTipText() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.ExcelDoubleColumnToDate
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.ExcelDoubleColumnToDateTime
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetAnyColumnToString
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToLong
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetInsertCellLocation
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetInsertColumnPosition
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetLongColumnToDouble
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetObjectColumnToString
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToObject
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Returns the tip text for this property.
columnTipText() - Method in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
Returns the tip text for this property.
columnTipText() - Method in class adams.data.groupextraction.SpreadSheetCell
Returns the tip text for this property.
columnTipText() - Method in class adams.data.groupextraction.SpreadSheetCellRegExp
Returns the tip text for this property.
columnTipText() - Method in interface adams.data.groupextraction.SpreadSheetRowGroupExtractorWithColumn
Returns the tip text for this property.
columnTipText() - Method in class adams.data.idextraction.SpreadSheetCell
Returns the tip text for this property.
columnTipText() - Method in class adams.data.spreadsheet.cellfinder.SingleCell
Returns the tip text for this property.
columnTipText() - Method in class adams.data.spreadsheet.rowscore.ArrayStatistic
Returns the tip text for this property.
columnTipText() - Method in class adams.data.spreadsheet.rowscore.RowStatistic
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.condition.bool.HasColumn
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.CounterAdd
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.CounterInit
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.HashSetAdd
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.HashSetInit
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetColumnStatistic
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetGetCell
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetGetHeaderCell
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetSetCell
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetSetHeaderCell
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetSubsetByValue
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.SpreadSheetSubsetFromGroup
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.WekaGetInstancesValue
Returns the tip text for this property.
columnTipText() - Method in class adams.flow.transformer.WekaSetInstancesValue
Returns the tip text for this property.
columnTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
ColumnType - Class in adams.db.types
SQL column type.
ColumnType(int) - Constructor for class adams.db.types.ColumnType
Constructor.
ColumnType(int, int) - Constructor for class adams.db.types.ColumnType
Constructor.
columnTypesToAxisType(SpreadSheet, int[]) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the most appropriate axis type for the given columns.
columnTypesToTickGenerator(SpreadSheet, int[]) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the most appropriate tick generator for the given columns.
columnTypeToAxisType(SpreadSheet, int) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the most appropriate axis type for a given column.
columnTypeToTickGenerator(SpreadSheet, int) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
Returns the most appropriate tick generator for a given column.
columnValueTipText() - Method in class adams.data.io.input.SpreadSheetTimeseriesReader
Returns the tip text for this property.
columnValueTipText() - Method in class adams.flow.source.TimeseriesDbReader
Returns the tip text for this property.
columnValueTipText() - Method in class adams.flow.transformer.AbstractReportDbUpdater
Returns the tip text for this property.
columnValueTipText() - Method in class adams.flow.transformer.SpreadSheetToTimeseries
Returns the tip text for this property.
columnValueTipText() - Method in class adams.flow.transformer.TimeseriesDbReader
Returns the tip text for this property.
columnWidthTipText() - Method in class adams.data.featureconverter.FixedColumnText
Returns the tip text for this property.
columnWidthTipText() - Method in class adams.data.io.input.FixedTabularSpreadSheetReader
Returns the tip text for this property.
columnWidthTipText() - Method in class adams.data.io.output.FixedTabularSpreadSheetWriter
Returns the tip text for this property.
colVersionTipText() - Method in class adams.flow.transformer.wekapackagemanageraction.InstallOfficial
Returns the tip text for this property.
colWidthTipText() - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Returns the tip text for this property.
colWidthTipText() - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Returns the tip text for this property.
COMBINATION - Static variable in class weka.classifiers.meta.ClassifierCascade
 
combinationRuleTipText() - Method in class weka.classifiers.meta.AbstainVote
Returns the tip text for this property
combinationRuleTipText() - Method in class weka.classifiers.meta.SubsetEnsemble
Returns the tip text for this property.
combinationRuleTipText() - Method in class weka.classifiers.meta.VotedImbalance
Returns the tip text for this property.
COMBINATIONS - adams.flow.transformer.ArrayCombinations.SubsetsType
combinations.
combinationTipText() - Method in class adams.data.objectfinder.MultiObjectFinder
Returns the tip text for this property.
combinationTipText() - Method in class adams.data.spreadsheet.columnfinder.MultiColumnFinder
Returns the tip text for this property.
combinationTipText() - Method in class adams.data.spreadsheet.rowfinder.MultiRowFinder
Returns the tip text for this property.
combinationTipText() - Method in class adams.data.weka.columnfinder.MultiColumnFinder
Returns the tip text for this property.
combinationTipText() - Method in class adams.data.weka.rowfinder.MultiRowFinder
Returns the tip text for this property.
combinationTipText() - Method in class adams.flow.control.removeoutliers.MultiOutlierDetector
Returns the tip text for this property.
combinationTipText() - Method in class adams.flow.execution.debug.MultiScopeRestriction
Returns the tip text for this property.
combinationTipText() - Method in class weka.classifiers.meta.ClassifierCascade
Returns the tip text for this property.
combinationTypeTipText() - Method in class adams.core.io.filechanged.MultiMonitor
Returns the tip text for this property.
COMBINATORIAL - edu.umbc.cs.maple.utils.SGTUtils.LaplacianType
 
combine(int[]) - Static method in class adams.data.image.BufferedImageHelper
Combines the R,G,B,A values back into single integer.
combine(int, int, int, int) - Static method in class adams.data.image.BufferedImageHelper
Combines the R,G,B,A values back into single integer.
combine(Object, Object[]) - Method in class adams.flow.transformer.ArrayCombinations
 
combine(String, String) - Static method in class adams.core.net.EmailHelper
Combines body and signature, but only if the signatures is neither null nor empty.
Combine - Class in adams.data.matlab.multimatrixoperation
Combines the matrices into single one with additional dimension.
Combine() - Constructor for class adams.data.matlab.multimatrixoperation.Combine
 
COMBINE_COMPONENTS - weka.attributeSelection.AbstractPLSAttributeEval.LoadingsCalculations
 
CombineArrays - Class in adams.flow.source
Combines the storage items representing arrays into a single array.
When not supplying an array class the type of the first array is used.
CombineArrays() - Constructor for class adams.flow.source.CombineArrays
 
CombineChannels - Class in adams.data.image.multiimageoperation
Combines the channels into a single image.
CombineChannels() - Constructor for class adams.data.image.multiimageoperation.CombineChannels
 
CombineCollections - Class in adams.flow.source
CombineCollections() - Constructor for class adams.flow.source.CombineCollections
 
Combined - Class in adams.flow.transformer.compareobjectlocations
Displays the annotations and predictions with different colors.
Combined() - Constructor for class adams.flow.transformer.compareobjectlocations.Combined
 
COMBINED - adams.flow.transformer.WekaClassifierRanker.Measure
evaluation via: Combined = ("", Performance.1-CC) + RRSE + RAE.
Combined.CombinedPanel - Class in adams.flow.transformer.compareobjectlocations
Displays the annotations/predictions in a single .
CombinedLayer - Class in adams.gui.visualization.segmentation.layer
Combines multiple images into single one for annotation.
CombinedLayer() - Constructor for class adams.gui.visualization.segmentation.layer.CombinedLayer
 
CombinedLayer.CombinedLayerState - Class in adams.gui.visualization.segmentation.layer
For storing the state of a combined layer.
CombinedLayer.CombinedSubLayer - Class in adams.gui.visualization.segmentation.layer
A single layer.
CombinedLayer.CombinedSubLayerState - Class in adams.gui.visualization.segmentation.layer
For storing the state of a sub layer.
CombinedLayerState() - Constructor for class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedLayerState
 
CombinedPanel() - Constructor for class adams.flow.transformer.compareobjectlocations.Combined.CombinedPanel
 
CombinedPanel() - Constructor for class adams.gui.tools.previewbrowser.AnnotateImage.CombinedPanel
 
CombinedPanel() - Constructor for class adams.gui.tools.previewbrowser.CocoAnnotationsHandler.CombinedPanel
 
CombinedPanel() - Constructor for class adams.gui.tools.previewbrowser.DeepLabCutCSVHandler.CombinedPanel
 
CombinedPanel() - Constructor for class adams.gui.tools.previewbrowser.ObjectCentersFromReport.CombinedPanel
 
CombinedPanel() - Constructor for class adams.gui.tools.previewbrowser.ObjectLocationsFromReport.CombinedPanel
 
CombinedPanel() - Constructor for class adams.gui.tools.previewbrowser.ObjectLocationsFromSpreadSheet.CombinedPanel
 
CombinedPanel() - Constructor for class adams.gui.tools.previewbrowser.PointsFromReportHandler.CombinedPanel
 
CombinedSubLayer() - Constructor for class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayer
 
CombinedSubLayerState() - Constructor for class adams.gui.visualization.segmentation.layer.CombinedLayer.CombinedSubLayerState
 
combinedTest(String[]) - Static method in class adams.gui.visualization.segmentation.SegmentationPanel
Generates a panel with a combined layer.
combineImages(BufferedImage, BufferedImage) - Static method in class adams.gui.visualization.segmentation.ImageUtils
Transfers all the non-black pixels from the source image into the target one.
combineLabelColumnsTipText() - Method in class adams.flow.transformer.ConfusionMatrix
Returns the tip text for this property.
CombineStorage - Class in adams.flow.source
Outputs the expanded string generated from the specified combination expression (variables and storage placeholders).
CombineStorage() - Constructor for class adams.flow.source.CombineStorage
 
CombineVariables - Class in adams.flow.source
Outputs the expanded string generated from the specified combination expression.
CombineVariables() - Constructor for class adams.flow.source.CombineVariables
 
combineWithAnd(int[], int[]) - Method in class adams.parser.spreadsheetquery.ParserHelper
Combines the row finders with logical AND.
combineWithOr(int[], int[]) - Method in class adams.parser.spreadsheetquery.ParserHelper
Combines the row finders with logical OR.
COMBOBOX - adams.gui.core.GUIHelper.InputDialogMultiValueSelection
 
ComboBoxSelectorGenerator - Class in adams.gui.visualization.object.labelselector
Generates a panel with a combobox with the labels and an 'Unset' button.
ComboBoxSelectorGenerator() - Constructor for class adams.gui.visualization.object.labelselector.ComboBoxSelectorGenerator
 
ComboBoxSelectorPanel - Class in adams.gui.visualization.object.labelselector
Panel with labels in combobox and unset buttons.
ComboBoxSelectorPanel(ObjectAnnotationPanel, BaseString[]) - Constructor for class adams.gui.visualization.object.labelselector.ComboBoxSelectorPanel
Initializes the panel.
comboBoxToTriState(BaseComboBox<String>) - Static method in class adams.gui.goe.TriStateEditor
Turns the state of the combobox into TriState enum.
COMMA - Static variable in interface adams.parser.basedate.sym
 
COMMA - Static variable in interface adams.parser.basedatetime.sym
 
COMMA - Static variable in interface adams.parser.basedatetimemsec.sym
 
COMMA - Static variable in interface adams.parser.basetime.sym
 
COMMA - Static variable in interface adams.parser.basetimemsec.sym
 
COMMA - Static variable in interface adams.parser.booleanexpression.sym
 
COMMA - Static variable in interface adams.parser.lookupupdate.sym
 
COMMA - Static variable in interface adams.parser.mathematicalexpression.sym
 
COMMA - Static variable in interface adams.parser.spreadsheetformula.sym
 
COMMA - Static variable in interface adams.parser.spreadsheetquery.sym
 
COMMA - Static variable in interface adams.parser.stringexpression.sym
 
COMMA_SEPARATED_LIST - adams.gui.core.PropertiesParameterPanel.PropertyType
string representing a comma-separated list.
COMMA_SEPARATED_LIST_FIXED - adams.gui.core.PropertiesParameterPanel.PropertyType
string representing a comma-separated list (fixed list).
COMMA_SEPARATED_VALUES - adams.flow.transformer.SpreadSheetInsertRow.ValueType
 
command - Variable in class adams.core.management.CommandResult
the command that was executed.
Command - Class in adams.flow.source
Runs an external system command and broadcasts the generated output (stdout and/or stderr) continuously, opposed to adams.flow.source.Exec which waits for the command to finish.

See also:
adams.flow.source.Exec

Input/output:
- generates:
   java.lang.String


Command() - Constructor for class adams.flow.source.Command
 
COMMAND_PROCESSOR - Static variable in class adams.gui.scripting.AbstractScriptingEngine
the property for the AbstractCommandProcessor-derived class.
commandContainsPlaceholderTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
commandContainsPlaceholderTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
commandContainsPlaceholderTipText() - Method in class adams.flow.standalone.Java
Returns the tip text for this property.
commandContainsVariableTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
commandContainsVariableTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
commandContainsVariableTipText() - Method in class adams.flow.standalone.Java
Returns the tip text for this property.
CommandDumperHandler - Class in adams.scripting.requesthandler
Saves requests as command files.
CommandDumperHandler - Class in adams.scripting.responsehandler
Saves the responses as command files.
CommandDumperHandler() - Constructor for class adams.scripting.requesthandler.CommandDumperHandler
 
CommandDumperHandler() - Constructor for class adams.scripting.responsehandler.CommandDumperHandler
 
CommandlineHelpProducer - Class in adams.core.option
Generates the help for the command-line.
CommandlineHelpProducer() - Constructor for class adams.core.option.CommandlineHelpProducer
 
CommandlineReader - Class in adams.data.io.input
Loads objects using the commandline store in the file.
CommandlineReader() - Constructor for class adams.data.io.input.CommandlineReader
 
CommandlineToAny - Class in adams.data.conversion
Turns a command-line into an object.
CommandlineToAny() - Constructor for class adams.data.conversion.CommandlineToAny
 
commandlineToObject(String) - Method in class adams.flow.source.AbstractSelectObjects
Turns a commandline into an object.
commandlineToObject(String) - Method in class adams.flow.source.SelectObjects
Turns a commandline into an object.
commandlineToObject(String) - Method in class adams.flow.source.WekaSelectObjects
Turns a commandline into an object.
CommandlineWriter - Class in adams.data.io.output
Writes the commandline of objects to disk.
CommandlineWriter() - Constructor for class adams.data.io.output.CommandlineWriter
 
CommandProcessor - Class in adams.gui.scripting
General actions:

connect <driver> <URL> <user> [password]
   Connects to the database.

disconnect
   Disconnects from the database.

run-tool <tool + options>
   Runs the specified tool.


Actions for adams.gui.core.UndoHandler:

disable-undo
   Disables the undo support, if available.

enable-undo
   Enables the undo support, if available.




CommandProcessor() - Constructor for class adams.gui.scripting.CommandProcessor
Initializes the processor.
CommandProcessor(AbstractScriptingEngine) - Constructor for class adams.gui.scripting.CommandProcessor
Initializes the processor.
commandProcessorTipText() - Method in class adams.console.Logging
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.data.conversion.RemoteCommandToString
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.data.conversion.StringToRemoteCommand
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.flow.sink.RemoteCommandWriter
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.flow.sink.SendRemoteCommand
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.flow.transformer.RemoteCommandReader
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.scripting.CommandRunner
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.scripting.engine.AbstractScriptingEngine
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.scripting.requesthandler.CommandDumperHandler
Returns the tip text for this property.
commandProcessorTipText() - Method in class adams.scripting.responsehandler.CommandDumperHandler
Returns the tip text for this property.
CommandResult - Class in adams.core.management
Container class for storing command, exit code and stdout/stderr output.
CommandResult(String[], int) - Constructor for class adams.core.management.CommandResult
Initializes the container.
CommandResult(String[], int, String, String) - Constructor for class adams.core.management.CommandResult
Initializes the container.
commandResultToError(CommandResult) - Method in class adams.core.command.AbstractExternalCommand
Generates an error message from the command result.
CommandRunner - Class in adams.scripting
Executes scripting commands.
CommandRunner() - Constructor for class adams.scripting.CommandRunner
 
commandsTipText() - Method in class adams.scripting.CommandRunner
Returns the tip text for this property.
commandTipText() - Method in class adams.flow.control.flowrestart.operation.ExternalCommand
Returns the tip text for this property.
commandTipText() - Method in class adams.flow.sink.Exec
Returns the tip text for this property.
commandTipText() - Method in class adams.flow.source.Command
Returns the tip text for this property.
commandTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
commandTipText() - Method in class adams.flow.source.NewRemoteCommand
Returns the tip text for this property.
commandTipText() - Method in class adams.flow.source.SSHExec
Returns the tip text for this property.
commandTipText() - Method in class adams.flow.standalone.Java
Returns the tip text for this property.
commandTipText() - Method in class adams.scripting.command.flow.SendFlowControlCommand
Returns the tip text for this property.
Comment - adams.gui.scripting.SyntaxDocument.ATTR_TYPE
a comment.
COMMENT - Static variable in class adams.core.option.CompactFlowProducer
the line comment character in files storing nested option handlers.
COMMENT - Static variable in class adams.core.option.NestedProducer
the line comment character in files storing nested option handlers.
COMMENT - Static variable in class adams.core.Properties
the comment.
COMMENT - Static variable in class adams.data.spreadsheet.DefaultSpreadSheet
the line comment start.
COMMENT - Static variable in interface adams.data.spreadsheet.SpreadSheet
the line comment start.
COMMENT - Static variable in class adams.gui.scripting.AbstractScriptingEngine
the start of a comment.
COMMENT_MAX_LENGTH - Static variable in class adams.gui.core.Undo
the maximum length for a comment.
commentLinesAfter(String, int) - Method in class adams.gui.scripting.SyntaxDocument
Highlight comment lines to matching end delimiter.
commentLinesBefore(String, int) - Method in class adams.gui.scripting.SyntaxDocument
Highlight lines when a multi line comment is still 'open' (ie.
commentOut(String, String) - Static method in class adams.core.Utils
Inserts comment characters at the start of each line.
COMMENTS - adams.flow.transformer.SpreadSheetInfo.InfoType
the comments.
commentsTipText() - Method in class adams.flow.source.NewSpreadSheet
Returns the tip text for this property.
commentsTipText() - Method in class adams.flow.transformer.SpreadSheetAppendComments
Returns the tip text for this property.
commentTipText() - Method in class adams.core.PropertiesToCode
Returns the tip text for this property.
commentTipText() - Method in class adams.data.io.input.CsvSpreadSheetReader
Returns the tip text for this property.
commentTipText() - Method in class adams.data.io.output.CsvSpreadSheetWriter
Returns the tip text for this property.
commentTipText() - Method in class adams.flow.transformer.WekaClusterEvaluationSummary
Returns the tip text for this property.
commentTipText() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the tip text for this property.
CommonIDs - Class in adams.flow.transformer.multispreadsheetoperation
Extracts the common IDs from two or more spreadsheets.
Matching sense can be inverted, i.e., the IDs not in common are output.
CommonIDs() - Constructor for class adams.flow.transformer.multispreadsheetoperation.CommonIDs
 
CommonKeys - Class in adams.flow.transformer.multimapoperation
Outputs the common keys among the maps.
CommonKeys() - Constructor for class adams.flow.transformer.multimapoperation.CommonKeys
 
commons(File) - Static method in class adams.data.image.ImageMetaDataHelper
Reads the meta-data from the file (Commons Imaging).
commonSubsequence(String, String, boolean) - Method in class weka.filters.unsupervised.attribute.MergeManyAttributes
Determines the common subsequence of the two strings.
commonSubsequence(String, String, boolean) - Method in class weka.filters.unsupervised.attribute.MergeTwoAttributes
Determines the common subsequence of the two strings.
CompactFlowConsumer - Class in adams.core.option
Reads nested, compact actor flow format.
CompactFlowConsumer() - Constructor for class adams.core.option.CompactFlowConsumer
 
CompactFlowProducer - Class in adams.core.option
Generates nested, compact actor flow format.
CompactFlowProducer() - Constructor for class adams.core.option.CompactFlowProducer
 
compactify() - Method in class weka.core.InstancesView
Does nothing.
compactTipText() - Method in class adams.data.conversion.Mat5ArrayToString
Returns the tip text for this property.
ComparableTableModel - Interface in adams.gui.core
Interface for TableModel classes that need to use different values for sorting.
comparatorTipText() - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithComparator
Returns the tip text for this property.
comparatorTipText() - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithComparator
Returns the tip text for this property.
comparatorTipText() - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithComparator
Returns the tip text for this property.
comparatorTipText() - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithComparator
Returns the tip text for this property.
comparatorTipText() - Method in class adams.flow.transformer.Sort
Returns the tip text for this property.
comparatorTipText() - Method in class adams.flow.transformer.SpreadSheetSortColumns
Returns the tip text for this property.
comparatorTipText() - Method in class adams.flow.transformer.WekaSpreadSheetToPredictions
Returns the tip text for this property.
compare() - Method in class adams.gui.tools.DiffPanel
Performs the comparison, either using files or clipboard content.
compare(int[], int[]) - Static method in class adams.core.CompareUtils
Compares two integer arrays.
compare(int[], int[]) - Method in class adams.data.imagesegmentation.operation.EvaluatePrediction
Compares the two pixel arrays.
compare(FileObject, FileObject) - Method in class adams.core.io.FileObjectComparator
Compares the two file wrappers.
compare(DataPoint, DataPoint) - Method in class adams.data.instance.InstancePointComparator
Compares its two arguments for order.
compare(DataPoint, DataPoint) - Method in class adams.data.sequence.XYSequencePointComparator
Compares its two arguments for order.
compare(DataPoint, DataPoint) - Method in class adams.flow.sink.sequenceplotter.SequencePlotPointComparator
Compares its two arguments for order.
compare(DataPoint, DataPoint) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPointComparator
Compares its two arguments for order.
compare(Row, Row) - Method in class adams.data.spreadsheet.RowComparator
Compares its two arguments for order.
compare(SpreadSheet, SpreadSheet) - Static method in class adams.data.spreadsheet.SpreadSheetHelper
Compares two spreadsheets.
compare(TimeseriesPoint, TimeseriesPoint) - Method in class adams.data.timeseries.TimeseriesPointComparator
Compares its two arguments for order.
compare(Actor, Actor) - Method in interface adams.flow.core.ActorComparator
For comparing actors.
compare(Actor, Actor) - Method in class adams.flow.core.DefaultActorComparator
For comparing actors.
compare(SpreadSheetSortColumns.SortContainer, SpreadSheetSortColumns.SortContainer) - Method in class adams.flow.transformer.SpreadSheetSortColumns.ContainerComparator
Compares the two containers.
compare(BaseAction, BaseAction) - Method in class adams.gui.action.BaseActionComparator
Compares its two arguments for order.
compare(FlowMultiPagePane, FlowPanel, FlowPanel) - Method in class adams.gui.flow.multipageaction.CompareFlows
Compares the two actors.
compare(GenericObjectEditorPopupMenuCustomizer, GenericObjectEditorPopupMenuCustomizer) - Method in class adams.gui.goe.popupmenu.CustomizerComparator
Returns the string comparison result of the names of the customizers.
compare(AbstractHistoryPopupMenuItem, AbstractHistoryPopupMenuItem) - Method in class adams.gui.tools.wekainvestigator.history.MenuItemComparator
Compares the menu items based on category and title.
compare(AbstractPerFoldPopupMenuItem, AbstractPerFoldPopupMenuItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.MenuItemComparator
Compares the menu items based on category and title.
compare(AbstractPopupCustomizer, AbstractPopupCustomizer) - Method in class adams.gui.visualization.container.datacontainerpanel.PopupCustomizerComparator
Compares its two arguments for order.
compare(Point2D, Point2D) - Method in class adams.gui.core.Point2DComparator
Compares its two arguments for order.
compare(File[], Instances[]) - Method in class adams.gui.tools.DatasetCompatibilityPanel
Performs the actual comparison.
compare(File, File) - Method in class adams.core.io.FileComparator
Compares its two arguments for order.
compare(File, File) - Method in class adams.gui.tools.PreviewBrowserPanel.FileComparator
Compares its two arguments for order.
compare(File, File) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Displays the diff of the two files.
compare(Comparable, Comparable) - Static method in class adams.core.CompareUtils
Compares two comparable objects.
compare(Comparable, Comparable) - Method in class adams.core.DefaultCompare
Compares its two arguments for order.
compare(Comparable, Comparable) - Method in class adams.core.FileNameCompare
Compares its two arguments for order.
compare(Object, Object) - Method in class adams.data.SortedList.DefaultComparator
Compares the two objects.
compare(Object, Object) - Method in class adams.parser.ParserHelper
Compares two objects.
compare(String[], String[]) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Displays the diff of the two arrays.
compare(String, String) - Method in class adams.core.AbstractDataBackedRange.InvertedStringLengthComparator
Compares the two strings.
compare(String, String) - Method in class adams.core.AbstractDataBackedUnorderedRange.InvertedStringLengthComparator
Compares the two strings.
compare(String, String) - Method in class adams.core.NamedCounter.CounterComparator
Compares its two arguments for order.
compare(String, String) - Method in class adams.core.NumericStringCompare
Compares its two arguments for order.
compare(String, String) - Method in class adams.flow.sink.PlotContainerSink.DoubleComparator
Compares the two strings representing two double values.
compare(List<AbstractMerge.SourceColumn>, List<AbstractMerge.SourceColumn>) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Compares two ColumnMappingElements to determine the order in which their mapped columns should appear in the merged spreadsheet.
compare(List<AbstractMerge.SourceColumn>, List<AbstractMerge.SourceColumn>) - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Compares two lists of source columns to determine the order in which their mapped columns should appear in the merged spreadsheet.
compare(List<AbstractMerge.SourceAttribute>, List<AbstractMerge.SourceAttribute>) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Compares two lists of source attributes to determine the order in which their mapped attributes should appear in the merged dataset.
compare(List<AbstractMerge.SourceAttribute>, List<AbstractMerge.SourceAttribute>) - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Compares two lists of source attributes to determine the order in which their mapped attributes should appear in the merged dataset.
compare(List<String>, List<String>) - Method in class adams.gui.visualization.debug.SideBySideDiffPanel
Displays the diff of the two lists.
compare(Level, Level) - Method in class adams.core.logging.LevelComparator
Compares its two arguments for order.
compare(Map, Map) - Static method in class adams.core.CompareUtils
Compares two maps.
compare(JMenuItem, JMenuItem) - Method in class adams.gui.core.MenuItemComparator
Compares its two arguments for order.
compare(T, T) - Method in class adams.data.container.DataPointComparator
Compares its two arguments for order.
compare(Prediction, Prediction) - Method in class adams.flow.transformer.wekaevaluationpostprocessor.AbsolutePredictionErrorComparator
Compares the error of the predictions.
compare(Instance, Instance) - Method in class adams.data.instances.InstanceComparator
Compares its two arguments for order.
CompareActors - Class in adams.gui.flow.tree.menu
Performs a diff on two actors.
CompareActors() - Constructor for class adams.gui.flow.tree.menu.CompareActors
 
CompareAnnotationWithPrediction - Class in adams.data.imagesegmentation.operation
Compares a prediction (first container) with the annotation (second container) and outputs a color image per label that shows the correct overlaps, the missed annotations and additionally predicted pixels.
CompareAnnotationWithPrediction() - Constructor for class adams.data.imagesegmentation.operation.CompareAnnotationWithPrediction
 
compareCells(Cell, Cell) - Static method in class adams.data.spreadsheet.SpreadSheetHelper
Compares the two cells.
compareData() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Compares the data
CompareDatasets - Class in adams.tools
Compares two datasets, either row-by-row or using a row attribute listing a unique ID for matching the rows, outputting the correlation coefficient of the numeric attributes found in the ranges defined by the user.
In order to trim down the number of generated rows, a threshold can be specified.
CompareDatasets() - Constructor for class adams.tools.CompareDatasets
 
compareDestTipText() - Method in class adams.flow.source.RSync
 
compareFiles(File, File) - Method in class adams.gui.tools.DiffPanel
Compares the two files (if they exist).
CompareFlows - Class in adams.gui.flow.multipageaction
Lets the user compare two flows.
CompareFlows() - Constructor for class adams.gui.flow.multipageaction.CompareFlows
 
compareIDs() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Compares the IDs.
compareInstances() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Performs the comparison between the rows from the two datasets.
CompareJustActors - Class in adams.gui.flow.tree.menu
Performs a diff on two actors.
CompareJustActors() - Constructor for class adams.gui.flow.tree.menu.CompareJustActors
 
CompareModels - Class in adams.gui.tools.wekainvestigator.tab.classifytab.history
Compares the predictions of two models.
CompareModels() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.history.CompareModels
 
compareNumeric(String, ResultItem, String, ResultItem) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.CompareModels
Compares the two evaluations (numeric class).
CompareObjectLocations - Class in adams.flow.transformer
Visualizes object locations (annotations and predicted) for the incoming image side-by-side.
Only forwards the image container when accepted.
CompareObjectLocations() - Constructor for class adams.flow.transformer.CompareObjectLocations
 
compareObjects(T, T) - Method in class adams.data.compare.AbstractObjectCompare
Compares the two objects.
CompareObjects - Class in adams.flow.transformer
Compares two objects using the specified compare algorithm and forwards the output of the comparison.
CompareObjects() - Constructor for class adams.flow.transformer.CompareObjects
 
CompareObjectTypes - Class in adams.flow.transformer
Compares the object types between objects from the two reports.
The first report is considered 'ground truth'.
CompareObjectTypes() - Constructor for class adams.flow.transformer.CompareObjectTypes
 
compareOutput(AbstractOutputGenerator, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then displays the generated outputs side by side.
compareOutput(AbstractOutputGenerator, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then displays the generated outputs side by side.
compareOutput(AbstractOutputGenerator, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then displays the generated outputs side by side.
compareOutput(AbstractOutputGenerator, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and then displays the generated outputs side by side.
compareStructure() - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Compares the structure.
CompareSubFlows - Class in adams.gui.flow.tree.menu
Performs a diff on two actors.
CompareSubFlows() - Constructor for class adams.gui.flow.tree.menu.CompareSubFlows
 
CompareTab - Class in adams.gui.tools.wekainvestigator.tab
For comparing datasets.
CompareTab() - Constructor for class adams.gui.tools.wekainvestigator.tab.CompareTab
 
compareTipText() - Method in class adams.flow.transformer.CompareObjects
Returns the tip text for this property.
compareTo(BaseAnnotation.Tag) - Method in class adams.core.base.BaseAnnotation.Tag
Compares this object with the specified object for order.
compareTo(ConfigurableEnumeration.AbstractItem) - Method in class adams.core.ConfigurableEnumeration.AbstractItem
Compares this item against the provided one.
compareTo(Index) - Method in class adams.core.Index
Compares this index with the specified index for order.
compareTo(FileObject) - Method in class adams.core.io.FtpFileObject
Returns whether this file object is the same as the provided one.
compareTo(FileObject) - Method in class adams.core.io.LocalFileObject
Returns whether this file object is the same as the provided one.
compareTo(FileObject) - Method in class adams.core.io.SftpFileObject
Returns whether this file object is the same as the provided one.
compareTo(FileObject) - Method in class adams.core.io.SmbFileObject
Returns whether this file object is the same as the provided one.
compareTo(SortContainer) - Method in class adams.core.io.lister.SortContainer
Compares this container with the specified container for order.
compareTo(EmailContact) - Method in class adams.core.net.EmailContact
Compares this contact with the provided one.
compareTo(Properties) - Method in class adams.core.Properties
Compares this object with the specified object for order.
compareTo(Range) - Method in class adams.core.Range
Compares this subrange with the specified subrange for order.
compareTo(Range.SubRange) - Method in class adams.core.Range.SubRange
Compares this subrange with the specified subrange for order.
compareTo(TagInfo) - Method in class adams.core.tags.TagInfo
Simply compares the names of the tags.
compareTo(UnorderedRange) - Method in class adams.core.UnorderedRange
Compares this range with the specified range for order.
compareTo(Bin<T>) - Method in class adams.data.binning.Bin
Uses the index of the bin for comparison.
compareTo(BinnableGroup<T>) - Method in class adams.data.binning.BinnableGroup
Returns the comparison of the two group IDs
compareTo(WekaPredictionContainerToSpreadSheet.SortContainer) - Method in class adams.data.conversion.WekaPredictionContainerToSpreadSheet.SortContainer
Compares this object with the specified object for order.
compareTo(HeaderDefinition) - Method in class adams.data.featureconverter.HeaderDefinition
Compares itself with the specified object.
compareTo(AbstractDatabaseConnection) - Method in class adams.db.AbstractDatabaseConnection
Compares this object with the specified object for order.
compareTo(ConnectionParameters) - Method in class adams.db.AbstractDatabaseConnection
Compares this object with the specified object for order.
compareTo(ConnectionParameters) - Method in class adams.db.ConnectionParameters
Compares this object with the specified object for order.
compareTo(LogEntry) - Method in class adams.db.LogEntry
Compares this object with the specified object for order.
compareTo(Modules.Module) - Method in class adams.env.Modules.Module
Compares this object with the specified object for order.
compareTo(ActorPath) - Method in class adams.flow.core.ActorPath
Compares this object with the specified object for order.
compareTo(ActorProcessor) - Method in class adams.flow.processor.AbstractActorProcessor
Compares this object with the specified object for order.
compareTo(ActorProcessor) - Method in interface adams.flow.processor.ActorProcessor
Compares this object with the specified object for order.
compareTo(FtpDirectorySearchWithCustomSort.SortContainer) - Method in class adams.flow.source.filesystemsearch.FtpDirectorySearchWithCustomSort.SortContainer
Compares this filename with the other one.
compareTo(LocalDirectorySearchWithCustomSort.SortContainer) - Method in class adams.flow.source.filesystemsearch.LocalDirectorySearchWithCustomSort.SortContainer
Compares this filename with the other one.
compareTo(SftpDirectorySearchWithCustomSort.SortContainer) - Method in class adams.flow.source.filesystemsearch.SftpDirectorySearchWithCustomSort.SortContainer
Compares this filename with the other one.
compareTo(SmbDirectorySearchWithCustomSort.SortContainer) - Method in class adams.flow.source.filesystemsearch.SmbDirectorySearchWithCustomSort.SortContainer
Compares this filename with the other one.
compareTo(LocatedObject) - Method in class adams.flow.transformer.locateobjects.LocatedObject
Compares this object with the provided one.
compareTo(AbstractMerge.SourceColumn) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge.SourceColumn
 
compareTo(AbstractMerge.SourceAttribute) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge.SourceAttribute
 
compareTo(AbstractMenuItemDefinition) - Method in class adams.gui.application.AbstractMenuItemDefinition
Uses category and title for sorting.
compareTo(PreferencesPanel) - Method in class adams.gui.application.AbstractPreferencesPanel
Uses the title to compare the panels.
compareTo(AbstractInfoNodeGenerator) - Method in class adams.gui.core.dotnotationtree.AbstractInfoNodeGenerator
Compares this object with the specified object for order.
compareTo(ExtensionFileFilter) - Method in class adams.gui.chooser.ExtensionFileFilterWithClass
Compares this image format with the specified filter for order.
compareTo(ExtensionFileFilter) - Method in class adams.gui.core.ExtensionFileFilter
Compares this image format with the specified filter for order.
compareTo(SortableAndSearchableWrapperTableModel.SortContainer) - Method in class adams.gui.core.SortableAndSearchableWrapperTableModel.SortContainer
Compares this object with the specified object for order.
compareTo(SpreadSheetColumnComboBox.ColumnContainer) - Method in class adams.gui.core.SpreadSheetColumnComboBox.ColumnContainer
Compares itself to the other container.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.AbstractPlotColumn
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.AbstractPlotRow
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.AbstractPlotSelectedRows
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.AbstractProcessCell
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.AbstractProcessColumn
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.AbstractProcessRow
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.AbstractProcessSelectedRows
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.Binning
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.Histogram
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.JFreeChart
For sorting the menu items.
compareTo(SpreadSheetTablePopupMenuItem) - Method in class adams.gui.core.spreadsheettable.SimplePlot
For sorting the menu items.
compareTo(AbstractDatabaseConnectionPanel) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Compares this object with the specified object for order.
compareTo(AbstractFlowEditorMenuItem) - Method in class adams.gui.flow.menu.AbstractFlowEditorMenuItem
Compares this object with the specified object for order.
compareTo(AbstractMultiPageMenuItem) - Method in class adams.gui.flow.multipageaction.AbstractMultiPageMenuItem
Returns a comparison based on the name of the menu items.
compareTo(AbstractEditorTab) - Method in class adams.gui.flow.tab.AbstractEditorTab
Compares this object with the specified object for order.
compareTo(AbstractSendToAction) - Method in class adams.gui.sendto.AbstractSendToAction
Compares this object with the specified object for order.
compareTo(ConsoleOutputAnalyzerPanel.ConsoleOutputEntry) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Compares this object with the specified object for order.
compareTo(AbstractFindInFilesAction) - Method in class adams.gui.tools.findinfiles.AbstractFindInFilesAction
Compares with the other action using the menu item text.
compareTo(ContentHandlerFavorites.ContentHandlerFavorite) - Method in class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Compares this object with the specified object for order.
compareTo(SerializedObjectViewer) - Method in class adams.gui.tools.previewbrowser.AbstractSerializedObjectViewer
Compares this object with the specified object for order.
compareTo(AbstractWidget) - Method in class adams.gui.tools.spreadsheetprocessor.AbstractWidget
Compares the two widgets using their name.
compareTo(AbstractViewerTab) - Method in class adams.gui.tools.spreadsheetviewer.tab.AbstractViewerTab
Compares this object with the specified object for order.
compareTo(DataContainer) - Method in class adams.gui.tools.wekainvestigator.data.AbstractDataContainer
Compares this container with the specified one.
compareTo(AbstractContainer) - Method in class adams.gui.visualization.container.AbstractContainer
Compares this object with the specified object for order.
compareTo(AbstractContainer) - Method in class adams.gui.visualization.sequence.XYSequenceContainer
Compares this object with the specified object for order.
compareTo(AbstractContainer) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainer
Compares this object with the specified object for order.
compareTo(InstancesColumnComboBox.ColumnContainer) - Method in class adams.gui.visualization.instances.InstancesColumnComboBox.ColumnContainer
Compares itself to the other container.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotColumn
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotRow
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.AbstractPlotSelectedRows
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessCell
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessColumn
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessRow
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.AbstractProcessSelectedRows
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.Binning
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.Histogram
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.JFreeChart
For sorting the menu items.
compareTo(InstancesTablePopupMenuItem) - Method in class adams.gui.visualization.instances.instancestable.SimplePlot
For sorting the menu items.
compareTo(AbstractGeneticAlgorithm.FitnessContainer) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm.FitnessContainer
Compares itself with the other container using the fitness.
compareTo(Connection) - Method in class adams.scripting.connection.AbstractConnection
Compares this connection with the other one using the commandline string.
compareTo(File) - Method in class adams.core.io.PlaceholderFile
Compares two abstract pathnames lexicographically.
compareTo(Object) - Method in class adams.core.base.BaseObject
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.baseline.AbstractBaselineCorrection
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.container.AbstractDataContainer
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.container.AbstractDataPoint
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.filter.AbstractFilter
Compares this object with the specified object for order.
compareTo(Object) - Method in interface adams.data.filter.Filter
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.id.AbstractIDGenerator
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.image.AbstractImageFeatureGenerator
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.image.AbstractImageTransformer
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.instance.InstancePoint
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.instances.AbstractInstanceGenerator
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.io.input.AbstractDataContainerReader
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.io.input.AbstractReportReader
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.io.output.AbstractDataContainerWriter
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.io.output.AbstractReportWriter
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.noise.AbstractDenoiser
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.outlier.AbstractOutlierDetector
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.report.AbstractField
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.report.AbstractReportFilter
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.report.PrefixField
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.report.Report
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.report.SuffixField
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.sequence.XYSequencePoint
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.smoothing.AbstractSmoother
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.spreadsheet.columnfinder.AbstractColumnFinder
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.spreadsheet.rowfinder.AbstractRowFinder
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.timeseries.TimeseriesPoint
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.weka.columnfinder.AbstractColumnFinder
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.weka.evaluator.AbstractCrossvalidatedInstanceEvaluator.EvaluationContainer
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.weka.evaluator.AbstractInstanceEvaluator
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.weka.evaluator.IntervalEstimatorBased.SortedInterval
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.weka.predictions.AbstractErrorScaler
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.data.weka.rowfinder.AbstractRowFinder
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.db.AbstractConditions
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.env.Setup
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.flow.core.AbstractActor
Compares this object with the specified object for order.
compareTo(Object) - Method in interface adams.flow.core.Actor
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.flow.execution.AbstractFlowExecutionListener
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.flow.setup.FlowSetup
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.flow.template.AbstractActorTemplate
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.flow.transformer.WekaAccumulatedError.SortablePrediction
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.gui.goe.Favorites
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.gui.goe.Favorites.Favorite
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.gui.scripting.AbstractScriptlet
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.gui.visualization.core.AbstractColorGradientGenerator
Compares this object with the specified object for order.
compareTo(Object) - Method in interface adams.gui.visualization.core.ColorGradientGenerator
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPoint
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.opt.optimise.AbstractOptimiser
Compares this object with the specified object for order.
compareTo(Object) - Method in class adams.tools.AbstractTool
Compares this object with the specified object for order.
compareTo(Object) - Method in class weka.core.neighboursearch.NewNNSearch.InstanceNode
 
compareTo(String[]) - Static method in class adams.core.management.LDD
Returns this detected version of ldd with the provided one and returns if detected version is less than (< 0), equal to (= 0) or larger (> 0) than the supplied one.
compareTo(Handler) - Method in class adams.core.logging.AbstractLogHandler
Compares the handler with itself.
compareTo(Handler) - Method in class adams.core.logging.FileHandler
Compares the handler with itself.
compareTo(Handler) - Method in class adams.core.logging.MultiHandler
Compares the handler with itself.
compareTo(Handler) - Method in class adams.core.logging.RemoteReceiveHandler
Compares the handler with itself.
compareTo(Handler) - Method in class adams.core.logging.RemoteSendHandler
Compares the handler with itself.
compareToData(Object) - Method in class adams.data.container.AbstractDataContainer
Compares this object with the specified object for order.
compareToData(Object) - Method in interface adams.data.container.DataContainer
Compares this object with the specified object for order.
compareToHeader(Object) - Method in class adams.data.container.AbstractDataContainer
Compares this object with the specified object for order.
compareToHeader(Object) - Method in interface adams.data.container.DataContainer
Compares this object with the specified object for order.
compareToHeader(Object) - Method in class adams.data.timeseries.Timeseries
Compares this object with the specified object for order.
CompareUtils - Class in adams.core
Utility class for comparisons.
CompareUtils() - Constructor for class adams.core.CompareUtils
 
compareValues(Object, Object) - Method in class adams.core.option.AbstractArgumentOption
Compares the two values.
compareValues(Object, Object) - Method in class adams.core.option.AbstractNumericOption
Compares the two values.
compareValues(Object, Object) - Method in class adams.core.option.BooleanOption
Compares the two values.
compareValues(Object, Object) - Method in class adams.core.option.ClassOption
Skips the test, as it would be too expensive.
compareValues(Object, Object) - Method in class adams.core.option.CustomHooksOption
Compares the two values.
compareValues(Object, Object) - Method in class adams.core.option.EnumOption
Compares the two values.
compareValues(Object, Object) - Method in class adams.core.option.StringOption
Compares the two values.
compareWithItselfTipText() - Method in class adams.flow.transformer.DetermineOverlappingAreas
Returns the tip text for this property.
compareWithItselfTipText() - Method in class adams.flow.transformer.DetermineOverlappingObjects
Returns the tip text for this property.
compareWithItselfTipText() - Method in class adams.flow.transformer.RemoveOverlappingImageObjects
Returns the tip text for this property.
comparisonFieldTipText() - Method in class adams.flow.transformer.WekaExperimentEvaluation
Returns the tip text for this property.
comparisonFieldTipText() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.output.TextOutput
Returns the tip text for this property.
comparisonTipText() - Method in class adams.flow.transformer.CompareObjectLocations
Returns the tip text for this property.
comparisonTypeTipText() - Method in class adams.flow.sink.SequencePlotter
Returns the tip text for this property.
Compatibility - Class in adams.flow.core
Class that determines compatibility between inputs and outputs.
Compatibility - Class in adams.gui.tools.wekainvestigator.datatable.action
Checks the compatibility of the selected datasets.
Compatibility() - Constructor for class adams.flow.core.Compatibility
Initializes the checker with non-strict behavior.
Compatibility() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Compatibility
Instantiates the action.
Compatibility(boolean) - Constructor for class adams.flow.core.Compatibility
Initializes the checker.
complete(Job, JobResult) - Method in class adams.multiprocess.RemoteCommandJobRunner
Ignored.
complete(Job, JobResult) - Method in class adams.multiprocess.ScpJobRunner
Ignored.
complete(Job, JobResult) - Method in class adams.multiprocess.ScpJobRunner.RemoteJobRunner
Ignored.
complete(Job, JobResult) - Method in class adams.multiprocess.SerializingJobRunner
Ignored.
complete(T, JobResult) - Method in interface adams.multiprocess.JobRunner
Job is complete, so check for more to add..
complete(T, JobResult) - Method in class adams.multiprocess.LocalJobRunner
Job is complete, so check for more to add..
completedClassifier(int, boolean) - Method in class weka.classifiers.meta.SubsetEnsemble
Records the completion of the training of a single classifier.
completedClassifier(int, boolean) - Method in class weka.classifiers.meta.VotedImbalance
Records the completion of the training of a single classifier.
completeRowsOnlyTipText() - Method in class adams.flow.transformer.spreadsheetmethodmerge.JoinOnID
Gets the tip-text for the complete-rows-only option.
completeRowsOnlyTipText() - Method in class adams.flow.transformer.wekadatasetsmerge.JoinOnID
Gets the tip-text for the complete-rows-only option.
complexityStatisticsTipText() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the tip text for this property.
complexityStatisticsTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns the tip text for this property.
component - Variable in class adams.gui.core.BaseTabbedPane.TabUndo
the component that made up the tab.
component - Variable in class adams.gui.core.MultiPagePane.PageUndo
the component that made up the tab.
component - Variable in class adams.gui.flow.tabhandler.GraphicalActorProcessorHandler.Output
the generated output.
ComponentContentPanel - Class in adams.gui.tools.wekainvestigator.output
Panel for exporting the graphical component as image.
ComponentContentPanel(JComponent, boolean) - Constructor for class adams.gui.tools.wekainvestigator.output.ComponentContentPanel
Initializes the panel with the specified component.
componentRangeTipText() - Method in class weka.attributeSelection.AbstractPLSAttributeEval
Returns the tip text for this property
ComponentSupplier - Interface in adams.flow.sink
Interface for sinks that supply a component.
ComposeEmailDialog - Class in adams.gui.dialog
A standalone dialog for composing emails.
ComposeEmailDialog(Dialog) - Constructor for class adams.gui.dialog.ComposeEmailDialog
Creates a modal dialog.
ComposeEmailDialog(Dialog, String) - Constructor for class adams.gui.dialog.ComposeEmailDialog
Creates a modal dialog.
ComposeEmailDialog(Frame) - Constructor for class adams.gui.dialog.ComposeEmailDialog
Creates a modal dialog.
ComposeEmailDialog(Frame, String) - Constructor for class adams.gui.dialog.ComposeEmailDialog
Creates a modal dialog.
ComposeEmailPanel - Class in adams.gui.dialog
A panel for composing an email.
ComposeEmailPanel() - Constructor for class adams.gui.dialog.ComposeEmailPanel
 
compress() - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Removes unnecessary nesting, i.e., nodes with just one non-leaf child get collapsed.
compress(byte[]) - Static method in class adams.core.io.Bzip2Utils
Compresses the specified bytes using bzip2.
compress(byte[]) - Static method in class adams.core.io.GzipUtils
Compresses the specified bytes using gzip.
compress(byte[]) - Static method in class adams.core.io.LzfUtils
Compresses the specified bytes using lzf.
compress(byte[]) - Static method in class adams.core.io.LzmaUtils
Compresses the specified bytes using lzma.
compress(byte[]) - Static method in class adams.core.io.XzUtils
Compresses the specified bytes using xz.
compress(byte[]) - Static method in class adams.core.io.ZstdUtils
Compresses the specified bytes using zstd.
compress(byte[], MessageCollection) - Static method in class adams.core.io.Bzip2Utils
Compresses the specified bytes using bzip2.
compress(byte[], MessageCollection) - Static method in class adams.core.io.GzipUtils
Compresses the specified bytes using gzip.
compress(byte[], MessageCollection) - Static method in class adams.core.io.LzfUtils
Compresses the specified bytes using lzf.
compress(byte[], MessageCollection) - Static method in class adams.core.io.LzmaUtils
Compresses the specified bytes using lzma.
compress(byte[], MessageCollection) - Static method in class adams.core.io.XzUtils
Compresses the specified bytes using xz.
compress(byte[], MessageCollection) - Static method in class adams.core.io.ZstdUtils
Compresses the specified bytes using zstd.
compress(byte[], TByteList) - Method in class adams.flow.transformer.AbstractSingleCompress
Compresses the bytes.
compress(byte[], TByteList) - Method in class adams.flow.transformer.Bzip2
Compresses the bytes.
compress(byte[], TByteList) - Method in class adams.flow.transformer.GZIP
Compresses the bytes.
compress(byte[], TByteList) - Method in class adams.flow.transformer.Lzf
Compresses the bytes.
compress(byte[], TByteList) - Method in class adams.flow.transformer.Lzma
Compresses the bytes.
compress(byte[], TByteList) - Method in class adams.flow.transformer.Xz
Compresses the bytes.
compress(byte[], TByteList) - Method in class adams.flow.transformer.Zstd
Compresses the bytes.
compress(File[]) - Method in class adams.flow.transformer.AbstractMultiCompress
Adds all the files to archive.
compress(File[]) - Method in class adams.flow.transformer.Tar
Adds all the files to archive.
compress(File[]) - Method in class adams.flow.transformer.ZIP
Adds all the files to archive.
compress(File, int) - Static method in class adams.core.io.Bzip2Utils
Compresses the specified file to a file with the ".bz2" extension.
compress(File, int) - Static method in class adams.core.io.GzipUtils
Compresses the specified gzip archive to a file with the ".gz" extension.
compress(File, int) - Static method in class adams.core.io.LzfUtils
Compresses the specified lzma archive to a file with the ".lzf" extension.
compress(File, int) - Static method in class adams.core.io.LzmaUtils
Compresses the specified lzma archive to a file with the ".7z" extension.
compress(File, int) - Static method in class adams.core.io.XzUtils
Compresses the specified file to a file with the ".xz" extension.
compress(File, int) - Static method in class adams.core.io.ZstdUtils
Compresses the specified file to a file with the ".zst" extension.
compress(File, int, File) - Static method in class adams.core.io.Bzip2Utils
Compresses the specified file.
compress(File, int, File) - Static method in class adams.core.io.GzipUtils
Compresses the specified gzip archive.
compress(File, int, File) - Static method in class adams.core.io.LzfUtils
Compresses the specified lzma archive.
compress(File, int, File) - Static method in class adams.core.io.LzmaUtils
Compresses the specified lzma archive.
compress(File, int, File) - Static method in class adams.core.io.XzUtils
Compresses the specified file.
compress(File, int, File) - Static method in class adams.core.io.ZstdUtils
Compresses the specified file.
compress(File, int, File, boolean) - Static method in class adams.core.io.Bzip2Utils
Compresses the specified file.
compress(File, int, File, boolean) - Static method in class adams.core.io.GzipUtils
Compresses the specified gzip archive.
compress(File, int, File, boolean) - Static method in class adams.core.io.LzfUtils
Compresses the specified lzma archive.
compress(File, int, File, boolean) - Static method in class adams.core.io.LzmaUtils
Compresses the specified lzma archive.
compress(File, int, File, boolean) - Static method in class adams.core.io.XzUtils
Compresses the specified file.
compress(File, int, File, boolean) - Static method in class adams.core.io.ZstdUtils
Compresses the specified file.
compress(File, File) - Method in class adams.flow.transformer.AbstractSingleCompress
Compresses the file.
compress(File, File) - Method in class adams.flow.transformer.Bzip2
Compresses the file.
compress(File, File) - Method in class adams.flow.transformer.GZIP
Compresses the file.
compress(File, File) - Method in class adams.flow.transformer.Lzf
Compresses the file.
compress(File, File) - Method in class adams.flow.transformer.Lzma
Compresses the file.
compress(File, File) - Method in class adams.flow.transformer.Xz
Compresses the file.
compress(File, File) - Method in class adams.flow.transformer.Zstd
Compresses the file.
compress(File, File[]) - Static method in class adams.core.io.TarUtils
Creates a tar file from the specified files.
compress(File, File[]) - Static method in class adams.core.io.ZipUtils
Creates a zip file from the specified files.
compress(File, File[], int) - Static method in class adams.core.io.TarUtils
Creates a tar file from the specified files.
compress(File, File[], int) - Static method in class adams.core.io.ZipUtils
Creates a zip file from the specified files.
compress(File, File[], String, int) - Static method in class adams.core.io.TarUtils
Creates a tar file from the specified files.
compress(File, File[], String, int) - Static method in class adams.core.io.ZipUtils
Creates a zip file from the specified files.
compress(N) - Method in class adams.gui.core.dotnotationtree.DotNotationTree
Removes unncessary nesting.
CompressionSupporter - Interface in adams.data
Interface for AbstractDataContainerWriter classes that support compression.
compressionTipText() - Method in class adams.data.io.output.jaiwriter.PNGWriter
Returns the tip text for this property.
compressLevelTipText() - Method in class adams.flow.source.RSync
 
compressTipText() - Method in class adams.flow.source.RSync
 
compressTipText() - Method in class adams.gui.print.TIFFWriter
Returns the tip text for this property.
computeAggregates(SpreadSheet, List<Integer>, int) - Method in class adams.flow.transformer.SpreadSheetAggregate
Computes the aggregates.
computeDifference(SpreadSheet, SpreadSheet, SpreadSheetColumnRange) - Method in class adams.gui.tools.spreadsheetviewer.menu.DataComputeDifference
Computes the difference between the two sheets and inserts it as new tab.
computeDigest(File, MessageCollection) - Method in class adams.core.io.filechanged.AbstractMessageDigestBasedMonitor
Generates the message digest, if possible.
computeDigest(File, MessageCollection) - Method in class adams.core.io.filechanged.FlowFileDigest
Generates the message digest, if possible.
computeDigest(File, MessageCollection) - Method in class adams.core.io.filechanged.MessageDigest
Generates the message digest, if possible.
computeHashCode() - Method in class weka.core.AbstractHashableInstance
Computes the hashcode.
computeHashCode() - Method in class weka.core.HashableInstanceUsingString
Computes the hashcode.
computeHashCode() - Method in class weka.core.HashableInstanceUsingSum
Computes the hashcode.
computePercentage(double, double, double) - Static method in class weka.classifiers.RangeCheckHelper
Calculates the percentage of how much the value is outside the range.
computeSimilarity(int[], int[], MathUtils.SimilarityMetric) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the similarity of the two vectors.
computeStdDev(Instance, Matrix) - Method in class weka.classifiers.functions.GaussianProcessesNoWeights
Computes standard deviation for given instance, without transforming target back into original space.
computeThresholds(Instances) - Method in class weka.filters.unsupervised.attribute.InterquartileRangeSamp
computes the thresholds for outliers and extreme values
CONCATENATE - Static variable in interface adams.parser.booleanexpression.sym
 
CONCATENATE - Static variable in interface adams.parser.lookupupdate.sym
 
CONCATENATE - Static variable in interface adams.parser.mathematicalexpression.sym
 
CONCATENATE - Static variable in interface adams.parser.spreadsheetformula.sym
 
CONCATENATE - Static variable in interface adams.parser.stringexpression.sym
 
ConditionalEquivalentActor - Class in adams.core.option.help
Generates help for classes that implement the adams.flow.core.ActorWithConditionalEquivalent interface.
ConditionalEquivalentActor() - Constructor for class adams.core.option.help.ConditionalEquivalentActor
 
ConditionalIdSupplier - Interface in adams.flow.source
Interface for ID suppliers that use a conditions object.
ConditionalSequence - Class in adams.flow.control
The sequence gets only executed if the condition holds true.
ConditionalSequence() - Constructor for class adams.flow.control.ConditionalSequence
Default constructor.
ConditionalSequence(BooleanCondition) - Constructor for class adams.flow.control.ConditionalSequence
Initializes the actor with the specified name/condition.
ConditionalSequence(String) - Constructor for class adams.flow.control.ConditionalSequence
Initializes the actor with the specified name.
ConditionalSequence(String, BooleanCondition) - Constructor for class adams.flow.control.ConditionalSequence
Initializes the actor with the specified name/condition.
ConditionalStandalones - Class in adams.flow.standalone
Executes the sub-actors only when the boolean condition evaluates to 'true'.
ConditionalStandalones() - Constructor for class adams.flow.standalone.ConditionalStandalones
 
ConditionalSubProcess - Class in adams.flow.control
Encapsulates a sequence of flow items.
ConditionalSubProcess() - Constructor for class adams.flow.control.ConditionalSubProcess
Default constructor.
ConditionalSubProcess(BooleanCondition) - Constructor for class adams.flow.control.ConditionalSubProcess
Initializes the actor with the specified condition.
ConditionalSubProcess(String) - Constructor for class adams.flow.control.ConditionalSubProcess
Initializes the actor with the specified name.
ConditionalSubProcess(String, BooleanCondition) - Constructor for class adams.flow.control.ConditionalSubProcess
Initializes the actor with the specified name/condition.
ConditionalTee - Class in adams.flow.control
Tees off the tokens if the condition evaluates to 'true'.
ConditionalTee() - Constructor for class adams.flow.control.ConditionalTee
Default constructor.
ConditionalTee(BooleanCondition) - Constructor for class adams.flow.control.ConditionalTee
Initializes the actor with the specified condition.
ConditionalTee(String) - Constructor for class adams.flow.control.ConditionalTee
Initializes the actor with the specified name.
ConditionalTee(String, BooleanCondition) - Constructor for class adams.flow.control.ConditionalTee
Initializes the actor with the specified name/condition.
ConditionalTrigger - Class in adams.flow.control
Executes the tee-actor whenever a token gets passed through.
ConditionalTrigger() - Constructor for class adams.flow.control.ConditionalTrigger
Default constructor.
ConditionalTrigger(BooleanCondition) - Constructor for class adams.flow.control.ConditionalTrigger
Initializes the actor with the specified condition.
ConditionalTrigger(String) - Constructor for class adams.flow.control.ConditionalTrigger
Initializes the actor with the specified name.
ConditionalTrigger(String, BooleanCondition) - Constructor for class adams.flow.control.ConditionalTrigger
Initializes the actor with the specified name/condition.
Conditions - Class in adams.db
Helper class for retrieving default conditions setups.
ConditionsDefinition - Class in adams.env
Definition for the Conditions props file.
ConditionsDefinition() - Constructor for class adams.env.ConditionsDefinition
 
conditionsTipText() - Method in class adams.flow.condition.bool.AbstractMultiCondition
Returns the tip text for this property.
conditionsTipText() - Method in class adams.flow.condition.bool.And
Returns the tip text for this property.
conditionsTipText() - Method in class adams.flow.condition.bool.Or
Returns the tip text for this property.
conditionsTipText() - Method in class adams.flow.control.Switch
Returns the tip text for this property.
conditionsTipText() - Method in class adams.flow.source.AbstractConditionalIdSupplier
Returns the tip text for this property.
conditionsTipText() - Method in interface adams.flow.source.ConditionalIdSupplier
Returns the tip text for this property.
conditionsTipText() - Method in class adams.flow.source.SwitchedSource
Returns the tip text for this property.
conditionTipText() - Method in class adams.data.outlier.TimeseriesTimestampCheck
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.condition.bool.Not
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.Block
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.Breakpoint
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.ConditionalSequence
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.ConditionalSubProcess
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.ConditionalTee
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.ConditionalTrigger
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.Count
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.IfThenElse
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.RaiseError
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.control.WhileLoop
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.execution.debug.ClassBreakpoint
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.execution.debug.PathBreakpoint
Returns the tip text for this property.
conditionTipText() - Method in class adams.flow.standalone.ConditionalStandalones
Returns the tip text for this property.
CONFERENCE - adams.core.TechnicalInformation.Type
The same as inproceedings.
confidenceLevelTipText() - Method in class adams.data.weka.evaluator.IntervalEstimatorBased
Returns the tip text for this property.
confidenceLevelTipText() - Method in class adams.flow.source.wekaforecastersetup.WekaForecasterGenerator
Returns the tip text for this property.
config(String) - Method in class adams.core.logging.Logger
Logs a Level.CONFIG message.
CONFIG - adams.core.logging.LoggingLevel
configuration messages and above.
configFileTipText() - Method in class adams.flow.standalone.TesseractConfiguration
Returns the tip text for this property.
ConfigurableEnumeration<T extends ConfigurableEnumeration.AbstractItem> - Class in adams.core
A more flexible way for enumerations.
ConfigurableEnumeration() - Constructor for class adams.core.ConfigurableEnumeration
Initializes the enumeration.
ConfigurableEnumeration.AbstractItem<E extends ConfigurableEnumeration> - Class in adams.core
Represents a single item of an enumeration.
ConfigurableEnumerationItemEditor - Class in adams.gui.goe
A PropertyEditor that displays Item objects used by ConfigurableEnumeration.
ConfigurableEnumerationItemEditor() - Constructor for class adams.gui.goe.ConfigurableEnumerationItemEditor
 
ConfigurableEnumerationItemParsing - Class in adams.core.option.parsing
For parsing ConfigurableEnumerationItem options.
ConfigurableEnumerationItemParsing() - Constructor for class adams.core.option.parsing.ConfigurableEnumerationItemParsing
 
configurationTipText() - Method in class adams.gui.tools.previewbrowser.FromFileHandler
Returns the tip text for this property.
configure() - Method in class adams.core.shutdown.AbstractShutdownHook
Configures the runnable that gets executed when shutting down.
configure() - Method in class adams.core.shutdown.MultiHook
Configures the runnable that gets executed when shutting down.
configure() - Method in class adams.core.shutdown.Null
Configures the runnable that gets executed when shutting down.
configure() - Method in class adams.core.shutdown.PID
Configures the runnable that gets executed when shutting down.
configure() - Method in class adams.core.shutdown.StopFlows
Configures the runnable that gets executed when shutting down.
configure() - Method in class adams.core.shutdownbuiltin.AbstractBuiltInShutdownHook
Configures the runnable that gets executed when shutting down.
configure() - Method in class adams.core.shutdownbuiltin.SetShutdownFlag
Configures the runnable that gets executed when shutting down.
configure() - Method in class adams.core.shutdownbuiltin.StopBackgroundScriptingEngines
Configures the runnable that gets executed when shutting down.
configure(PlotPanel, Axis) - Method in class adams.gui.visualization.core.AxisPanelOptions
Applies the options to the specified axis.
configure(PlotPanel, Axis) - Method in interface adams.gui.visualization.core.PlotPanelAxisOptions
Applies the options to the specified axis.
configure(PlotPanel, Axis) - Method in class adams.gui.visualization.timeseries.DefaultTimeseriesXAxisPanelOptions
Applies the options to the specified axis.
configure(Class) - Method in class adams.core.NewInstance
Configures constructor and default values.
configure(Object, BaseString[], MessageCollection) - Static method in class adams.flow.core.PropertiesUpdaterHelper
Configures the property containers for an object.
configure(String[], Launcher) - Static method in class adams.core.management.Launcher
Configures the launcher.
configureAntiAliasing(Graphics, boolean) - Static method in class adams.gui.core.GUIHelper
Enables/disables anti-aliasing in the Graphics context.
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.AbstractProbabilityPaintlet
Sets the axes to the correct type for the distribution.
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Exponential
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Gamma
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Logistic
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Loglogistic
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Lognormal
 
configureAxes() - Method in class adams.gui.visualization.stats.paintlet.Normal
 
configureCurrentConverter(int) - Method in class adams.gui.print.JComponentWriterFileChooser
configures the current converter.
configureCurrentHandlerHook(int) - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
configures the current converter.
configureCurrentHandlerHook(int) - Method in class adams.gui.chooser.AbstractDataContainerFileChooser
configures the current converter.
configureCurrentHandlerHook(int) - Method in class adams.gui.chooser.AbstractExtensionFileFilterFileChooser
Configures the current handler.
configureCurrentHandlerHook(int) - Method in class adams.gui.chooser.AbstractReportFileChooser
configures the current converter.
configureCurrentHandlerHook(int) - Method in class adams.gui.chooser.EmailFileChooser
configures the current converter.
configureEngine(int) - Method in class adams.console.Logging
Returns new instance of a configured scripting engine.
configureEngine(ResponseHandler) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteFlowTab
Returns new instance of a configured scripting engine.
configureEngine(ResponseHandler, int) - Method in class adams.gui.tools.remotecontrolcenter.panels.AbstractRemoteControlCenterTab
Returns new instance of a configured scripting engine.
configureFileChooser(File) - Method in class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
Configures the filechooser for selecting the report.
configureFilter(TreePath, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.TreeOperations
Configures a filter for the ClassTree.
configureGenerator(SpreadSheet) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Configures the plot generator.
configureLogger() - Method in class adams.core.command.stderr.Log
Initializes the logger.
configureLogger() - Method in class adams.core.command.stdout.Log
Initializes the logger.
configureLogger() - Method in class adams.core.logging.LoggingObject
Initializes the logger.
configureLogger() - Method in class adams.db.AbstractDatabaseConnection
Initializes the logger.
configureLogger() - Method in class adams.flow.control.AbstractDirector
Initializes the logger.
configureLogger() - Method in class adams.flow.core.AbstractActor
Initializes the logger.
configureLogger() - Method in class adams.gui.core.AbstractBaseTableModel
Initializes the logger.
configureLogger() - Method in class adams.tools.ZipPassword.BruteForceJob
Initializes the logger.
configureModel(ContainerModel<M, C>) - Method in class adams.gui.visualization.container.AbstractContainerList
Configures the model.
ConfigureOptionHandler - Class in adams.gui.menu
For configuring any OptionHandler.
ConfigureOptionHandler() - Constructor for class adams.gui.menu.ConfigureOptionHandler
Initializes the menu item with no owner.
ConfigureOptionHandler(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ConfigureOptionHandler
Initializes the menu item.
ConfigureOptionHandlerPanel - Class in adams.gui.tools
Allows configuring any class implementing OptionHandler.
ConfigureOptionHandlerPanel() - Constructor for class adams.gui.tools.ConfigureOptionHandlerPanel
 
configureOutput(AbstractOutputGenerator) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and returns it if accepted.
configureOutput(AbstractOutputGenerator) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and returns it if accepted.
configureOutput(AbstractOutputGenerator) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and returns it if accepted.
configureOutput(AbstractOutputGenerator) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and returns it if accepted.
configureOutput(AbstractOutputGenerator) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Prompts the user with a GOE for configuring the output generator and returns it if accepted.
configureOverlay() - Method in class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
Lets the user configure the overlay.
configureRowFinder(int, Classifier, Instances) - Method in class adams.gui.tools.wekamultiexperimenter.experiment.AbstractExperiment
Configures the row finder that determines whether the classifier/dataset combination is still required.
configureSequencePlotter(SpreadSheet, SequencePlotter) - Method in class adams.gui.tools.spreadsheetviewer.chart.AbstractXYChartGenerator
Configures the sequence plotter.
configureStrictHostKeyChecking(Session, boolean) - Static method in class adams.core.net.JSchUtils
Configures the session for strict host key checks.
configureSuggestionContext(TreePath[]) - Method in class adams.gui.flow.tree.TreeOperations
Returns the context for making external actor suggestions.
configureSuggestionContext(TreePath, TreeOperations.InsertPosition) - Method in class adams.gui.flow.tree.TreeOperations
Returns the context for making actor suggestions.
configureUI(Tree) - Static method in class adams.gui.flow.FlowPanel
Configures the UI of the tree with parameters from the properties.
configureX11(Session, String, int) - Static method in class adams.core.net.JSchUtils
Configures the session for X11.
ConfirmationDialog - Class in adams.flow.transformer
Pops up a confirmation dialog, prompting the user to select 'yes', 'no' or 'cancel'.
If no custom tokens are used, the current token is only forwarded when the user selects 'yes'.
ConfirmationDialog() - Constructor for class adams.flow.transformer.ConfirmationDialog
 
ConfusionMatrix - Class in adams.data.imagesegmentation.operation
Evaluates a prediction (first container) against the annotation (second container) and outputs a spreadsheet with the confusion matrix.
ConfusionMatrix - Class in adams.flow.transformer
Generates a confusion matrix from the specified actual and predicted columns containing class labels.
Can take a probability column (of prediction) into account for generating weighted counts.
ConfusionMatrix - Class in adams.flow.transformer.pdfproclet
Adds CSV files (or any spreadsheet files that is supported) as table.
ConfusionMatrix - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output
Displays the confusion matrix.
ConfusionMatrix() - Constructor for class adams.data.imagesegmentation.operation.ConfusionMatrix
 
ConfusionMatrix() - Constructor for class adams.flow.transformer.ConfusionMatrix
 
ConfusionMatrix() - Constructor for class adams.flow.transformer.pdfproclet.ConfusionMatrix
 
ConfusionMatrix() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.ConfusionMatrix
 
ConfusionMatrix.MatrixValues - Enum in adams.data.imagesegmentation.operation
Defines what values to show.
ConfusionMatrix.MatrixValues - Enum in adams.flow.transformer
Defines what values to show.
ConfusionMatrixCellRenderingCustomizer - Class in adams.gui.core.spreadsheettable
Uses the specified color to highlight the cells on the diagonal.
ConfusionMatrixCellRenderingCustomizer() - Constructor for class adams.gui.core.spreadsheettable.ConfusionMatrixCellRenderingCustomizer
 
ConfusionMatrixColorGenerator - Class in adams.gui.visualization.core
Generates gradient colors between two colors, with default values suitable for a confusion matrix.
ConfusionMatrixColorGenerator() - Constructor for class adams.gui.visualization.core.ConfusionMatrixColorGenerator
 
ConfusionMatrixHandler - Class in adams.gui.tools.previewbrowser
For displaying a confusion matrix.
ConfusionMatrixHandler() - Constructor for class adams.gui.tools.previewbrowser.ConfusionMatrixHandler
 
confusionMatrixTipText() - Method in class adams.flow.transformer.WekaEvaluationSummary
Returns the tip text for this property.
confusionMatrixTipText() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.TextStatistics
Returns the tip text for this property.
connect() - Method in class adams.db.AbstractDatabaseConnection
Try to make a connection to the database, with the url,username and password.
connect() - Method in class adams.flow.standalone.FTPConnection
Starts up a FTP session.
connect() - Method in class adams.flow.standalone.PyroNameServer
Connects to the nameserver.
connect() - Method in class adams.scripting.connection.FTPConnection
Starts up a FTP session.
connect(ConnectionParameters) - Method in class adams.gui.core.SqlConnectionPanel
Connects using the parameters.
connect(ConnectionParameters) - Method in class adams.gui.goe.JdbcUrlEditor
Connects using the parameters.
Connect - Class in adams.gui.scripting
Action parameters:
Connect() - Constructor for class adams.gui.scripting.Connect
 
CONNECT - adams.data.container.DataContainerUtils.GapFilling
adds data points with abundances that are on a straight line connecting the borders of the gap.
CONNECT - adams.event.DatabaseConnectionChangeEvent.EventType
a connect happened.
CONNECT - adams.flow.standalone.PyroNameServer.Mode
 
Connection - Interface in adams.scripting.connection
Interface for class that handle connections for remote commands.
CONNECTION - adams.db.MetaDataType
 
CONNECTION_PASSWORD - Static variable in class adams.gui.wizard.AbstractDatabaseConnectionPage
key for connection password.
CONNECTION_URL - Static variable in class adams.gui.wizard.AbstractDatabaseConnectionPage
key for connection URL.
CONNECTION_USER - Static variable in class adams.gui.wizard.AbstractDatabaseConnectionPage
key for connection user.
ConnectionHandler - Interface in adams.flow.core
For actors that handle "sub-actors" that are connected.
ConnectionParameters - Class in adams.db
Container class for connection information.
ConnectionParameters() - Constructor for class adams.db.ConnectionParameters
Initializes the container.
connectionParametersToFields(ConnectionParameters) - Method in class adams.gui.dialog.AbstractDatabaseConnectionPanel
Updates the fields with the parameters.
connectionsTipText() - Method in class adams.scripting.connection.AbstractMultiConnection
Returns the tip text for this property.
connectionsTipText() - Method in class adams.scripting.connection.LoadBalancer
Returns the tip text for this property.
connectionsTipText() - Method in class adams.scripting.connection.Multicast
Returns the tip text for this property.
connectionsToProperties(List<ConnectionParameters>) - Method in class adams.db.AbstractDatabaseConnection
Replaces the current connections with the provided ones and updates the .props file.
connectionTipText() - Method in class adams.flow.control.RemoteExecutionTrigger
Returns the tip text for this property.
connectionTipText() - Method in interface adams.flow.core.RemoteExecutionHandler
Returns the tip text for this property.
connectionTipText() - Method in class adams.flow.sink.SendRemoteCommand
Returns the tip text for this property.
connectionTipText() - Method in class adams.scripting.CommandRunner
Returns the tip text for this property.
connectionTipText() - Method in class adams.scripting.connection.AbstractConnectionEnhancer
Returns the tip text for this property.
connectLinesTipText() - Method in class adams.flow.transformer.BoofCVDetectLineSegments
Returns the tip text for this property.
connectOnStartUpTipText() - Method in class adams.db.AbstractDatabaseConnection
Returns the tip text for this property.
connectRuleTipText() - Method in class adams.data.boofcv.transformer.BinaryContours
Returns the tip text for this property.
connectRuleTipText() - Method in class adams.data.boofcv.transformer.CannyEdgeDetection
Returns the tip text for this property.
connectRuleTipText() - Method in class adams.flow.transformer.locateobjects.BinaryContours
Returns the tip text for this property.
connectRuleTipText() - Method in class adams.flow.transformer.locateobjects.CannyBinary
Returns the tip text for this property.
ConnectToDatabases - Class in adams.gui.menu
Connects to the database.
ConnectToDatabases() - Constructor for class adams.gui.menu.ConnectToDatabases
Initializes the menu item with no owner.
ConnectToDatabases(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ConnectToDatabases
Initializes the menu item.
consensus(Instance) - Method in class weka.classifiers.meta.Consensus
Checks whether there is consensus between the classifiers.
Consensus - Class in weka.classifiers.meta
Outputs predictions only if the ensemble agrees.
Consensus() - Constructor for class weka.classifiers.meta.Consensus
 
ConsensusOrVote - Class in weka.classifiers.meta
If the required minimum number of classifiers of the ensemble agree on a label, then this label is predicted.
ConsensusOrVote() - Constructor for class weka.classifiers.meta.ConsensusOrVote
 
Console - Class in adams.flow.sink
Non-graphical actor that outputs any object that arrives at its input port via the 'toString()' method on stdout.
Console - Class in adams.flow.sink.sendnotification
Outputs the message in the console (with optional prefix).
Console - Interface in adams.core.io.console
Interface for classes that allow the user to interact in the terminal.
Console() - Constructor for class adams.flow.sink.Console
 
Console() - Constructor for class adams.flow.sink.sendnotification.Console
 
ConsoleEntryFilter() - Constructor for class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Initializes a MATCH-ALL filter.
ConsoleEntryFilter(BaseRegExp, String, String, BaseRegExp) - Constructor for class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleEntryFilter
Initializes the filter, use null to turn off filtering.
ConsoleHelper - Class in adams.core.io
Helper for input in a terminal.
ConsoleHelper() - Constructor for class adams.core.io.ConsoleHelper
 
ConsoleLoggingObject - Class in adams.core.logging
A basic object with logging support in the console.
ConsoleLoggingObject() - Constructor for class adams.core.logging.ConsoleLoggingObject
Initializes the object.
ConsoleOutput - Class in adams.doc.listing
Outputs the listings in simple plain text in the console.
ConsoleOutput - Class in adams.flow.sink.simplelogging.output
Just outputs the message via stdout.
ConsoleOutput() - Constructor for class adams.doc.listing.ConsoleOutput
 
ConsoleOutput() - Constructor for class adams.flow.sink.simplelogging.output.ConsoleOutput
 
ConsoleOutput(File, String) - Constructor for class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Loads the console output from the given file.
ConsoleOutput(String) - Constructor for class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Uses the content, provided as single string.
ConsoleOutput(ArrayList<ConsoleOutputAnalyzerPanel.ConsoleOutputEntry>) - Constructor for class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Initializes the object with the given content.
ConsoleOutput(List<String>) - Constructor for class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutput
Initializes the object with the given content.
ConsoleOutputAnalyzer - Class in adams.gui.menu
Opens the Console output analyzer.
ConsoleOutputAnalyzer() - Constructor for class adams.gui.menu.ConsoleOutputAnalyzer
Initializes the menu item with no owner.
ConsoleOutputAnalyzer(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ConsoleOutputAnalyzer
Initializes the menu item.
ConsoleOutputAnalyzerPanel - Class in adams.gui.tools
Frontend for analyzing the ConsoleWindow's output.
ConsoleOutputAnalyzerPanel() - Constructor for class adams.gui.tools.ConsoleOutputAnalyzerPanel
 
ConsoleOutputAnalyzerPanel.ConsoleEntryFilter - Class in adams.gui.tools
For filtering the console output.
ConsoleOutputAnalyzerPanel.ConsoleOutput - Class in adams.gui.tools
Class for encapsulating a complete console output.
ConsoleOutputAnalyzerPanel.ConsoleOutputEntry - Class in adams.gui.tools
Represents a single line from the console output.
ConsoleOutputEntry(int, String) - Constructor for class adams.gui.tools.ConsoleOutputAnalyzerPanel.ConsoleOutputEntry
Initializes the entry with the given line from the console output.
ConsoleOutputHandler - Class in adams.gui.tools.previewbrowser
Displays the following plain text file types: txt,log

Valid options are:

ConsoleOutputHandler() - Constructor for class adams.gui.tools.previewbrowser.ConsoleOutputHandler
 
ConsolePanel - Class in adams.gui.core
Global panel for capturing output via PrintObject instances.
ConsolePanel() - Constructor for class adams.gui.core.ConsolePanel
Initializes the panel.
ConsolePanel.ConsolePanelOutputStream - Class in adams.gui.core
For letting PrintStream objects print to the ConsolePanel.
ConsolePanel.OutputPanel - Class in adams.gui.core
Represents a single panel for a specific type of output.
ConsolePanel.PanelType - Enum in adams.gui.core
The type of panel.
ConsolePanelEvent - Class in adams.gui.event
Event that gets sent when the ConsolePanel receives new data.
ConsolePanelEvent(Object, LoggingLevel, String) - Constructor for class adams.gui.event.ConsolePanelEvent
Initializes the object.
ConsolePanelExceptionHandler - Class in adams.core.exception
Forwards the error to the ConsolePanel.
ConsolePanelExceptionHandler() - Constructor for class adams.core.exception.ConsolePanelExceptionHandler
 
ConsolePanelHandler - Class in adams.core.logging
Specialized logger for outputting the logging in the ConsolePanel.
ConsolePanelHandler() - Constructor for class adams.core.logging.ConsolePanelHandler
 
ConsolePanelListener - Interface in adams.gui.event
For classes that listen to ConsolePanel events .
consolePanelMessageReceived(ConsolePanelEvent) - Method in class adams.flow.standalone.ConsoleWindow
Gets called when the ConsolePanel receives a message.
consolePanelMessageReceived(ConsolePanelEvent) - Method in interface adams.gui.event.ConsolePanelListener
Gets called when the ConsolePanel receives a message.
ConsolePanelOutputStream(LoggingLevel) - Constructor for class adams.gui.core.ConsolePanel.ConsolePanelOutputStream
Initializes the output stream.
ConsoleWindow - Class in adams.flow.standalone
Displays the messages that are output in the system's 'Console window'.
ConsoleWindow - Class in adams.gui.menu
Shows the global console window.
ConsoleWindow() - Constructor for class adams.flow.standalone.ConsoleWindow
 
ConsoleWindow() - Constructor for class adams.gui.menu.ConsoleWindow
Initializes the menu item with no owner.
ConsoleWindow(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ConsoleWindow
Initializes the menu item.
Constant - Class in adams.data.weka.columnfinder
Column finder that finds a constant set of columns.
Constant - Class in adams.data.weka.rowfinder
Row finder that finds a constant set of rows.
Constant() - Constructor for class adams.data.weka.columnfinder.Constant
 
Constant() - Constructor for class adams.data.weka.rowfinder.Constant
 
Constants - Class in adams.core
Contains some commonly used constants.
Constants() - Constructor for class adams.core.Constants
 
constantTipText() - Method in class adams.data.spreadsheet.rowscore.DistanceFromConstant
Returns the tip text for this property.
constructEnsemble() - Method in class weka.classifiers.meta.VotedImbalance
Constructs the ensemble.
constructEnsemble(Instance) - Method in class weka.classifiers.meta.SubsetEnsemble
Constructs the ensemble.
consume() - Method in class adams.core.option.AbstractOptionConsumer
Consumes the current input.
consume() - Method in interface adams.core.option.OptionConsumer
Consumes the current input.
consume(OptionHandler, C) - Method in class adams.core.option.AbstractOptionConsumer
Consumes the provided input and updates the provided option handler.
consume(OptionHandler, C) - Method in interface adams.core.option.OptionConsumer
Consumes the provided input and updates the provided option handler.
consume(Class<? extends OptionConsumer>, Object) - Static method in class adams.core.option.AbstractOptionConsumer
Uses the specified consumer to process the given object and return the option handler.
Container - Interface in adams.flow.container
Interface for containers.
containerClassTipText() - Method in class adams.flow.source.MakeContainer
Returns the tip text for this property.
ContainerComparator(Comparator) - Constructor for class adams.flow.transformer.SpreadSheetSortColumns.ContainerComparator
Initializes the comparator wrapper.
ContainerDisplay - Class in adams.flow.sink
Actor for displaying a spreadsheet.
ContainerDisplay() - Constructor for class adams.flow.sink.ContainerDisplay
 
ContainerHitDetector<H,​P,​C extends AbstractContainer> - Interface in adams.gui.visualization.core.plot
Interface for hit detectors that support detecting the affected containers.
containerIDRegExpTipText() - Method in class adams.gui.visualization.core.AbstractStrokePaintletWithContainerIDMatching
Returns the tip text for this property.
ContainerListManager<M extends AbstractContainerManager> - Interface in adams.gui.visualization.container
Interface for panels that manage container lists.
ContainerListPopupMenuSupplier<M extends AbstractContainerManager,​C extends AbstractContainer> - Interface in adams.gui.visualization.container
Interface for components that can supply a popup menu for the container list.
ContainerModel<M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container
A model for displaying the currently loaded containers.
ContainerModel() - Constructor for class adams.gui.visualization.container.ContainerModel
Initializes the model.
ContainerModel(ContainerListManager<M>) - Constructor for class adams.gui.visualization.container.ContainerModel
Initializes the model.
ContainerModel(M) - Constructor for class adams.gui.visualization.container.ContainerModel
Initializes the model.
ContainerNesting - Class in adams.gui.menu
Displays the ContainerNesting dialog.
ContainerNesting - Class in adams.gui.tools
Generates a tree structure from a Swing container.
ContainerNesting() - Constructor for class adams.gui.menu.ContainerNesting
Initializes the menu item with no owner.
ContainerNesting() - Constructor for class adams.gui.tools.ContainerNesting
 
ContainerNesting(AbstractApplicationFrame) - Constructor for class adams.gui.menu.ContainerNesting
Initializes the menu item.
containers(MouseEvent) - Method in interface adams.gui.visualization.core.plot.ContainerHitDetector
Detects hits and associates them with the containers.
containers(MouseEvent) - Method in class adams.gui.visualization.sequence.AbstractXYSequencePointHitDetector
Detects hits and associates them with the containers.
ContainerSettings() - Constructor for class adams.gui.visualization.segmentation.SegmentationPanel.ContainerSettings
 
containersInViewport(DataContainerPanelWithContainerList<Instance, InstanceContainerManager, InstanceContainer>) - Method in class adams.gui.visualization.instance.plotpopup.Viewport
Locates the visible instances that are on display in the current viewport.
containersInViewport(DataContainerPanelWithContainerList<SpreadSheetRow, SpreadSheetRowContainerManager, SpreadSheetRowContainer>) - Method in class adams.gui.visualization.spreadsheet.plotpopup.Viewport
Locates the visible rows that are on display in the current viewport.
ContainerTable<M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container
A table for displaying the currently loaded containers.
ContainerTable() - Constructor for class adams.gui.visualization.container.ContainerTable
Initializes the table with an empty model.
ContainerTable(ContainerModel<M, C>) - Constructor for class adams.gui.visualization.container.ContainerTable
Initializes the table with the given model.
ContainerTableCellRenderer<M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container
The cell renderer for displaying the containers.
ContainerTableCellRenderer() - Constructor for class adams.gui.visualization.container.ContainerTableCellRenderer
 
containerToSheet(AbstractContainer, MessageCollection) - Method in class adams.gui.visualization.debug.objectrenderer.FlowContainerRenderer
Converts the container into a spreadsheet.
ContainerToSpreadSheet - Class in adams.data.conversion
Converts any container into a SpreadSheet object.
ContainerToSpreadSheet() - Constructor for class adams.data.conversion.ContainerToSpreadSheet
 
ContainerToStorage - Class in adams.flow.transformer
Extracts the specified values from the container passing through and makes them available as storage items.
ContainerToStorage() - Constructor for class adams.flow.transformer.ContainerToStorage
 
ContainerToVariables - Class in adams.flow.transformer
Extracts the specified values from the container passing through and makes them available as variables.
ContainerToVariables() - Constructor for class adams.flow.transformer.ContainerToVariables
 
containerValueNameTipText() - Method in class adams.flow.control.UpdateContainerValue
Returns the tip text for this property.
ContainerValuePicker - Class in adams.flow.control
Picks a named value from any container object and tees it off.
With the 'switch-outputs' option it is possible to forward the named value and teeing off the container instead.
If 'ignore missing' is turned off, any value that cannot be found will generate an error logging message and, in case of switched outputs, an actual error.
ContainerValuePicker() - Constructor for class adams.flow.control.ContainerValuePicker
 
containerValueTipText() - Method in class adams.flow.control.PlotContainerUpdater
Returns the tip text for this property.
containerValueTipText() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the tip text for this property.
ContainerWithComponent<C extends Component> - Interface in adams.gui.visualization.container
Interface for Containers that also store a Swing component associated with the payload.
ContainerWithReport - Interface in adams.flow.container
Interface for containers that support storing of Report objects.
contains(ActorHandler, Actor) - Method in class adams.flow.core.CallableNamesRecorder
Checks whether the name of the actor is already in use.
contains(PrintStream) - Method in class adams.core.io.Tee
checks whether the given PrintStream is already in the list.
contains(Object) - Method in class adams.core.Trie
Returns true if this collection contains the specified element.
contains(Object) - Method in class adams.core.WrapperHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class adams.data.container.AbstractDataContainer
Checks whether the given point is already stored.
contains(Object) - Method in class adams.data.SortedList
Checks whether the object is present.
contains(Object) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Checks whether the object is stored among the nodes.
contains(Object) - Method in class adams.multiprocess.JobList
Returns true if this collection contains the specified element.
contains(String) - Method in class adams.core.Trie.TrieNode
checks whether a suffix can be found in its children
contains(K) - Method in class adams.core.LRUCache
Checks whether a given key is already stored in the cache.
contains(T) - Method in class adams.gui.visualization.container.AbstractContainerManager
Checks whether the container is already in the list.
CONTAINS - Static variable in interface adams.parser.booleanexpression.sym
 
CONTAINS - Static variable in interface adams.parser.lookupupdate.sym
 
CONTAINS - Static variable in interface adams.parser.mathematicalexpression.sym
 
CONTAINS - Static variable in interface adams.parser.spreadsheetformula.sym
 
CONTAINS - Static variable in interface adams.parser.stringexpression.sym
 
containsAll(Collection) - Method in class adams.data.container.AbstractDataContainer
Checks whether all the given points are already stored.
containsAll(Collection<?>) - Method in class adams.core.Trie
Returns true if this collection contains all of the elements in the specified collection.
containsAll(Collection<?>) - Method in class adams.data.SortedList
Checks whether all items of the collected are contained in the list.
containsAll(Collection<?>) - Method in class adams.gui.core.DragAndDropTreeNodeCollection
Checks whether all the elements of the specified collection are available in this one.
containsAll(Collection<?>) - Method in class adams.multiprocess.JobList
Returns true if this collection contains all of the elements in the specified collection.
containsPrefix(String) - Method in class adams.core.Trie
checks whether the given prefix is stored in the trie
containsWindow(Class) - Method in class adams.gui.application.AbstractApplicationFrame
checks, whether an instance of the given window class is already in the Window list.
containsWindow(String) - Method in class adams.gui.application.AbstractApplicationFrame
checks, whether a window with the given title is already in the Window list.
contentAdded() - Method in class adams.flow.transformer.pdfproclet.DocumentState
Stores that content was added.
ContentHandler - Interface in adams.gui.tools.previewbrowser
Interface for content handlers.
ContentHandlerFavorite(String, String, ContentHandler) - Constructor for class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Initializes the favorite.
ContentHandlerFavorite(String, String, String) - Constructor for class adams.gui.tools.previewbrowser.ContentHandlerFavorites.ContentHandlerFavorite
Initializes the favorite.
ContentHandlerFavorites - Class in adams.gui.tools.previewbrowser
Manages the favorites.
ContentHandlerFavorites() - Constructor for class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Initializes the favorites with immediate saving enabled.
ContentHandlerFavorites(boolean) - Constructor for class adams.gui.tools.previewbrowser.ContentHandlerFavorites
Initializes the favorites.
ContentHandlerFavorites.ContentHandlerFavorite - Class in adams.gui.tools.previewbrowser
Encapsulates a single favorite.
contentNameTipText() - Method in class adams.flow.sink.TextWriter
Returns the tip text for this property.
ContentPanel - Class in adams.gui.visualization.core.plot
A specialized panel that can notify listeners of paint updates.
ContentPanel(PlotPanel) - Constructor for class adams.gui.visualization.core.plot.ContentPanel
Initializes the panel.
CONTENTS - adams.core.TechnicalInformation.Field
A Table of Contents.
contentTypesTipText() - Method in class adams.data.spreadsheet.columnfinder.ByContentType
Returns the tip text for this property.
contentTypeTipText() - Method in class adams.data.spreadsheet.rowfinder.ByContentType
Returns the tip text for this property.
contentTypeToCapability(Cell.ContentType, boolean) - Static method in class adams.ml.capabilities.CapabilitiesHelper
Turns the content type of a cell into the corresponding capability.
contentTypeToSqlCreateType(Cell.ContentType, String) - Method in class adams.data.spreadsheet.sql.AbstractTypeMapper
Returns the column type used for create table statements.
contentTypeToSqlCreateType(Cell.ContentType, String) - Method in class adams.data.spreadsheet.sql.DefaultTypeMapper
Returns the column type used for create table statements.
contentTypeToSqlCreateType(Cell.ContentType, String) - Method in class adams.data.spreadsheet.sql.MSSQLServerTypeMapper
Returns the column type used for create table statements.
contentTypeToSqlType(Cell.ContentType) - Method in class adams.data.spreadsheet.sql.AbstractTypeMapper
Returns the SQL type corresponding to the cell content type.
contentTypeToSqlType(Cell.ContentType) - Method in class adams.data.spreadsheet.sql.DefaultTypeMapper
Returns the SQL type corresponding to the cell content type.
Context() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context
 
contimeoutTipText() - Method in class adams.flow.source.RSync
 
continueFlowExecution() - Method in class adams.flow.execution.debug.ControlPanel
Continues the flow execution.
ContoursHelper - Class in adams.data.opencv
Helper methods around object contours.
ContoursHelper() - Constructor for class adams.data.opencv.ContoursHelper
 
contoursToPolygons(MatVector) - Static method in class adams.data.opencv.ContoursHelper
Turns the contours into polygons.
contoursToPolygons(MatVector, int, int) - Static method in class adams.data.opencv.ContoursHelper
Turns the contours into polygons that fit the min/max restrictions.
contourToCoordinates(Mat) - Static method in class adams.data.opencv.ContoursHelper
Turns the contour matrix into x/y int arrays of coordinates.
ControlActor - Interface in adams.flow.core
Indicator interface for control actors.
ControlChart - Class in adams.flow.transformer
Applies a control chart algorithm to the data.
ControlChart - Class in adams.gui.tools.spreadsheetviewer.chart
Generates the specified control chart from the data.
ControlChart - Interface in adams.data.spc
Interface for all control charts.
ControlChart() - Constructor for class adams.flow.transformer.ControlChart
 
ControlChart() - Constructor for class adams.gui.tools.spreadsheetviewer.chart.ControlChart
 
ControlChartContainer - Class in adams.flow.container
Container to store control chart data.
ControlChartContainer() - Constructor for class adams.flow.container.ControlChartContainer
Initializes the container with dummy values.
ControlChartContainer(ControlChart, String, Object, Object, Limits[]) - Constructor for class adams.flow.container.ControlChartContainer
Initializes the container.
ControlChartPlot - Class in adams.flow.sink
Actor for generating control chart plots.
The plot needs to be initialized with a class adams.flow.container.ControlChartContainer.
ControlChartPlot() - Constructor for class adams.flow.sink.ControlChartPlot
 
ControlChartWithSampleSize - Interface in adams.data.spc
Interface for all control charts with sample sizes.
ControlPanel - Class in adams.flow.execution.debug
A little dialog for controlling the breakpoint.
ControlPanel() - Constructor for class adams.flow.execution.debug.ControlPanel
 
ControlPanel(MissionControl) - Constructor for class adams.flow.control.MissionControl.ControlPanel
Initializes the panel.
Conversion - Class in adams.core.option
Helper class that converts classnames from options on the fly into the most up-to-date format.
Conversion - Interface in adams.data.conversion
Interface for conversion schemes.
Conversion() - Constructor for class adams.core.option.Conversion
Initializes the conversions.
ConversionDefinition - Class in adams.env
Definition for the Conversion props file.
ConversionDefinition() - Constructor for class adams.env.ConversionDefinition
 
ConversionFromString - Interface in adams.data.conversion
Indicator interface for conversion schemes that turn strings into other objects.
conversionTipText() - Method in class adams.data.opencv.transformer.ConvertType
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.condition.bool.HashSet
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.control.Injector
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.processor.SwapObjects
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.sink.Exec
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.CombineStorage
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.CombineVariables
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.Exec
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.HashSet
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.NewImage
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.StorageValue
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.StorageValuesArray
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.StringConstants
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.Variable
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.source.VariablesArray
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.standalone.HashSetInit
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.AbstractGetReportValue
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.ArrayToVariables
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.Convert
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.HashSetAdd
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.HashSetInit
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.SetJsonValue
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.SetMapValue
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.SetPlotContainerValue
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.SpreadSheetConvertCells
Returns the tip text for this property.
conversionTipText() - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Returns the tip text for this property.
conversionTipText() - Method in class weka.core.converters.SpreadSheetLoader
The tip text for this property.
ConversionToString - Interface in adams.data.conversion
Indicator interface for conversion schemes that convert objects to strings.
ConversionWithInitialization - Interface in adams.data.conversion
For conversions that require an initialization first.
convert() - Method in class adams.data.conversion.AbstractConversion
Performs the conversion.
convert() - Method in interface adams.data.conversion.Conversion
Performs the conversion.
convert() - Method in class adams.gui.tools.AbstractSimpleConversionPanel
Performs the conversion.
convert() - Method in class adams.gui.tools.OptionsConversionPanel
Performs the conversion.
convert() - Method in class adams.gui.tools.PrettyPrintJSONConversionPanel
Performs the conversion.
convert() - Method in class adams.gui.tools.PrettyPrintXMLConversionPanel
Performs the conversion.
convert() - Method in class adams.gui.tools.WekaOptionsConversionPanel
Performs the conversion.
convert(byte[]) - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Converts byte arrays.
convert(char[]) - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Converts char arrays.
convert(double) - Method in class adams.data.imagesegmentation.operation.ConfusionMatrix
Converts the number to integer if COUNTS is used.
convert(double[]) - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Converts double arrays.
convert(float[]) - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Converts float arrays.
convert(int[]) - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Converts int arrays.
convert(long[]) - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Converts long arrays.
convert(short[]) - Method in class adams.data.conversion.PrimitiveArrayToObjectArray
Converts short arrays.
convert(Properties) - Static method in class adams.gui.core.PropertiesTableModel
Turns the properties into key-value pairs.
convert(DataPoint) - Method in class adams.data.filter.AbstractLOWESS
Returns the X/Y values of the DataPoint as Point2D.
convert(DataPoint) - Method in class adams.data.filter.TimeseriesLOWESS
Returns the X/Y values of the DataPoint as Point2D.
convert(Report) - Method in class adams.data.io.output.ObjectLocationsSpreadSheetWriter
Converts the report into a spreadsheet.
convert(Report) - Method in class adams.data.io.output.OpexObjectLocationsWriter
Converts the report into OPEX format.
convert(Report) - Method in class adams.data.io.output.YoloAnnotationsReportWriter
Converts the report into yolo format lines.
convert(Cell, Cell) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.ExcelDoubleColumnToDate
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.ExcelDoubleColumnToDateTime
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetAnyColumnToString
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetDoubleColumnToLong
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetDoubleColumnToString
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetLongColumnToDouble
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetObjectColumnToString
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToBoolean
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToDate
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTime
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToDateTimeMsec
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToDouble
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToLong
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToObject
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToTime
Converts the cell's content to a new format.
convert(Cell, Cell) - Method in class adams.data.conversion.SpreadSheetStringColumnToTimeMsec
Converts the cell's content to a new format.
convert(SpreadSheet) - Method in class adams.data.conversion.AbstractSpreadSheetColumnConverter
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.AbstractSpreadSheetConversion
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.ConvertSpreadSheetRows
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.RenameSpreadSheet
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.RenameSpreadSheetColumn
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetAddFormulaColumn
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetAddFormulaRow
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetAddRowID
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetAddSumColumn
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetAddSumRow
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetBinarize
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetJoinColumns
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetMaterializeFormulas
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetSplitColumn
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetUniqueColumnNames
Returns a string describing the object.
convert(SpreadSheet) - Method in class adams.data.conversion.SpreadSheetUseRowAsHeader
Generates the new spreadsheet from the input.
convert(SpreadSheet) - Method in class adams.data.conversion.TransposeSpreadSheet
Performs the actual conversion.
convert(SpreadSheet) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Converts the spreadsheet into report(s).
convert(BufferedImage, int) - Static method in class adams.data.image.BufferedImageHelper
Converts the image, if necessary to the specified type.
convert(File) - Method in class adams.flow.source.SelectDirectory
Converts the file object into a string.
convert(File) - Method in class adams.flow.source.SelectFile
Converts the file object into a string.
convert(File[]) - Method in class adams.flow.source.SelectDirectory
Converts the file objects into a string.
convert(File[], boolean, boolean) - Method in class adams.flow.source.SelectDirectory
Converts the file objects into a string.
convert(File, boolean, boolean) - Method in class adams.flow.source.SelectDirectory
Converts the file object into a string.
convert(Byte[]) - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Converts Byte arrays.
convert(Character[]) - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Converts Character arrays.
convert(Class, String) - Method in class adams.flow.core.AbstractPropertyValueConverter
Converts the variable value into the appropriate object, if possible.
convert(Class, String) - Method in class adams.flow.core.DefaultPropertyValueConverter
Converts the variable value into the appropriate object, if possible.
convert(Class, String) - Method in class adams.flow.core.WekaPropertyValueConverter
Converts the variable value into the appropriate object, if possible.
convert(Double[]) - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Converts Double arrays.
convert(Float[]) - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Converts Float arrays.
convert(Integer[]) - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Converts Integer arrays.
convert(Long[]) - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Converts Long arrays.
convert(Object) - Method in class adams.data.conversion.MapToMat5Struct
Converts the object into an array.
convert(Object) - Static method in class adams.db.DataTypeHelper
Converts the object into the appropriate string.
convert(Short[]) - Method in class adams.data.conversion.ObjectArrayToPrimitiveArray
Converts Short arrays.
convert(String) - Method in class adams.core.base.AbstractBaseString
Converts the string according to the specified conversion.
convert(String) - Method in class adams.core.base.ArrayDimensions
Converts the string according to the specified conversion.
convert(String) - Method in class adams.core.base.BaseAnnotation
Converts the string according to the specified conversion.
convert(String) - Method in class adams.core.base.BaseInterval
Converts the string according to the specified conversion.
convert(String) - Method in class adams.core.base.BaseList
Converts the string according to the specified conversion.
convert(String) - Method in class adams.core.base.BaseRegExp
Converts the string according to the specified conversion.
convert(String) - Method in class adams.core.base.MatrixSubset
Converts the string according to the specified conversion.
convert(String, boolean, boolean) - Static method in class adams.core.management.EnvVar
Generates the actual environment variable name.
convert(Date) - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Converts the date into the appropriate derived type.
convert(Date) - Method in class adams.gui.chooser.DateChooserPanel
Converts the date into the appropriate derived type.
convert(Date) - Method in class adams.gui.chooser.DateTimeChooserPanel
Converts the date into the appropriate derived type.
convert(Date) - Method in class adams.gui.chooser.TimeChooserPanel
Converts the date into the appropriate derived type.
convert(List<String>) - Method in class adams.data.io.input.YoloAnnotationsReportReader
Converts the Yolo lines into a report.
convert(Map) - Method in class adams.data.conversion.MapToMat5Struct
Converts the map into a Matlab struct object.
convert(Map) - Static method in class adams.gui.core.MapTableModel
Turns the hashtable into key-value pairs.
convert(Array) - Method in class adams.data.io.input.Mat5SpreadSheetReader
Converts the array.
Convert - Class in adams.flow.transformer
Converts data from one format into another.
Convert() - Constructor for class adams.flow.transformer.Convert
Default constructor.
Convert(Conversion) - Constructor for class adams.flow.transformer.Convert
Initializes the actor with the specified conversion.
convertCapabilities(Capabilities) - Static method in class adams.ml.data.WekaConverter
Converts Weka capabilities into ADAMS ones.
convertCell(CellLocation, SpreadSheet) - Method in class adams.flow.transformer.SpreadSheetConvertCells
Applies the conversion to the cell.
convertCell(Cell, SpreadSheet) - Method in class adams.flow.transformer.SpreadSheetConvertHeaderCells
Applies the conversion to the cell.
ConvertDateTimeType - Class in adams.data.conversion
Turns instances of the specified input date/time type into instances of the specified output date/time type.
ConvertDateTimeType() - Constructor for class adams.data.conversion.ConvertDateTimeType
 
converterTipText() - Method in class adams.data.conversion.WekaCommandToCode
Returns the tip text for this property.
converterTipText() - Method in class adams.data.featureconverter.AbstractMetaFeatureConverter
Returns the tip text for this property.
converterTipText() - Method in class adams.data.featureconverter.CountValues
Returns the tip text for this property.
converterTipText() - Method in class adams.data.featureconverter.FixedNumFeatures
Returns the tip text for this property.
converterTipText() - Method in class adams.data.image.AbstractImageFeatureGenerator
Returns the tip text for this property.
converterTipText() - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Returns the tip text for this property.
converterTipText() - Method in class adams.data.timeseries.FixedNumFeatures
Returns the tip text for this property.
converterTipText() - Method in class adams.flow.transformer.ConvertFeatures
Returns the tip text for this property.
ConvertFeatures - Class in adams.flow.transformer
Turns the raw features generated by a feature converter (stored in a adams.flow.container.FeatureConverterContainer) into a specific format using the user-defined feature converter.
If an array of containers is received, the get merged first, i.e., placed side-by-side.
ConvertFeatures() - Constructor for class adams.flow.transformer.ConvertFeatures
 
ConvertFeatures.OutputType - Enum in adams.flow.transformer
Defines what to output.
convertHashMap(HashMap<String, String>) - Static method in class adams.core.management.ProcessUtils
Converts the environment variables stored in the hashmap to a string array ("key=value").
convertInstance(Instance) - Method in class weka.filters.unsupervised.attribute.PrincipalComponentsJ
Transform an instance in original (unormalized) format.
convertLines(String, boolean) - Static method in class adams.core.net.HtmlUtils
Line feeds are converted into <br>.
convertPlaceholder(String) - Static method in class adams.core.io.FileUtils
Ensures that the file string no longer contains a placeholder.
ConvertSpreadSheetRows - Class in adams.data.conversion
Converts the rows in the spreadsheet into a new format.
ConvertSpreadSheetRows() - Constructor for class adams.data.conversion.ConvertSpreadSheetRows
 
convertTab(int, int) - Method in class adams.gui.core.DragAndDropTabbedPane
 
ConvertToDate - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Converts the selected string attributes to date ones.
ConvertToDate() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToDate
Instantiates the action.
convertToInput(String) - Method in class adams.core.option.AbstractOptionConsumer
Converts the input string into the internal format.
convertToInput(String) - Method in class adams.core.option.ArrayConsumer
Converts the input string into the internal format.
convertToInput(String) - Method in class adams.core.option.CompactFlowConsumer
Converts the input string into the internal format.
convertToInput(String) - Method in class adams.core.option.JsonConsumer
Converts the input string into the internal format.
convertToInput(String) - Method in class adams.core.option.NestedConsumer
Converts the input string into the internal format.
ConvertToNominal - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Converts the selected attributes to nominal ones.
ConvertToNominal() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToNominal
Instantiates the action.
convertToNumeric(SpreadSheet, Map<Integer, Map<String, Integer>>, Double, double) - Static method in class adams.data.spreadsheet.SpreadSheetHelper
Turns non-numeric cells into numeric ones.
ConvertToString - Class in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Converts the selected attributes to string ones.
ConvertToString() - Constructor for class adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction.ConvertToString
Instantiates the action.
ConvertType - Class in adams.data.opencv.transformer
Converts the image according to the conversion code.
ConvertType() - Constructor for class adams.data.opencv.transformer.ConvertType
 
convertValue(PropertyPath.PropertyContainer, String, MessageCollection) - Static method in class adams.flow.core.PropertyHelper
Converts the value into the appropriate object, if possible.
convertValue(Conversion, Object) - Method in class adams.flow.transformer.LookUpAdd
Applies the conversion to the value, if necessary.
convertValue(Class, String, MessageCollection) - Static method in class adams.flow.core.PropertyHelper
Converts the string value into an object.
convolveAndTranspose(Kernel, int[], int[], int, int) - Method in class adams.data.image.transformer.GaussianBlur
Applies the kernel.
cookiesTipText() - Method in class adams.flow.source.HttpRequest
Returns the tip text for this property.
COORD_DESCENT - weka.classifiers.trees.XGBoost.Updater
 
Coordinates - Class in adams.gui.visualization.stats.scatterplot
Display a diagonal line overlay

Coordinates() - Constructor for class adams.gui.visualization.stats.scatterplot.Coordinates
 
CoordinatesPaintlet - Class in adams.gui.visualization.core
Paintlet for painting the coordinates.
CoordinatesPaintlet - Class in adams.gui.visualization.stats.paintlet
Paintlet for painting the coordinates.
CoordinatesPaintlet() - Constructor for class adams.gui.visualization.core.CoordinatesPaintlet
 
CoordinatesPaintlet() - Constructor for class adams.gui.visualization.stats.paintlet.CoordinatesPaintlet
 
CoordinatesPaintlet.Coordinates - Enum in adams.gui.visualization.core
Enum for the coordinates.
CoordinatesPaintlet.Coordinates - Enum in adams.gui.visualization.stats.paintlet
Enum for the coordinates.
coordsToList(double[]) - Method in class adams.data.io.input.ObjectLocationsSpreadSheetReader
Turns the coordinates into a comma-separated list.
copy() - Method in class adams.gui.core.AbstractTextAreaPanelWithAdvancedSyntaxHighlighting
Copies the currently selected text to the clipboard.
copy() - Method in class adams.gui.core.BaseLogPanel
Copies the log content (selected or all) to the clipboard.
copy() - Method in class adams.gui.core.ConsolePanel.OutputPanel
Copies the text to the clipboard.
copy() - Method in interface adams.gui.core.LogPanel
Copies the text to the clipboard.
copy() - Method in class adams.gui.core.SimpleLogPanel
Copies the text to the clipboard.
copy() - Method in class adams.gui.core.StyledTextEditorPanel
Copies the currently selected text to the clipboard.
copy() - Method in class adams.gui.core.TextEditorPanel
Copies the currently selected text to the clipboard.
copy() - Method in class adams.gui.flow.tabhandler.ParsedErrorHandler.ParseOutput
Copies the selected actor.
copy() - Method in class adams.gui.tools.FileCommanderPanel
Copies the selected files to the other directory.
copy() - Method in class adams.gui.tools.spreadsheetprocessor.targets.ClipboardTarget
Loads the data
copy() - Method in class adams.gui.tools.XSLTPanel.SubPanel
Copies the text to the clipboard.
copy() - Method in class adams.gui.visualization.container.AbstractContainer
Returns a shallow copy of itself.
copy() - Method in class adams.gui.visualization.image.ImageViewerPanel
Copies the current image to the clipboard.
copy() - Method in class weka.core.AbstractHashableInstance
This method produces a shallow copy of an object.
copy(double[]) - Method in class weka.core.AbstractHashableInstance
Copies the instance but fills up its values based on the given array of doubles.
copy(int, List<DataPoint>) - Method in class adams.data.filter.DownSample
Creates a copy of the data point.
copy(BufferedImage) - Method in class adams.gui.clipboard.BufferedImage
Copies the data to the clipboard.
copy(File, File) - Static method in class adams.core.io.FileUtils
Copies the file/directory (recursively).
copy(Object) - Method in class adams.gui.goe.PersistentObjectHistory
Creates a copy of the object.
copy(String) - Method in class adams.core.StringHistory
Creates a copy of the object.
copy(String) - Method in class adams.gui.clipboard.String
Copies the data to the clipboard.
copy(String, String) - Method in interface adams.core.io.fileoperations.FileOperations
Copies a file.
copy(String, String) - Method in class adams.core.io.fileoperations.FtpFileOperations
Copies a file.
copy(String, String) - Method in class adams.core.io.fileoperations.LocalFileOperations
Copies a file.
copy(String, String) - Method in class adams.core.io.fileoperations.RemoteToRemoteFileOperations
Copies a file.
copy(String, String) - Method in class adams.core.io.fileoperations.SftpFileOperations
Copies a file.
copy(String, String) - Method in class adams.core.io.fileoperations.SmbFileOperations
Copies a file.
copy(M, P, MessageCollection) - Method in class adams.gui.workspace.AbstractWorkspaceHelper
Copies a panel.
copy(T) - Method in class adams.core.AbstractFileBasedHistory
Creates a copy of the object.
copy(T) - Method in class adams.core.AbstractHistory
Creates a copy of the object.
copy(T) - Method in class adams.gui.clipboard.AbstractClipboardData
Copies the data to the clipboard.
copy(Instances) - Method in class adams.gui.visualization.instances.InstancesTableModel
Returns a new model with the same setup.
copy(ExplorerExt, boolean) - Static method in class weka.gui.explorer.WorkspaceHelper
Copies an explorer instance.
Copy - Class in adams.data.binning.operation
Creates copies of the data.
Copy - Class in adams.flow.transformer
Creates copies of the tokens being passed through.
Copy - Class in adams.gui.flow.notificationareaaction
Copies the content to the clipboard.
Copy - Class in adams.gui.tools.wekainvestigator.datatable.action
Copies the selected dataset.
Copy - Class in adams.gui.visualization.segmentation.layer.overlaylayeraction
Creates a copy of an existing layer.
Copy() - Constructor for class adams.data.binning.operation.Copy
 
Copy() - Constructor for class adams.flow.transformer.Copy
 
Copy() - Constructor for class adams.gui.flow.notificationareaaction.Copy
Instantiates the action.
Copy() - Constructor for class adams.gui.tools.wekainvestigator.datatable.action.Copy
Instantiates the action.
Copy() - Constructor for class adams.gui.visualization.segmentation.layer.overlaylayeraction.Copy
 
COPY - adams.core.io.fileoperations.Operation
 
COPY - adams.flow.control.ScopeHandler.ScopeHandling
use copy of outer scope.
Copy.CopyType - Enum in adams.data.binning.operation
How to copy.
Copy.CopyType - Enum in adams.flow.transformer
The type of copy to perform.
CopyActor - Class in adams.gui.flow.tree.menu
For copying the currently selected actor(s) and placing them on the clipboard.
CopyActor() - Constructor for class adams.gui.flow.tree.menu.CopyActor
 
CopyActorCommandline - Class in adams.gui.flow.tree.menu
For copying the currently selected actor and placing it on the clipboard.
CopyActorCommandline() - Constructor for class adams.gui.flow.tree.menu.CopyActorCommandline
 
CopyActorMore - Class in adams.gui.flow.tree.menu
Menu for additional copy actions.
CopyActorMore() - Constructor for class adams.gui.flow.tree.menu.CopyActorMore
 
CopyActorName - Class in adams.gui.flow.tree.menu
For copying the name of the currently selected actor on the clipboard.
CopyActorName() - Constructor for class adams.gui.flow.tree.menu.CopyActorName
 
CopyActorPath - Class in adams.gui.flow.tree.menu
For copying the path(s) of the currently selected actor(s) and placing them on the clipboard.
CopyActorPath() - Constructor for class adams.gui.flow.tree.menu.CopyActorPath
 
CopyActorPlainText - Class in adams.gui.flow.tree.menu
For copying the currently selected actor(s) and placing them on the clipboard.
CopyActorPlainText() - Constructor for class adams.gui.flow.tree.menu.CopyActorPlainText
 
copyArea(int, int, int, int, int, int) - Method in class adams.gui.print.PostscriptGraphics
Not implemented
copyBins(List<Bin<T>>, Copy.CopyType) - Static method in class adams.data.binning.operation.Copy
Generates a copy.
copyCache() - Method in class adams.gui.visualization.debug.StoragePanel
Copies the cache to the clipboard.
CopyCallableSink - Class in adams.flow.sink
Copies a callable sink to consume the tokens.
CopyCallableSink() - Constructor for class adams.flow.sink.CopyCallableSink
 
CopyCallableSource - Class in adams.flow.source
Broadcasts the generated output tokens from the copied callable source.
CopyCallableSource() - Constructor for class adams.flow.source.CopyCallableSource
 
CopyCallableStandalone - Class in adams.flow.standalone
Executes the copied callable standalone.
CopyCallableStandalone() - Constructor for class adams.flow.standalone.CopyCallableStandalone
 
CopyCallableToCallableTransfer - Class in adams.core.optiontransfer
Transfers options from 'copy callable' to 'callable' actors.
CopyCallableToCallableTransfer() - Constructor for class adams.core.optiontransfer.CopyCallableToCallableTransfer
 
CopyCallableTransformer - Class in adams.flow.transformer
Feeds tokens into the copy of a callable transformer and broadcasts the generated output tokens.
CopyCallableTransformer() - Constructor for class adams.flow.transformer.CopyCallableTransformer
 
copyData(List<Binnable<T>>, Copy.CopyType) - Static method in class adams.data.binning.operation.Copy
Generates a copy.
copyDestTipText() - Method in class adams.flow.source.RSync
 
CopyDir - Class in adams.gui.tools.findinfiles
Copies the dir(s) to the clipboard.
CopyDir() - Constructor for class adams.gui.tools.findinfiles.CopyDir
 
copyDirlinksTipText() - Method in class adams.flow.source.RSync
 
copyEngine() - Method in class adams.gui.tools.remotecontrolcenter.RemoteControlCenterEnginesPanel
Copies the engine from the list.
copyEntryNames(int[]) - Method in class adams.gui.core.AbstractNamedHistoryPanel
Copies the entry names of the specified indices to the clipboard.
CopyFieldName - Class in adams.gui.visualization.report.reportfactory
Copies the field name.
CopyFieldName() - Constructor for class adams.gui.visualization.report.reportfactory.CopyFieldName
Default constructor.
CopyFieldValue - Class in adams.gui.visualization.report.reportfactory
Copies the field value.
CopyFieldValue() - Constructor for class adams.gui.visualization.report.reportfactory.CopyFieldValue
Default constructor.
CopyFile - Class in adams.flow.transformer
Copies the file received on its input port to the target directory if it matches the provided regular expression.
In case of a directory, the directory gets copied recursively.
If required, you can also provide a new filename (just the name, no path).
The generated target file/directory gets forwarded in the flow.
CopyFile() - Constructor for class adams.flow.transformer.CopyFile
 
CopyFilename - Class in adams.gui.flow.multipageaction
Copies the filename to the clipboard.
CopyFilename() - Constructor for class adams.gui.flow.multipageaction.CopyFilename
 
CopyFileTo - Class in adams.gui.tools.previewbrowser.localfiles
Copies the file(s) to a location the user specifies.
CopyFileTo() - Constructor for class adams.gui.tools.previewbrowser.localfiles.CopyFileTo
Initializes the action.
copyFrom(LoggingObject, SMBAuthenticationProvider, String, File) - Static method in class adams.core.net.SMB
Copies a remote file onto the local machine.
copyFrom(LoggingObject, SSHSessionProvider, String, int, String, File) - Static method in class adams.core.net.Scp
Copies a remote file onto the local machine.
copyFrom(LoggingObject, SSHSessionProvider, String, File) - Static method in class adams.core.net.Scp
Copies a remote file onto the local machine.
copyFromToken(Token) - Method in class adams.gui.clipboard.AbstractClipboardData
Copies the data stored in the token to the clipboard.
CopyFullPath - Class in adams.gui.tools.findinfiles
Copies the full path(s) to the clipboard.
CopyFullPath() - Constructor for class adams.gui.tools.findinfiles.CopyFullPath
 
copyGene(int, int) - Method in class adams.opt.genetic.AbstractGeneticAlgorithm
Copies the values of one gene to another.
copyGene(int, int) - Method in class adams.opt.optimise.genetic.AbstractGeneticAlgorithm
Copies the values of one gene to another.
CopyID<T extends DataContainer,​M extends AbstractContainerManager,​C extends AbstractContainer> - Class in adams.gui.visualization.container.datacontainerpanel.containerlistpopup
For copying the IDs of the selected containers.
CopyID() - Constructor for class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.CopyID
 
copyLinksTipText() - Method in class adams.flow.source.RSync
 
copyLogMessage() - Method in class adams.gui.goe.GenericObjectEditor
Copies the message to the clipboard.
copyLogMessage() - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Copies the message to the clipboard.
copyMargins() - Method in class adams.gui.visualization.core.AxisPanel
Copies the margins to the clipboard.
copyMetaData(LocatedObject, LocatedObject) - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Copies the specified meta-data values (if available) from source to target.
copyMetaDataTipText() - Method in class adams.data.objectoverlap.AbstractObjectOverlap
Returns the tip text for this property.
copyName() - Method in class adams.gui.visualization.debug.StoragePanel
Copies the name to the clipboard.
copyName(int) - Method in class adams.gui.tools.VariableManagementPanel
Copies the name of the variable in the specified row to the clipboard.
CopyName - Class in adams.gui.tools.findinfiles
Copies the name(s) to the clipboard.
CopyName() - Constructor for class adams.gui.tools.findinfiles.CopyName
 
copyObject(ObjectCopyHelper.CopyType, T) - Static method in class adams.core.ObjectCopyHelper
Makes a copy of an object.
copyObject(Object) - Method in class adams.gui.goe.GenericObjectEditor.GOEPanel
Makes a copy of an object using OptionUtils#shallowCopy(Object), CloneHandler#getClone() or serialization.
copyObject(T) - Static method in class adams.core.ObjectCopyHelper
Makes a copy of an object.
copyObjects(ObjectCopyHelper.CopyType, T[]) - Static method in class adams.core.ObjectCopyHelper
Makes a copy of the objects.
copyObjects(T[]) - Static method in class adams.core.ObjectCopyHelper
Makes a copy of the objects.
copyOrMove(File, File, boolean, boolean) - Static method in class adams.core.io.FileUtils
Copies or moves files and directories (recursively).
copyPlot() - Method in class adams.gui.visualization.core.plot.ContentPanel
Copies the plot to the clipboard.
copyRange() - Method in class adams.gui.visualization.core.AxisPanel
Copies the range to the clipboard.
copyRanges() - Method in class adams.gui.visualization.core.plot.ContentPanel
Copies the ranges to the clipboard.
COPYRIGHT - adams.core.TechnicalInformation.Field
Copyright information.
copyrightTipText() - Method in class adams.core.option.AbstractJavaCodeProducer
Returns the tip text for this property.
copyrightTipText() - Method in class adams.core.PropertiesToCode
Returns the tip text for this property.
CopySelectedFiles - Class in adams.gui.core.spreadsheettable
Allows copying of the selected files to a target directory.
CopySelectedFiles() - Constructor for class adams.gui.core.spreadsheettable.CopySelectedFiles
 
copySelectedTab() - Method in class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane
Creates a copy of the current tab.
CopySetup - Class in adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold
Simply copies the classifier setup to the clipboard.
CopySetup() - Constructor for class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.CopySetup
 
CopyStorageName - Class in adams.gui.flow.tree.menu
For copying storage names to the clipboard.
CopyStorageName() - Constructor for class adams.gui.flow.tree.menu.CopyStorageName
 
copyTabAt(int) - Method in class adams.gui.tools.wekainvestigator.tab.InvestigatorTabbedPane
Creates a copy of the specified tab.
CopyTableAsImage - Class in adams.gui.sendto
Action for copying a table to the clipboard as image.
CopyTableAsImage() - Constructor for class adams.gui.sendto.CopyTableAsImage
 
copyTipText() - Method in class adams.data.image.transformer.ImageFilter
Returns the tip text for this property.
copyTo(LoggingObject, SMBAuthenticationProvider, File, String) - Static method in class adams.core.net.SMB
Copies a local file to a remote server.
copyTo(LoggingObject, SSHSessionProvider, File, String) - Static method in class adams.core.net.Scp
Copies a local file to a remote server.
copyTo(LoggingObject, SSHSessionProvider, String, int, File, String) - Static method in class adams.core.net.Scp
Copies a local file to a remote server.
CopyTo - Class in adams.gui.tools.findinfiles
Copies the file(s) to the selected directory.
CopyTo() - Constructor for class adams.gui.tools.findinfiles.CopyTo
 
copyToClipboard() - Method in class adams.gui.chooser.AbstractChooserPanel
Copies the current settings to the clipboard.
copyToClipboard() - Method in class adams.gui.chooser.DirectoryChooserPanel
Copies the current file to the clipboard.
copyToClipboard() - Method in class adams.gui.chooser.FileChooserPanel
Copies the current file to the clipboard.
copyToClipboard() - Method in class adams.gui.core.BaseTable
Copies either the selected rows to the clipboard.
copyToClipboard() - Method in class adams.gui.core.CheckedTextField
Copies the current settings to the clipboard.
copyToClipboard() - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
Copies the content to the clipboard.
copyToClipboard() - Method in class adams.gui.tools.wekainvestigator.output.ComponentContentPanel
Copies the content to the clipboard.
copyToClipboard() - Method in class adams.gui.tools.wekainvestigator.output.TableContentPanel
Copies the content to the clipboard.
copyToClipboard() - Method in class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Copies the content to the clipboard.
copyToClipboard() - Method in class adams.gui.visualization.object.CanvasPanel
Copies the image to the clipboard.
copyToClipboard(Object) - Method in class adams.gui.visualization.debug.objecttree.Tree
Copies the object's string plain text rendering to the clipboard.
copyToClipboard(String) - Method in class adams.gui.flow.ActorTreePanel
Copies the actor to the clipboard.
CopyToClipboard - Class in adams.flow.transformer
Copies the data in this token to the system's clipboard using the specified clipboard manager.
CopyToClipboard - Class in adams.gui.visualization.image.selection
Copies the selection to the system's clipboard.
CopyToClipboard() - Constructor for class adams.flow.transformer.CopyToClipboard
 
CopyToClipboard() - Constructor for class adams.gui.visualization.image.selection.CopyToClipboard
 
copyType(Object) - Static method in class adams.core.ObjectCopyHelper
Determines how to copy an object.
copyUnsafeLinksTipText() - Method in class adams.flow.source.RSync
 
copyValue(int) - Method in class adams.gui.tools.VariableManagementPanel
Copies the value of the variable in the specified row to the clipboard.
CopyVariableName - Class in adams.gui.flow.tree.menu
For copying variable names to the clipboard.
CopyVariableName() - Constructor for class adams.gui.flow.tree.menu.CopyVariableName
 
copyWorkspace() - Method in class adams.gui.tools.wekainvestigator.InvestigatorManagerPanel
Copies a workspace.
copyWorkspace() - Method in class adams.gui.workspace.AbstractSerializableWorkspaceManagerPanel
Copies a workspace.
Corr - Class in weka.classifiers.meta
Assume NO MISSING VALUES, all attributes must be NUMERIC (or 0/1 maybe ...).
Corr() - Constructor for class weka.classifiers.meta.Corr
 
correct(double[], double[]) - Method in class weka.filters.unsupervised.attribute.detrend.AbstractDetrend
Corrects the spectrum.
correct(double[], double[]) - Method in class weka.filters.unsupervised.attribute.detrend.Mean
Corrects the spectrum.
correct(double[], double[]) - Method in class weka.filters.unsupervised.attribute.detrend.RangeBased
Corrects the spectrum.
correct(double[], double[], double[]) - Method in class weka.filters.unsupervised.attribute.multiplicativescattercorrection.AbstractMultiplicativeScatterCorrection
Corrects the spectrum.
correct(double[], double[], double[]) - Method in class weka.filters.unsupervised.attribute.multiplicativescattercorrection.RangeBased
Corrects the spectrum.
correct(T) - Method in class adams.data.baseline.AbstractBaselineCorrection
Corrects the data.
correctData(T, double[]) - Method in class adams.data.baseline.AbstractLinearRegressionBased
Corrects the data with the given coefficients.
CORRECTION - Static variable in class weka.filters.unsupervised.attribute.Detrend
 
CORRECTION - Static variable in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
 
CORRECTION - Static variable in class weka.filters.unsupervised.attribute.SimpleDetrend
 
correctionTipText() - Method in class adams.flow.source.wekaforecastersetup.BaselineAdjustedForecasterGenerator
Returns the tip text for this property.
correctionTipText() - Method in class weka.classifiers.timeseries.BaselineAdjustedForecaster
Returns the tip text for this property.
correctionTipText() - Method in class weka.filters.unsupervised.attribute.Detrend
Returns the tip text for this property.
correctionTipText() - Method in class weka.filters.unsupervised.attribute.MultiplicativeScatterCorrection
Returns the tip text for this property.
correctionTipText() - Method in class weka.filters.unsupervised.attribute.SimpleDetrend
Returns the tip text for this property.
correctPosition(int) - Method in class adams.gui.visualization.core.AxisPanel
"corrects" the position for an origin at bottom-left corner instead of top-left corner, in case of a VERTICAL axis.
correctTipText() - Method in class weka.filters.unsupervised.attribute.SpellChecker
Returns the tip text for this property.
correlate(double[]) - Method in class adams.data.autocorrelation.AbstractAutoCorrelation
Performs autocorrelation on the data.
correlation(double[], double[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the correlation between two arrays of the same length, p and q.
correlation(int[], int[]) - Static method in class edu.umbc.cs.maple.utils.MathUtils
Computes the correlation between two arrays of the same length, p and q.
CORRELATION - edu.umbc.cs.maple.utils.MathUtils.SimilarityMetric
 
CORRELATION_COEFFICIENT - adams.flow.core.EvaluationStatistic
 
CORRELATION_COEFFICIENT - adams.flow.core.ExperimentStatistic
 
CORRELATION_COEFFICIENT - Static variable in class adams.gui.tools.wekamultiexperimenter.analysis.DefaultAnalysisPanel
 
correlationCoefficient(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Computes the correlation coefficient between the two data vectors and returns it.
correlationCoefficient(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Computes the correlation coefficient between the two data vectors and returns it.
CorrelationCoefficient - Class in adams.flow.transformer.summarystatistics
Calculates the correlation coefficient.
CorrelationCoefficient() - Constructor for class adams.flow.transformer.summarystatistics.CorrelationCoefficient
 
CorrelationMatrix - Class in weka.filters.unsupervised.attribute
Computes a matrix with the correlation coefficients between attributes.
CorrelationMatrix() - Constructor for class weka.filters.unsupervised.attribute.CorrelationMatrix
 
CorrespondingColumn - Class in adams.data.spreadsheet.cellfinder
Rather than return a cell that was located using the given cell finder, you can return a corresponding cell (within the same row).
This allows you to locate cells with certain value but then update a different column in the same row.
CorrespondingColumn() - Constructor for class adams.data.spreadsheet.cellfinder.CorrespondingColumn
 
CorrespondingColumn.CorrespondingColumnIterator - Class in adams.data.spreadsheet.cellfinder
Cell iterator that returns the locations for the corresponding cells.
CorrespondingColumnIterator(CorrespondingColumn, Iterator<CellLocation>) - Constructor for class adams.data.spreadsheet.cellfinder.CorrespondingColumn.CorrespondingColumnIterator
Initializes the iterator.
correspondingColumnTipText() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the tip text for this property.
correspondingPositionTipText() - Method in class adams.data.spreadsheet.cellfinder.CorrespondingColumn
Returns the tip text for this property.
COS - Static variable in interface adams.parser.booleanexpression.sym
 
COS - Static variable in interface adams.parser.lookupupdate.sym
 
COS - Static variable in interface adams.parser.mathematicalexpression.sym
 
COS - Static variable in interface adams.parser.spreadsheetformula.sym
 
COS - Static variable in interface adams.parser.stringexpression.sym
 
COSH - Static variable in interface adams.parser.booleanexpression.sym
 
COSH - Static variable in interface adams.parser.lookupupdate.sym
 
COSH - Static variable in interface adams.parser.mathematicalexpression.sym
 
COSH - Static variable in interface adams.parser.stringexpression.sym
 
CostCurve - Class in adams.gui.menu
Displays Cost curve data.
CostCurve() - Constructor for class adams.gui.menu.CostCurve
Initializes the menu item with no owner.
CostCurve(AbstractApplicationFrame) - Constructor for class adams.gui.menu.CostCurve
Initializes the menu item.
CostCurvePanel - Class in adams.gui.tools.weka
Displays cost curve data.
CostCurvePanel() - Constructor for class adams.gui.tools.weka.CostCurvePanel
 
count - Variable in class adams.db.MultipleInsert
inserts.
count() - Method in class adams.flow.sink.DisplayPanelManager.HistorySplitPanel
Returns the number of results.
count() - Method in class adams.flow.sink.HistoryDisplay.HistorySplitPanel
Returns the number of results.
count() - Method in class adams.gui.core.AbstractNamedHistoryPanel
Returns the number of entries in the list.
count() - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns the number of containers currently stored.
count() - Method in class adams.gui.workspace.AbstractWorkspaceManagerPanel
Returns the number of experimenter panels.
count() - Method in class weka.gui.explorer.MultiExplorer
Returns the number of explorer panels.
count(int[]) - Method in class adams.data.imagesegmentation.operation.CountPixels
Counts the non-black pixels.
Count - Class in adams.flow.control
Counts the number of tokens that pass through and meet the condition and tees off the current count every n-th token.
Count() - Constructor for class adams.flow.control.Count
 
COUNT - adams.flow.transformer.SpreadSheetAggregate.Aggregate
the count.
COUNT - Static variable in class adams.flow.setup.FlowSetupManager
the key for the number of stored setups.
COUNT - Static variable in interface adams.parser.spreadsheetquery.sym
 
COUNT_ACTORS - Static variable in class adams.flow.core.ActorStatistic
the overall count.
COUNT_CONTROLACTORS - Static variable in class adams.flow.core.ActorStatistic
the control actor count.
COUNT_SINKS - Static variable in class adams.flow.core.ActorStatistic
the sink count.
COUNT_SKIPPED - Static variable in class adams.flow.core.ActorStatistic
the skipped count (includes sub-flows).
COUNT_SKIPPED_FLAG_SET - Static variable in class adams.flow.core.ActorStatistic
the skipped count (flag only).
COUNT_SOURCES - Static variable in class adams.flow.core.ActorStatistic
the source count.
COUNT_STANDALONES - Static variable in class adams.flow.core.ActorStatistic
the standalone count.
COUNT_TRANSFORMERS - Static variable in class adams.flow.core.ActorStatistic
the transformer count.
countblank(String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Counts how often an empty string or missing value occurs in the range of cells.
COUNTBLANK - Static variable in interface adams.parser.spreadsheetformula.sym
 
CountColor - Class in adams.data.image.features
Counts the occurrences of a specific color (alpha channel gets ignored).
CountColor() - Constructor for class adams.data.image.features.CountColor
 
CountColorOutside - Class in adams.data.image.features
CountColorOutside() - Constructor for class adams.data.image.features.CountColorOutside
 
countColors(BufferedImage) - Method in class adams.data.io.output.IndividualImageSegmentationLayerWriter
Counts the distinct colors in the image.
Counter - Class in adams.flow.source
Outputs the specified counter as spreadsheet, with two columns: 'Key' and 'Count'.
Counter() - Constructor for class adams.flow.source.Counter
 
CounterAdd - Class in adams.flow.transformer
Passes a value through the specified counter.
CounterAdd() - Constructor for class adams.flow.transformer.CounterAdd
 
CounterComparator(NamedCounter) - Constructor for class adams.core.NamedCounter.CounterComparator
Initializes the comparator.
CounterInit - Class in adams.flow.standalone
Creates an empty counter in internal storage under the specified name.
CounterInit - Class in adams.flow.transformer
Creates a counter from a column in a spreadsheet or an array.
CounterInit() - Constructor for class adams.flow.standalone.CounterInit
 
CounterInit() - Constructor for class adams.flow.transformer.CounterInit
 
countFiltered() - Method in class adams.gui.visualization.container.AbstractContainerManager
Returns the number of filtered containers.
countif(String, String, Boolean) - Method in class adams.parser.spreadsheetformula.ParserHelper
Counts how often a boolean occurs in the range of cells.
countif(String, String, Double) - Method in class adams.parser.spreadsheetformula.ParserHelper
Counts how often a number occurs in the range of cells.
countif(String, String, Object) - Method in class adams.parser.spreadsheetformula.ParserHelper
Counts how often a boolean occurs in the range of cells.
countif(String, String, String) - Method in class adams.parser.spreadsheetformula.ParserHelper
Counts how often a string occurs or expression evalutes to true in the range of cells.
COUNTIF - Static variable in interface adams.parser.spreadsheetformula.sym
 
Counting - Class in adams.flow.condition.bool
Counts the tokens passing through and returns 'true' if min/max/interval are met.
Counting() - Constructor for class adams.flow.condition.bool.Counting
 
countLogEntries() - Method in interface adams.db.LogEntryHandler
Returns the number of stored LogEntry records.
countLogEntries() - Method in class adams.flow.control.Flow
Returns the number of stored LogEntry records.
CountObjectsInPolygon - Class in adams.flow.transformer
Counts the objects in the report passing through that fall into the defined region.
Partial hits can be counted as well, using their percentage in overlap as count.
CountObjectsInPolygon() - Constructor for class adams.flow.transformer.CountObjectsInPolygon
 
CountObjectsInRegion - Class in adams.flow.transformer
Counts the objects in the report passing through that fall into the defined region.
Partial hits can be counted as well, using their percentage in overlap as count.
CountObjectsInRegion() - Constructor for class adams.flow.transformer.CountObjectsInRegion
 
CountPixels - Class in adams.data.imagesegmentation.operation
Counts the pixels and generates a spreadsheet with count per layer.
CountPixels() - Constructor for class adams.data.imagesegmentation.operation.CountPixels
 
countRegions(List<XYSequencePoint>, double, double, boolean) - Static method in class adams.data.sequence.XYSequenceUtils
Counts the positive or negative regions between the given points (incl.
COUNTS - adams.data.imagesegmentation.operation.ConfusionMatrix.MatrixValues
 
COUNTS - adams.flow.transformer.ConfusionMatrix.MatrixValues
 
countSignChanges(List<XYSequencePoint>, double, double) - Static method in class adams.data.sequence.XYSequenceUtils
Counts the sign changes in the given data between the given points (incl.
countValue(NamedCounter, Object) - Method in class adams.flow.transformer.CounterAdd
Passes the value through the counter.
CountValues - Class in adams.data.featureconverter
Meta-feature-converter that counts numeric values that satisfy the specified min/max range.
CountValues() - Constructor for class adams.data.featureconverter.CountValues
 
countVariableTipText() - Method in class adams.flow.template.FileProcessingWithProgressBar
Returns the tip text for this property.
countVisible() - Method in interface adams.gui.visualization.container.VisibilityContainerManager
Returns the number of visible containers.
countVisible() - Method in class adams.gui.visualization.instance.InstanceContainerManager
Returns the number of visible containers.
countVisible() - Method in class adams.gui.visualization.report.ReportContainerManager
Returns the number of visible containers.
countVisible() - Method in class adams.gui.visualization.sequence.XYSequenceContainerManager
Returns the number of visible containers.
countVisible() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerManager
Returns the number of visible containers.
countVisible() - Method in class adams.gui.visualization.timeseries.TimeseriesContainerManager
Returns the number of visible containers.
COURIER - Static variable in class adams.core.io.PdfFont
the string for Courier.
covariance(double[], double[]) - Static method in class adams.data.statistics.StatUtils
Computes the covariance between the two data vectors and returns it.
covariance(Number[], Number[]) - Static method in class adams.data.statistics.StatUtils
Computes the covariance between the two data vectors and returns it.
coverageTipText() - Method in class adams.flow.standalone.MemoryMonitor
Returns the tip text for this property.
COX_REGRESSION - weka.classifiers.trees.XGBoost.Objective
 
CPU - weka.classifiers.trees.XGBoost.Predictor
 
create() - Method in class adams.db.AbstractIndexedTable
Create the table in database according to column and index specs.
create() - Method in class adams.gui.print.PostscriptGraphics
Clone a PostscriptGraphics object
create() - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
Creates a new experiment.
create() - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultAdamsExperimentIO
Creates a new experiment.
create() - Method in class adams.gui.tools.wekamultiexperimenter.io.DefaultWekaExperimentIO
Creates a new experiment.
create() - Method in class adams.gui.tools.wekamultiexperimenter.io.RemoteWekaExperimentIO
Creates a new experiment.
create(LogViewer, LogEntry) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Displays the dialog with the given entry.
CREATE - adams.core.io.WatchEventKind
 
createAccessoryPanel() - Method in class adams.gui.chooser.AbstractConfigurableExtensionFileFilterFileChooser
Creates an accessory panel displayed next to the files.
createAccessoryPanel() - Method in class adams.gui.chooser.BaseFileChooser
Creates an accessory panel displayed next to the files.
createAccessoryPanel() - Method in class adams.gui.chooser.ImageFileChooser
Creates an accessory panel displayed next to the files.
createAccessoryPanel() - Method in class adams.gui.chooser.JavaDirectoryChooser
Creates an accessory panel displayed next to the files.
createAccessoryPanel() - Method in class adams.gui.print.JComponentWriterFileChooser
Creates an accessory panel displayed next to the files.
createActorLocationMenuItem(List<String>) - Method in class adams.gui.flow.tree.menu.FindUsages
Creates a menu item for a jumping to an actor location.
createActorReferenceMenuItem(String) - Method in class adams.gui.flow.tree.menu.FindUsages
Creates a menu item for a actor reference.
createApplyButton() - Method in class adams.gui.visualization.object.tools.AbstractTool
Generates the apply button.
createApplyButton() - Static method in class adams.gui.visualization.segmentation.layer.AbstractLayer
Creates an apply button (icon/tooltip), but without action.
createApplyButton() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Generates the apply button.
createArrays(T) - Method in class adams.data.statistics.AbstractDataContainerStatistics
Generates the arrays to work with.
createAttribute(String) - Method in class weka.core.converters.SimpleArffLoader
Creates an attribute from the specification line.
createAttributeMapping() - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Creates a mapping from the attributes in each input dataset to the corresponding attribute in the merged dataset.
createBevelBorder(int) - Static method in class adams.gui.core.BorderHelper
Creates a beveled border, taking the look'n'feel into account.
createBoundary() - Static method in class adams.core.net.HttpRequestHelper
Creates a random boundary string.
createBufferedImage() - Method in class adams.gui.print.BufferedImageBasedWriter
Generates the BufferedImage to write to disk.
createCallableActor(Actor) - Static method in class adams.flow.core.CallableActorHelper
Turns the specified actor into a callable actor.
createCallableActor(TreePath, Class) - Method in class adams.gui.flow.tree.TreeOperations
Turns the selected actor into a callable actor using the specified enclosing handler type.
CreateCallableActor - Class in adams.gui.flow.tree.menu
Menu for turning actors into callable actors, using the specified callable actor handler.
CreateCallableActor() - Constructor for class adams.gui.flow.tree.menu.CreateCallableActor
 
createCallableActors(Actor, boolean) - Static method in class adams.flow.core.CallableActorHelper
Returns the CallableActors instance.
createCascadingMenu(List<JMenuItem>, int, int, String) - Static method in class adams.gui.core.BasePopupMenu
Creates a cascading menu that has at most "max entries".
createCascadingMenu(List<JMenuItem>, int, String) - Static method in class adams.gui.core.BaseMenu
Creates a cascading menu that has at most "max entries".
createCascadingMenu(JMenuItem[], int, int, String) - Static method in class adams.gui.core.BasePopupMenu
Creates a cascading menu that has at most "max entries".
createCascadingMenu(JMenuItem[], int, String) - Static method in class adams.gui.core.BaseMenu
Creates a cascading menu that has at most "max entries".
createCellHeader() - Method in class adams.data.statistics.AbstractArrayDistance
Creates the cell header prefix to use.
createCellHeader() - Method in class adams.data.statistics.ArrayMinkowskiDistance
Creates the cell header prefix to use.
createCellPopup(MouseEvent) - Method in class adams.gui.tools.ConsoleOutputAnalyzerPanel
Returns a popup menu for the table.
createCellPopup(MouseEvent) - Method in class adams.gui.visualization.instances.InstancesTable
Creates a popup menu for the cells.
createCellPopupMenu(MouseEvent) - Method in class adams.gui.core.SpreadSheetTable
Creates a popup menu for the cells.
createCheckModel() - Method in class adams.gui.goe.AbstractFloatingPointNumberEditor
Returns the check model to use, based on the type of number.
createChildFrame(AbstractApplicationFrame, String, Component, Dimension, String) - Static method in class adams.gui.application.AbstractApplicationFrame
creates a frame and returns it.
createChildFrame(Component) - Method in class adams.gui.application.AbstractMenuItemDefinition
Creates a frame and returns it.
createChildFrame(Component, Dimension) - Method in class adams.gui.application.AbstractMenuItemDefinition
creates a frame and returns it.
createChildFrame(String, Component, Dimension, String) - Method in class adams.gui.application.AbstractApplicationFrame
creates a frame and returns it.
createChooseClassButton() - Method in class adams.gui.goe.GenericObjectEditor
Creates a button that when clicked will enable the user to change the class of the object being edited.
createChooser() - Static method in class adams.gui.chooser.DirectoryChooserFactory
Returns a directory chooser instance with the user's default directory as initial directory.
createChooser(File) - Static method in class adams.gui.chooser.DirectoryChooserFactory
Returns a directory chooser instance with the specified initial directory.
createChooser(String) - Static method in class adams.gui.chooser.DirectoryChooserFactory
Returns a directory chooser instance with the specified initial directory.
createChooserPanel() - Method in class adams.gui.tools.weka.AbstractPanelWithFile
Generates the panel to use.
createChooserPanel() - Method in class adams.gui.tools.weka.CostCurvePanel
Generates the panel to use.
createColumnMapping() - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Creates a mapping from the columns in each input spreadsheet to the corresponding column in the merged spreadsheet.
createComponent() - Method in class adams.gui.core.AbstractComponentWithButtons
Creates the component to use in the panel.
createComponent() - Method in class adams.gui.core.BaseListWithButtons
Creates the component to use in the panel.
createComponent() - Method in class adams.gui.core.BaseTableWithButtons
Creates the component to use in the panel.
createComponent() - Method in class adams.gui.core.BaseTextAreaWithButtons
Returns the underlying text area.
createComponent() - Method in class adams.gui.core.BaseTextPaneWithButtons
Returns the underlying text area.
createComponent() - Method in class adams.gui.core.SearchableBaseListWithButtons
Creates the component to use in the panel.
createComponent() - Method in class adams.gui.core.SortableAndSearchableTableWithButtons
Creates the component to use in the panel.
createComponent() - Method in class adams.gui.core.SpreadSheetTableWithButtons
Creates the component to use in the panel.
createComponent() - Method in class adams.gui.tools.wekainvestigator.datatable.DataTableWithButtons
Creates the component to use in the panel.
createConfigurationPanel(ApprovalDialog) - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Creates the panel with the configuration (return null to suppress display).
createConfigurationPanel(ApprovalDialog) - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPluginWithGOE
Creates the panel with the configuration (return null to suppress display).
createConfigurationPanel(ApprovalDialog) - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Creates the panel with the configuration (return null to suppress display).
createConfigurationPanel(ApprovalDialog) - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPluginWithGOE
Creates the panel with the configuration (return null to suppress display).
createConfigurationPanel(ApprovalDialog) - Method in class adams.gui.tools.spreadsheetviewer.Append
Creates the panel with the configuration (return null to suppress display).
createConfigurationPanel(ApprovalDialog) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesFilterWithGOE
Creates the panel with the configuration (return null to suppress display).
createConfigurationPanel(ApprovalDialog) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Creates the panel with the configuration (return null to suppress display).
createConfigurationPanel(ApprovalDialog) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPluginWithGOE
Creates the panel with the configuration (return null to suppress display).
createContainerList() - Method in class adams.gui.visualization.container.DataContainerPanelWithContainerList
Returns the container list.
createContainerList() - Method in class adams.gui.visualization.instance.InstancePanel
Returns the container list.
createContainerList() - Method in class adams.gui.visualization.sequence.XYSequencePanel
Returns the container list.
createContainerList() - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowPanel
Returns the container list.
createContainerList() - Method in class adams.gui.visualization.timeseries.TimeseriesPanel
Returns the container list.
createContext(DataContainerPanelWithContainerList<T, M, C>, ContainerTable<M, C>, int) - Method in class adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer
Generates the context container.
createCopy(ObjectCopyHelper.CopyType, T) - Static method in class adams.core.ObjectCopyHelper
Makes a copy of the object.
createCornerPanel() - Method in class adams.gui.visualization.core.PlotPanel
Creates a corner panel (square panel that cannot be resized).
createCursor() - Method in class adams.gui.visualization.object.tools.AbstractTool
Creates the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.object.tools.Annotator
Creates the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.object.tools.Edit
Creates the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.object.tools.Export
Creates the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.object.tools.Move
Creates the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Creates the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.BucketFill
Returns the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.Eraser
Returns the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.Export
Creates the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.Filter
Returns the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.Pencil
Returns the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.Pointer
Returns the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Returns the mouse cursor to use.
createCursor() - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
Returns the mouse cursor to use.
createCustomEditor() - Method in class adams.gui.goe.AbstractAdvancedScriptEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.AbstractBaseDateTypeEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.AbstractBasicTypePropertyEditor
Creates the custom editor to use.
createCustomEditor() - Method in class adams.gui.goe.AbstractFloatingPointNumberEditor
Creates the custom editor to use.
createCustomEditor() - Method in class adams.gui.goe.AbstractIntegralNumberEditor
Creates the custom editor to use.
createCustomEditor() - Method in class adams.gui.goe.AbstractPropertyEditorSupport
Creates the custom editor.
createCustomEditor() - Method in class adams.gui.goe.AbstractSimpleScriptEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.ActorPathEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseAnnotationEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseBooleanEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseClassnameEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseColorEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseCommandLineEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseIntervalEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseKeyValuePairEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseObjectEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BasePasswordEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseRegExpEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BaseTextEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.BooleanEditor
Creates the custom editor to use.
createCustomEditor() - Method in class adams.gui.goe.CallableActorReferenceEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.ColorEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.CronScheduleEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.EmailAddressEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.EventReferenceEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.FieldEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.FileEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.FlowFileEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.FontEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.IndexEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.JdbcUrlEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.MavenArtifactEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.MavenArtifactExclusionEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.MavenRepositoryEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.PdfFontEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.PlaceholderDirectoryEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.PlaceholderFileEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.PrefixFieldEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.RangeEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.SuffixFieldEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.TriStateEditor
Creates the custom editor to use.
createCustomEditor() - Method in class adams.gui.goe.UnorderedRangeEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.VariableNameStorageNamePairEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.VariableNameValuePairEditor
Gets the custom editor component.
createCustomEditor() - Method in class adams.gui.goe.WekaExperimentFileEditor
Gets the custom editor component.
createDatabaseConnection() - Method in class adams.db.AbstractDatabaseObjectWithOptionHandling
Returns a new database connection object.
createDataset(Evaluation) - Method in class adams.flow.sink.WekaClassifierErrors.DataGenerator
Generates a dataset, containing the predicted vs actual values.
createDefaultDataModel() - Method in class adams.gui.core.SpreadSheetTable
Creates an empty default model.
createDefaultDataModel() - Method in class adams.gui.visualization.instance.InstanceTable
Creates an empty default model.
createDefaultDataModel() - Method in class adams.gui.visualization.report.ReportFactory.Table
Creates an empty default model.
createDefaultDataModel() - Method in class adams.gui.visualization.sequence.XYSequenceTable
Creates an empty default model.
createDefaultDateModel() - Method in class adams.gui.chooser.DatePanel
 
createDefaultPanel() - Method in class adams.gui.goe.PropertyPanel
Creates the default style of panel for editors that do not supply their own.
createDetailsDialog() - Method in class adams.gui.tools.AbstractLogEntryViewerPanel
Initializes the details dialog.
createDetailsDialog() - Method in class adams.gui.tools.LogEntryDatabaseViewerPanel
Initializes the details dialog.
createDetailsDialog() - Method in class adams.gui.tools.LogEntryViewerPanel
Initializes the details dialog.
createDialog() - Method in class adams.gui.action.AbstractActionWithDialog
Creates a new dialog.
createDialog() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Creates the dialog to display.
createDialog() - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Creates the dialog to display.
createDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataChart
Creates a new dialog.
createDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataConvert
Creates a new dialog.
createDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataFilterColumns
Creates a new dialog.
createDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataFilterRows
Creates a new dialog.
createDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.DataTransform
Creates a new dialog.
createDialog() - Method in class adams.gui.tools.spreadsheetviewer.menu.EditPasteAsNew
Creates a new dialog.
createDialog() - Method in class adams.gui.tools.wekainvestigator.source.Clipboard
Creates a new dialog.
createDialog() - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Creates the dialog to display.
createDialog(LogEntry) - Method in class adams.flow.sink.logview.AbstractLogEntryDialog
Creates the dialog.
createDialog(LogEntry) - Method in class adams.flow.sink.logview.DefaultLogEntryDialog
Creates the dialog.
createDialog(BasePanel) - Method in class adams.flow.transformer.AbstractInteractiveTransformerDialog
Creates and initializes a dialog with the just created panel.
createDialog(Container) - Static method in class adams.gui.goe.GenericArrayEditorDialog
Creates a modal dialog for the parent.
createDialog(Container) - Static method in class adams.gui.goe.GenericObjectEditorDialog
Creates a modal dialog for the parent.
createDialog(Container) - Static method in class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a modal dialog for the parent.
createDialog(Container) - Static method in class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a modal dialog for the parent.
createDialog(Container, PropertyEditor) - Static method in class adams.gui.goe.GenericObjectEditorDialog
Creates a modal dialog for the parent with the provided editor.
createDialog(Container, PropertyEditor) - Static method in class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a modal dialog for the parent with the provided editor.
createDialog(Container, PropertyEditor, Object) - Static method in class adams.gui.goe.GenericObjectEditorDialog
Creates a modal dialog for the parent with the provided editor and initial value.
createDialog(Container, PropertyEditor, Object) - Static method in class adams.gui.goe.WekaGenericObjectEditorDialog
Creates a modal dialog for the parent with the provided editor and initial value.
createDialog(Container, Object) - Static method in class adams.gui.goe.GenericArrayEditorDialog
Creates a modal dialog for the parent with the provided editor and initial value.
createDialog(Container, Object) - Static method in class adams.gui.goe.WekaGenericArrayEditorDialog
Creates a modal dialog for the parent with the provided editor and initial value.
createDirectoriesTipText() - Method in class adams.flow.transformer.AbstractMultiDecompress
Returns the tip text for this property.
createDisplayPanel(Token) - Method in class adams.flow.sink.ActualVsPredictedPlot
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.BoxPlot
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ContainerDisplay
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.Display
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in interface adams.flow.sink.DisplayPanelProvider
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.DOMDisplay
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.EmailViewer
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.FilePreview
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.FlowDisplay
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.FourInOneDisplay
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.Histogram
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ImageHistogram
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ImageSegmentationViewer
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ImageViewer
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.JFreeChartPlot
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.JsonDisplay
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.MatrixPlot
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ObjectPreview
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ObjectViewer
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.PDFViewer
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ProbabilityPlotDisplay
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.PropertiesDisplay
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ScatterDisplay
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.SequencePlotter
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.SideBySideDiff
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.SimplePlot
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.SpreadSheetDisplay
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.SpreadSheetRowViewer
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.TimeseriesDisplay
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaAttributeSummary
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaClassifierErrors
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaCostBenefitAnalysis
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaCostCurve
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaGraphVisualizer
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaInstancesDisplay
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaInstancesPlot
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaInstanceViewer
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaMarginCurve
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaThresholdCurve
Creates a new panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.WekaTreeVisualizer
Creates a new display panel for the token.
createDisplayPanel(Token) - Method in class adams.flow.sink.ZScoreDisplay
Creates a new panel for the token.
createDocument() - Method in class adams.gui.scripting.ScriptingLogPanel
Creates a new document for the dialog, with syntax highlighting support.
createDocument() - Static method in class adams.gui.tools.AbstractSequenceViewerPanel
Creates a new document for the dialog, with syntax highlighting support.
createDocument() - Method in class adams.gui.visualization.container.NotesFactory.TextPane
Creates a new document for the dialog, with syntax highlighting support.
createDummy() - Static method in class adams.ml.data.InstancesView
Returns a dummy dataset.
createDummyReport(T) - Method in class adams.data.io.input.AbstractDataContainerReader
Creates a dummy report.
createDummyReportTipText() - Method in class adams.data.io.input.AbstractDataContainerReader
Returns the tip text for this property.
createEditMenu() - Method in class adams.flow.sink.Display
Creates the "Edit" menu.
createEditMenu() - Method in class adams.flow.sink.HistoryDisplay
Creates the "Edit" menu.
CreateEmail - Class in adams.flow.transformer
Actor for creating emails to be sent.
CreateEmail() - Constructor for class adams.flow.transformer.CreateEmail
 
createEmptyResultantDataset(Map<String, List<AbstractMerge.SourceAttribute>>) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Creates the resultant dataset, ready to be filled with data.
createEmptyResultantSpreadsheet(Map<String, List<AbstractMerge.SourceColumn>>) - Method in class adams.flow.transformer.spreadsheetmethodmerge.AbstractMerge
Creates the resultant spreadsheet, ready to be filled with data.
createEnvironment() - Method in class adams.db.AbstractDatabaseConnection
Creates a new instance of the environment object that we require.
createEnvironment() - Method in class adams.db.DatabaseConnection
Creates a new instance of the environment object that we require.
createExperimentIO() - Method in class adams.gui.tools.wekamultiexperimenter.setup.AbstractSetupPanel
Creates the handler for the IO, i.e., loading/saving of experiments.
createExperimentIO() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicAdamsSetupPanel
Creates the handler for the IO, i.e., loading/saving of experiments.
createExperimentIO() - Method in class adams.gui.tools.wekamultiexperimenter.setup.BasicWekaSetupPanel
Creates the handler for the IO, i.e., loading/saving of experiments.
createExternalActor(Actor[], ActorHandler) - Static method in class adams.flow.core.ActorUtils
Ensures that the actors are enclosed in an "instantiable" wrapper.
createFakeModel() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.evaluation.FromPredictions
Creates the fake model.
createFavoriteButton() - Method in class adams.gui.goe.GenericObjectEditor
Creates a button brings up the favorites popup menu.
createFavoritesClass(Class, boolean) - Method in class adams.gui.goe.Favorites
Creates the class for the favorite.
createField(String, String) - Method in class adams.db.ReportTableByDBID
Creates a new Field object.
createField(String, String) - Method in class adams.db.ReportTableByID
Creates a new Field object.
createFile(String) - Method in class adams.core.io.PlaceholderDirectory
Creates a file object using this directory and the specified name.
createFileChooser() - Method in class adams.gui.core.SimpleLogPanel
Creates the filechooser.
createFileChooser() - Method in class adams.gui.tools.wekainvestigator.output.AbstractOutputPanelWithPopupMenu
Creates the filechooser to use.
createFileChooser() - Method in class adams.gui.tools.wekainvestigator.output.ComponentContentPanel
Creates the filechooser to use.
createFileChooser() - Method in class adams.gui.tools.wekainvestigator.output.TableContentPanel
Creates the filechooser to use.
createFileChooser() - Method in class adams.gui.tools.wekainvestigator.output.TextualContentPanel
Creates the filechooser to use.
createFileChooser() - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractAdamsExperimentIO
Creates and returns a file chooser for loading/saving experiments.
createFileChooser() - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractExperimentIO
Creates and returns a file chooser for loading/saving experiments.
createFileChooser() - Method in class adams.gui.tools.wekamultiexperimenter.io.AbstractWekaExperimentIO
Creates and returns a file chooser for loading/saving experiments.
createFileMenu() - Method in class adams.flow.sink.AbstractTextualDisplay
Creates the "File" menu.
createFileMenu() - Method in class adams.flow.sink.Display
Creates the "File" menu.
createFileMenu() - Method in class adams.flow.sink.HistoryDisplay
Creates the "File" menu.
createFileMenu() - Method in class adams.flow.standalone.ConsoleWindow
Creates the "File" menu.
createFilename(File, DatabaseIDHandler, String) - Static method in class adams.data.DataUtils
Generates a filename for the handler.
createFilename(File, DatabaseIDHandler, String, String) - Static method in class adams.data.DataUtils
Generates a filename for the handler.
createFilename(File, IDHandler, String) - Static method in class adams.data.DataUtils
Generates a filename for the handler.
createFilename(File, IDHandler, String, String) - Static method in class adams.data.DataUtils
Generates a filename for the handler.
createFilename(File, Object, String) - Static method in class adams.data.DataUtils
Generates a filename for the handler.
createFilename(File, Object, String, String) - Static method in class adams.data.DataUtils
Generates a filename for the handler.
createFilename(File, String, String) - Static method in class adams.data.DataUtils
Generates a filename.
createFilename(File, String, String, String) - Static method in class adams.data.DataUtils
Generates a filename.
createFilename(String) - Method in class adams.data.io.output.AbstractTextWriterWithFilenameGenerator
Creates the filename.
createFilename(String, String) - Static method in class adams.core.io.FileUtils
Replaces all characters that would create problems on a filesystem.
createFilename(Instances) - Method in class adams.flow.transformer.WekaInstanceDumper
Generates the filename for the output.
createFileName(double, Instances, String) - Method in class adams.opt.genetic.AbstractClassifierBasedGeneticAlgorithm.ClassifierBasedGeneticAlgorithmJob
Generates a file name for the fitness.
createFileTipText() - Method in class adams.flow.transformer.Touch
Returns the tip text for this property.
createFlow(PlaceholderFile[], AbstractFileLoader, SpreadSheetReader, String, PlaceholderDirectory) - Method in class adams.gui.menu.MakeCompatibleDatasets
Creates the flow.
createFlowID(int, Flow) - Method in class adams.core.shutdown.StopFlows
Generates a flow ID string.
createFlowID(int, Flow) - Method in class adams.scripting.command.basic.AbstractCommandWithFlowStopping
Generates a flow ID string.
createFlowMenu() - Method in class adams.flow.sink.AbstractTextualDisplay
Creates the flow control sub-menu.
createFont() - Method in class adams.gui.chooser.FontChooserPanelWithPreview
Determines the font based on the current settings and returns it.
createFont() - Method in class adams.gui.chooser.PdfFontChooserPanel
Determines the font based on the current settings and returns it.
createFormatter() - Method in class adams.gui.chooser.AbstractDateBasedChooserPanel
Creates an instance of the date formatter to use.
createFormatter() - Method in class adams.gui.chooser.DateChooserPanel
Creates an instance of the date formatter to use.
createFormatter() - Method in class adams.gui.chooser.DateTimeChooserPanel
Creates an instance of the date formatter to use.
createFormatter() - Method in class adams.gui.chooser.TimeChooserPanel
Creates an instance of the date formatter to use.
createFrame(BasePanel) - Method in class adams.flow.core.AbstractDisplay
Creates and initializes a frame with the just created panel.
createGOE() - Method in class adams.gui.dialog.AbstractDirectoryExportDialog
Creates the GOE panel to use.
createGOE() - Method in class adams.gui.dialog.AbstractFileExportDialog
Creates the GOE panel to use.
createGOE() - Method in class adams.gui.dialog.AbstractFileImportDialog
Creates the GOE panel to use.
createGOE() - Method in class adams.gui.flow.ExportDialog
Creates the GOE panel to use.
createGOE() - Method in class adams.gui.flow.ImportDialog
Creates the GOE panel to use.
createGOE() - Method in class adams.gui.visualization.sequence.XYSequenceExportDialog
Creates the GOE panel to use.
createGOE() - Method in class adams.gui.visualization.timeseries.TimeseriesExportDialog
Creates the GOE panel to use.
createGOEPanel() - Method in class adams.gui.visualization.container.FilterDialog
Creates the GenericObjectEditor panel to use.
createGraphVisualizer(Token) - Method in class adams.flow.sink.WekaGraphVisualizer
Creates a tree visualizer from the token.
createHeader(int, String) - Static method in class adams.data.spreadsheet.SpreadSheetUtils
Creates list of column header names.
createHeader(BoofCVImageContainer) - Method in class adams.data.boofcv.features.FilteredBoofCVFeatureGenerator
Creates the header from a template image.
createHeader(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Histogram
Creates the header from a template image.
createHeader(BoofCVImageContainer) - Method in class adams.data.boofcv.features.MultiBoofCVFeatureGenerator
Creates the header from a template image.
createHeader(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Otsu
Creates the header from a template image.
createHeader(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Pixels
Creates the header from a template image.
createHeader(BoofCVImageContainer) - Method in class adams.data.boofcv.features.Scripted
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.AbstractCountColor
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Barcode
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.BasicStatistics
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.ColorCounts
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Dimensions
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Eccentricity
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Entropy
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.FilteredBufferedImageFeatureGenerator
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Histogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.HusMoments
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Max
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Min
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Moment
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.MultiBufferedImageFeatureGenerator
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.OrientationVector
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.PixelClassifications
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Pixels
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.image.features.Scripted
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.jai.features.DFT
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.jai.features.Histogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.AutoColorCorrelogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.BasicFeatures
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.BinaryPatternsPyramid
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.CEDD
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.ColorLayout
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.EdgeHistogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.FCTH
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.FuzzyColorHistogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.FuzzyOpponentHistogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.Gabor
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.JCD
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.JointHistogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.JpegCoefficientHistogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.LocalBinaryPatterns
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.LocalBinaryPatternsAndOpponent
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.LuminanceLayout
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.OpponentHistogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.PHOG
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.RankAndOpponent
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.RotationInvariantLocalBinaryPatterns
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.ScalableColor
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.SimpleCentrist
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.SimpleColorHistogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidAutoColorCorrelogram
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidCEDD
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidCentrist
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidFCTH
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidJCD
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.SpatialPyramidLocalBinaryPatterns
Creates the header from a template image.
createHeader(BufferedImageContainer) - Method in class adams.data.lire.features.Tamura
Creates the header from a template image.
createHeader(OpenCVImageContainer) - Method in class adams.data.opencv.features.Histogram
Creates the header from a template image.
createHeader(OpenCVImageContainer) - Method in class adams.data.opencv.features.MultiOpenCVFeatureGenerator
Creates the header from a template image.
createHeader(OpenCVImageContainer) - Method in class adams.data.opencv.features.Otsu
Creates the header from a template image.
createHeader(OpenCVImageContainer) - Method in class adams.data.opencv.features.Scripted
Creates the header from a template image.
createHeader(Timeseries) - Method in class adams.data.timeseries.AddMetaData
Creates the header from a template timeseries.
createHeader(Timeseries) - Method in class adams.data.timeseries.FixedNumFeatures
Creates the header from a template timeseries.
createHeader(Timeseries) - Method in class adams.data.timeseries.Values
Creates the header from a template timeseries.
createHeader(T) - Method in class adams.data.image.AbstractImageFeatureGenerator
Creates the header from a template image.
createHeader(T) - Method in class adams.data.timeseries.AbstractTimeseriesFeatureGenerator
Creates the header from a template timeseries.
createHeader(Instances) - Method in class adams.flow.transformer.WekaInstanceDumper
Turns the dataset header into the appropriate format.
createHeaderPopup(MouseEvent) - Method in class adams.gui.visualization.instances.InstancesTable
Shows a popup menu for the header.
createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem>, int) - Method in class adams.gui.tools.wekainvestigator.tab.AssociateTab.HistoryPanel
Gets called when a tooltip needs to get generated.
createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem>, int) - Method in class adams.gui.tools.wekainvestigator.tab.AttributeSelectionTab.HistoryPanel
Gets called when a tooltip needs to get generated.
createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem>, int) - Method in class adams.gui.tools.wekainvestigator.tab.ClassifyTab.HistoryPanel
Gets called when a tooltip needs to get generated.
createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem>, int) - Method in class adams.gui.tools.wekainvestigator.tab.ClusterTab.HistoryPanel
Gets called when a tooltip needs to get generated.
createHistoryEntryToolTip(AbstractNamedHistoryPanel<ResultItem>, int) - Method in class adams.gui.tools.wekainvestigator.tab.ExperimentTab.HistoryPanel
Gets called when a tooltip needs to get generated.
createHistoryEntryToolTip(AbstractNamedHistoryPanel<T>, int) - Method in interface adams.gui.core.AbstractNamedHistoryPanel.HistoryEntryToolTipProvider
Gets called when a tooltip needs to get generated.
createIDInfoPanel(BaseTextArea) - Method in class adams.gui.tools.wekainvestigator.tab.CompareTab
Generates an info panel for an ID text area.
createImage(int, int, Color) - Static method in class adams.gui.core.CustomColorImageIcon
Creates a BufferedImage with the specified dimensions and fills it with the color.
createImage(Report) - Method in class adams.gui.tools.previewbrowser.ObjectAnnotationsReportHandler
Creates an empty dummy image that will fit all the annotations.
createInputStorageName(StorageName[]) - Static method in class adams.flow.core.EncapsulateActors
Generates a storage name for the input token, ensuring that it doesn't interfere with storage items to keep.
createKey(EmailContact) - Static method in class adams.core.net.EmailAddressBook
Generates a property key for the contact.
createKey(EmailContact) - Method in class adams.gui.tools.EmailAddressBookPanel
Creates the key for storing the object in the properties.
createKey(Bookmark) - Method in class adams.gui.tools.FileChooserBookmarksManagementPanel
Creates the key for storing the object in the properties.
createKey(Class) - Method in class adams.gui.goe.Favorites
Generates a properties key prefix for the class.
createKey(Class, String) - Static method in class adams.gui.core.UISettings
Assembles the key.
createKey(Class, String) - Method in class adams.gui.goe.Favorites
Generates a properties key for the class/name.
createKey(T) - Method in class adams.gui.tools.AbstractManagementPanelWithProperties
Creates the key for storing the object in the properties.
createKeyListener() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Constructs the key listener to use.
createKeyListener() - Method in class adams.gui.visualization.object.tools.AbstractTool
Creates the key listener to use.
createKeyListener() - Method in class adams.gui.visualization.object.tools.Edit
Creates the key listener to use.
createKeyListener() - Method in class adams.gui.visualization.object.tools.Move
 
createKeyListener() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Creates the key listener to use.
createKeyListener() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Creates the key listener to use.
createLastSetupKey(Class, boolean, boolean) - Method in class adams.gui.core.SpreadSheetTable
Generates a key for the HashMap used for the last setups.
createLastSetupKey(Class, boolean, boolean) - Method in class adams.gui.visualization.instances.InstancesTable
Generates a key for the HashMap used for the last setups.
createLink(String, String) - Static method in class adams.gui.core.BrowserHelper
Generates a label with a clickable link.
createListPanel(ApprovalDialog) - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsDataPlugin
Creates the panel containing the list of all images.
createListPanel(ApprovalDialog) - Method in class adams.gui.tools.spreadsheetviewer.AbstractSelectedSheetsViewPlugin
Creates the panel containing the list of all images.
createListPanel(ApprovalDialog) - Method in class adams.gui.visualization.image.plugins.AbstractSelectedImagesViewerPlugin
Creates the panel containing the list of all images.
createListPopupMenu(MouseEvent) - Method in class adams.gui.goe.GenericArrayEditor
Creates the right-click popup for the list.
createLocation(OptionHandler, Object, OptionTraversalPath) - Method in class adams.flow.processor.AbstractActorListingProcessor
Creates a location string used in the list.
createLogEntry() - Method in class adams.gui.plugin.AbstractToolPlugin
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.Barcode
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLines
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.BoofCVDetectLineSegments
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.BoofCVFeatureGenerator
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.BoofCVTransformer
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.Brightness
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.BufferedImageFeatureGenerator
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.BufferedImageTransformer
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.DisplayObjectLocationsFromReport
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.Histogram
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.ImageFileMetaData
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.LocateObjects
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.MarkLocation
Creates the log message.
createLogEntry() - Method in class adams.gui.visualization.image.plugins.TesseractOCR
Creates the log message.
createLogHandler() - Method in class adams.gui.application.AbstractApplicationFrame
Returns the log handler to use.
createLogHandler() - Method in class adams.terminal.application.AbstractTerminalApplication
Returns the log handler to use.
createMappedAttribute(String, List<AbstractMerge.SourceAttribute>) - Method in class adams.flow.transformer.wekadatasetsmerge.AbstractMerge
Creates the attribute for the output merged dataset for the given attribute mapping.
createMenu() - Method in class adams.gui.action.AbstractPropertiesSubMenuAction
Creates the submenu.
createMenu() - Method in class adams.gui.flow.menu.ViewZoom
Creates the submenu.
createMenu() - Method in class adams.gui.flow.tree.menu.AbstractTreePopupSubMenuAction
Creates a new menu.
createMenu() - Method in class adams.gui.flow.tree.menu.CopyStorageName
Creates a new menu.
createMenu() - Method in class adams.gui.flow.tree.menu.CopyVariableName
Creates a new menu.
createMenu() - Method in class adams.gui.flow.tree.menu.FindUsages
Creates a new menu.
createMenu() - Method in class adams.gui.flow.tree.menu.GoTo
Creates a new menu.
createMenu() - Method in class adams.gui.help.HelpFrame
Generates the menu.
createMenuBar() - Method in class adams.flow.sink.AbstractGraphicalDisplay
Assembles the menu bar.
createMenuBar() - Method in class adams.flow.sink.AbstractTextualDisplay
Assembles the menu bar.
createMenuBar() - Method in class adams.flow.sink.Display
Assembles the menu bar.
createMenuBar() - Method in class adams.flow.sink.DisplayPanelGrid
Assembles the menu bar.
createMenuBar() - Method in class adams.flow.sink.DisplayPanelManager
Assembles the menu bar.
createMenuBar() - Method in class adams.flow.sink.HistoryDisplay
Assembles the menu bar.
createMenuBar() - Method in class adams.flow.standalone.AbstractMultiView
Assembles the menu bar.
createMenuBar() - Method in class adams.flow.standalone.ConsoleWindow
Assembles the menu bar.
createMenuBar() - Method in class adams.gui.application.AbstractApplicationFrame
Creates the menu bar.
createMenuItem(ClassifyTab.HistoryPanel, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.CompareModels
Creates the menu item to add to the history's popup menu.
createMenuItem(ClassifyTab.HistoryPanel, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.history.SubRangeEvaluation
Creates the menu item to add to the history's popup menu.
createMenuItem(PerFoldMultiPagePane, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.AbstractPerFoldPopupMenuItem
Creates the menu item to add to the pane's popup menu.
createMenuItem(PerFoldMultiPagePane, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.CopySetup
Creates the menu item to add to the pane's popup menu.
createMenuItem(PerFoldMultiPagePane, int[]) - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.output.perfold.SubRangeEvaluation
Creates the menu item to add to the pane's popup menu.
createMenuItem(H, int[]) - Method in class adams.gui.tools.wekainvestigator.history.AbstractHistoryPopupMenuItem
Creates the menu item to add to the history's popup menu.
createMenuItemText(int, SQLStatement) - Method in class adams.gui.core.RecentSQLStatementsHandler
Generates the text for the menuitem.
createMenuItemText(int, ActorProcessor) - Method in class adams.gui.flow.RecentActorProcessorHandler
Generates the text for the menuitem.
createMenuItemText(int, RecentFilesHandlerWithCommandline.Setup) - Method in class adams.gui.core.RecentFilesHandlerWithCommandline
Generates the text for the menuitem.
createMenuItemText(int, SpreadSheetQueryText) - Method in class adams.gui.core.RecentSpreadSheetQueriesHandler
Generates the text for the menuitem.
createMenuItemText(int, File) - Method in class adams.gui.core.RecentFilesHandler
Generates the text for the menuitem.
createMenuItemText(int, String) - Method in class adams.gui.core.RecentFilesWithEncodingHandler
Generates the text for the menuitem.
createMenuItemText(int, T) - Method in class adams.gui.core.AbstractRecentItemsHandler
Generates the text for the menuitem.
createMetaLevelHeader(Instances) - Method in class weka.classifiers.meta.ClassifierCascade
Generates the dataset structure for the meta-levels.
createMetaLevelInstance(Instances, Instance) - Method in class weka.classifiers.meta.ClassifierCascade
Generates an instance for the meta-level using the original data.
createModel() - Method in class adams.gui.goe.AbstractIntegralNumberEditor
Creates the spinner model to use.
createModel(InstanceContainerManager) - Method in class adams.gui.visualization.instance.InstanceContainerList
Creates a new model.
createModel(ReportContainerManager) - Method in class adams.gui.visualization.report.ReportContainerList
Creates a new model.
createModel(XYSequenceContainerManager) - Method in class adams.gui.visualization.sequence.XYSequenceContainerList
Creates a new model.
createModel(SpreadSheetRowContainerManager) - Method in class adams.gui.visualization.spreadsheet.SpreadSheetRowContainerList
Creates a new model.
createModel(M) - Method in class adams.gui.visualization.container.AbstractContainerList
Creates a new model.
createModel(M) - Method in class adams.gui.visualization.timeseries.TimeseriesContainerList
Creates a new model.
createMouseListener() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Creates the listener for mouse events.
createMouseListener() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Creates the listener for mouse events.
createMouseListener() - Method in class adams.gui.visualization.object.annotator.PolygonPointAnnotator
Creates the listener for mouse events.
createMouseListener() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Creates the listener for mouse events.
createMouseListener() - Method in class adams.gui.visualization.object.tools.AbstractTool
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.object.tools.Annotator
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.object.tools.Edit
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.object.tools.Export
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.object.tools.Move
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.segmentation.tool.AbstractShapeTool
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.segmentation.tool.BucketFill
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.segmentation.tool.Export
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.segmentation.tool.Filter
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.segmentation.tool.Pointer
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Creates the mouse listener to use.
createMouseListener() - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
Creates the mouse listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.object.annotator.BoundingBoxAnnotator
Creates the listener for mouse motion events.
createMouseMotionListener() - Method in class adams.gui.visualization.object.annotator.PolygonAnnotator
Creates the listener for mouse motion events.
createMouseMotionListener() - Method in class adams.gui.visualization.object.annotator.SimplePointAnnotator
Creates the listener for mouse motion events.
createMouseMotionListener() - Method in class adams.gui.visualization.object.tools.AbstractTool
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.object.tools.Annotator
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.object.tools.Edit
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.object.tools.Export
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.object.tools.Move
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.AbstractShapeTool
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.AbstractTool
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.BucketFill
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.Export
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.Filter
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.Pointer
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.PolygonFill
Creates the mouse motion listener to use.
createMouseMotionListener() - Method in class adams.gui.visualization.segmentation.tool.SwitchLabel
Creates the mouse motion listener to use.
createName() - Method in class adams.gui.tools.wekainvestigator.output.AbstractResultItem
Creates the name from the members.
createName() - Method in class adams.gui.tools.wekainvestigator.tab.associatetab.ResultItem
Creates the name from the members.
createName() - Method in class adams.gui.tools.wekainvestigator.tab.attseltab.ResultItem
Creates the name from the members.
createName() - Method in class adams.gui.tools.wekainvestigator.tab.classifytab.ResultItem
Creates the name from the members.
createName() - Method in class adams.gui.tools.wekainvestigator.tab.clustertab.ResultItem
Creates the name from the members.
createName() - Method in class adams.gui.tools.wekainvestigator.tab.experimenttab.ResultItem
Creates the name from the members.
createName(String, AbstractField[], int) - Static method in class adams.gui.visualization.report.reportfactory.AbstractTableAction
Creates a string for the menu based on the prefix and the fields.
createNewFile() - Method in class adams.core.io.PlaceholderFile
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNext() - Method in class adams.ml.evaluation.AbstractSplitGenerator
Creates the next result.
createNext() - Method in class adams.ml.evaluation.DefaultCrossValidationFoldGenerator
Returns the next element in the iteration.
createNext() - Method in class adams.ml.evaluation.DefaultRandomSplitGenerator
Creates the next result.
createNext() - Method in class weka.classifiers.AbstractSplitGenerator
Creates the next result.
createNext() - Method in class weka.classifiers.BestBinnedNumericClassRandomSplitGenerator
Creates the next result.
createNext() - Method in class weka.classifiers.BinnedNumericClassCrossValidationFoldGenerator
Returns the next element in the iteration.
createNext() - Method in class weka.classifiers.BinnedNumericClassRandomSplitGenerator
Creates the next result.
createNext() - Method in class weka.classifiers.DefaultCrossValidationFoldGenerator
Returns the next element in the iteration.
createNext() - Method in class weka.classifiers.DefaultRandomSplitGenerator
Creates the next result.
createNext() - Method in class weka.classifiers.GroupedBinnedNumericClassCrossValidationFoldGenerator